|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Stupid Newbie Question
|
On Fri, 26 May 2000, Andrew Shinn wrote:
> $mount /floppy
>
> And it couldn't find it in /etc/fstab or /etc/mtab...
That's odd that it didn't have the entry. Do a "grep floppy /etc/fstab" &
paste the output back here.
Add:
/dev/fd0 /floppy auto defaults,user,noauto 0 0
to /etc/fstab (make a backup copy of the file before you mangle it), then
retry.
___________________
www.ChaosReigns.com
______________________________________________________________________
Philadelphia Linux Users Group - http://plug.nothinbut.net
Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce
General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|