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

Bug#1422: mount(8) gives stupid error message



Package: mount
Version: 2.4-2

richard@muskogee:~$ grep floppy /etc/fstab
/dev/fd0                /floppy         msdos   user,noauto,aync,rw,gid=25,uid=0 0       0
richard@muskogee:~$ mount /floppy/
mount: wrong fs type or bad superblock on /dev/fd0
richard@muskogee:~$ su -c 'pico /etc/fstab'
Password:
richard@muskogee:~$ grep floppy /etc/fstab
/dev/fd0                /floppy         msdos   user,noauto,async,rw,gid=25,uid=0 0       0
richard@muskogee:~$ mount /floppy/
richard@muskogee:~$

(The difference is `aync' versus `async', and the error message ought
to reflect this - it shouldn't make me start worrying that the disk is
damaged!)

--
Richard Kettlewell  richard@uk.geeks.org  http://www.elmail.co.uk/staff/richard/


Reply to: