Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Some filesystem modules have wrong names



Hi,

While updating my i386 laptop, i noticed that not all my filesystems
were successfully mounted a boot. A quick look on this showed that the
generated and expected module name differs ...

njoly@calamity [~]> mount_null /home /misc/linux/home
mount_null: /home on /misc/linux/home: Operation not supported by device

   763      1 mount_null CALL  __mount50(0x8048d12,0xbfbfe3b8,0,0xbfbfebb8,0x70)
   763      1 mount_null NAMI  "/misc/linux/home"
   763      1 mount_null NAMI  "/stand/i386/5.99.3/modules/null/null.kmod"
   763      1 mount_null RET   __mount50 -1 errno 19 Operation not supported by 
device

njoly@calamity [~]> ls -l /stand/i386/5.99.3/modules/nullfs/nullfs.kmod 
-r--r--r--  1 root  wheel  70992 Nov 22 14:57 
/stand/i386/5.99.3/modules/nullfs/nullfs.kmod

mount(8) expect a `null.kmod', but the existing module is `nullfs.kmod'.

At least, mount_msdos and mount_null currently fails ...

-- 
Nicolas Joly

Biological Software and Databanks.
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index