Bug 9673 - autofs doesn't mount /dev/fd0
Summary: autofs doesn't mount /dev/fd0
Keywords:
Status: CLOSED DUPLICATE of bug 9490
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: autofs
Version: 6.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-22 16:32 UTC by Brock Organ
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-28 22:49:34 UTC
Embargoed:


Attachments (Terms of Use)

Description Brock Organ 2000-02-22 16:32:20 UTC
I get a different errors on a different machines, but in neither case can I
automount /dev/fd0:

[root@test95 /]# cd /misc/floppy
bash: /misc/floppy: No such file or directory

[root@test100 floppy]# cd /foo/floppy
EXT2-fs: Unrecognized mount option 60
EXT2-fs: Unrecognized mount option 60
bash2: cd: /foo/floppy: No such file or directory
[root@test100 floppy]#

[root@test100 /root]# more /etc/auto.master
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
#/misc  /etc/auto.misc  --timeout 60
/foo    /etc/auto.misc  --timeout 60
[root@test100 /root]#

[root@test100 /root]# more /etc/auto.misc
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage

kernel          -ro,soft,intr           ftp.kernel.org:/pub/linux
cd              -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom

# the following entries are samples to pique your imagination
floppy          -fstype=auto            :/dev/fd0
#floppy         -fstype=ext2            :/dev/fd0
#e2floppy       -fstype=ext2            :/dev/fd0
#jaz            -fstype=ext2            :/dev/sdc1

[root@test100 /root]#

Comment 1 Nalin Dahyabhai 2000-02-28 22:49:59 UTC
*** This bug has been marked as a duplicate of 9490 ***


Note You need to log in before you can comment on or make changes to this bug.