[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] New password for root
Hi Greg,
Greg Miller wrote:
> Never mind. It seems to work now. I disabled flatfsd and it broke. I
> anabled flatfsd and it's fixed. Do you know why this might be?
flatfsd is a means of mounting a writeable yet persistent storage region
under the /etc directory. Typically, uClinux targets mount the root
filesys as read only on a ROMFS filesystem - fltafsd and supporting
scripts mounts a ramdisk under /etc/config, that is backed up to flash
partition /dev/flash/config.
The flatfsd daemon manages this backing process. There's a good article
about flatfsd on ucdot.org - just search and you'll find it.
The reason your system behaved the way it did is that by default, I have
the vendors Makefile setting up /etc/passwd as a symlink to
/etc/config/passwd - this allows you to change the password at runtime,
and have that change be persistent. Since you disabled flatfsd, the
link was broken and so it goes...
Hope this sheds some light,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/