On Fri, Jan 26, 2001 at 01:17:16PM -0800, [EMAIL PROTECTED] wrote:
> On Thu, 25 Jan 2001, Peter Jay Salzman wrote:
> 
> > every so often, i have trouble mounting a floppy.  it defies me:
> > 
> > # grep floppy /etc/fstab
> > /dev/fd0        /floppy       auto    defaults,user,noauto,exec    0      0
> > # mount /floppy
> > mount: you must specify the filesystem type
> > # mount -t vfat /dev/fd0 /floppy/
> > #
> > 
> > so i show that the fs type of fd0 is "auto",  but yet i need to specify the
> > fs type to mount the floppy.
> 
> I have tried auto, and haven't had much luck, so my habit is to mount on
> fs-specific mountpoints (/dos/C, /dos/1680, /dos/1440, /mnt/e1440) or spec
> the filesystem type when I mount.  Maybe someone will get the urge and fix
> it someday... but I just go on with life.

Auto works reasonably for me, because of a little trick buried in the
mount(8) man page: create a file /etc/filesystems containing the names of
filesystem types on indovidual lines in the order you want them tried.

-- 
Henry House
OpenPGP key available from http://hajhouse.org/hajhouse.asc

PGP signature

Reply via email to