Bug 9673

Summary: autofs doesn't mount /dev/fd0
Product: [Retired] Red Hat Linux Reporter: Brock Organ <borgan>
Component: autofsAssignee: Cristian Gafton <gafton>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-28 22:49:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***