[Bug 1521] Change mount to be like the Linux mount.

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Wed May 19 11:57:37 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1521





--- Comment #1 from Joel Sherrill <joel.sherrill at oarcorp.com>  2010-05-19 06:57:36 ---
I am all for making the mount more consistent with Linux's.  I have added Till
as a CC so he can comment on the impact to the NFS client.

We need to make a distinction in confdefs.h between a filesystem being
available and a file system being mounted during initialization.  That
is a subtle distinction that the current system side-steps.

We will also need to ensure that the complete set of filesystems
is covered in confdefs.h.  Now the code there ignores ones which
cannot be the rootfs or mounted before tasking starts.  This includes
at least the FAT, NFS, and ftpfs.  Possibly the RFS.  I suspect any
fs which uses libblock cannot be mounted in the initial set.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list