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

Re: multiple fs types for user floppy access?



On Thu, Jan 08, 1998 at 02:38:52PM -0600, hawk@eyry.econ.iastate.edu wrote:
> 
> I currently have my floppy set up so that users can mount ms floppies with the 
> line
> 
> /dev/fd0        /floppy         msdos           user,rw 0       0
> 
> in /etc/fstab
> 
> I tried changing "msdos" to "auto", but no dice.  Is there a change so that it 
> can automount both msdos and ext2 disks?

 What about having several mount points?

/dev/fd0        /floppy/fat         msdos           user,rw 0       0
/dev/fd0        /floppy/ext2        ext2            user,rw 0       0
[etc...]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: