Code: Select all
localhost andrew # mount /mnt/cdrom/
mount: special device /dev/cdroms/cdrom0 does not exist
Code: Select all
localhost dev # ls hd* sd*
hda hdb1 hdc10 hdd11 hde12 hdf13 hdg14 hdh15 sda2 sdb8 sdd12
hda1 hdb10 hdc11 hdd12 hde13 hdf14 hdg15 hdh16 sda3 sdb9 sdd13
hda10 hdb11 hdc12 hdd13 hde14 hdf15 hdg16 hdh17 sda4 sdc sdd14
hda11 hdb12 hdc13 hdd14 hde15 hdf16 hdg17 hdh18 sda5 sdc1 sdd15
hda12 hdb13 hdc14 hdd15 hde16 hdf17 hdg18 hdh19 sda6 sdc10 sdd2
hda13 hdb14 hdc15 hdd16 hde17 hdf18 hdg19 hdh2 sda7 sdc11 sdd3
hda14 hdb15 hdc16 hdd17 hde18 hdf19 hdg2 hdh20 sda8 sdc12 sdd4
hda15 hdb16 hdc17 hdd18 hde19 hdf2 hdg20 hdh3 sda9 sdc13 sdd5
hda16 hdb17 hdc18 hdd19 hde2 hdf20 hdg3 hdh4 sdb sdc14 sdd6
hda17 hdb18 hdc19 hdd2 hde20 hdf3 hdg4 hdh5 sdb1 sdc15 sdd7
hda18 hdb19 hdc2 hdd20 hde3 hdf4 hdg5 hdh6 sdb10 sdc2 sdd8
hda19 hdb2 hdc20 hdd3 hde4 hdf5 hdg6 hdh7 sdb11 sdc3 sdd9
hda2 hdb20 hdc3 hdd4 hde5 hdf6 hdg7 hdh8 sdb12 sdc4
hda20 hdb3 hdc4 hdd5 hde6 hdf7 hdg8 hdh9 sdb13 sdc5
hda3 hdb4 hdc5 hdd6 hde7 hdf8 hdg9 sda sdb14 sdc6
hda4 hdb5 hdc6 hdd7 hde8 hdf9 hdh sda1 sdb15 sdc7
hda5 hdb6 hdc7 hdd8 hde9 hdg hdh1 sda10 sdb2 sdc8
hda6 hdb7 hdc8 hdd9 hdf hdg1 hdh10 sda11 sdb3 sdc9
hda7 hdb8 hdc9 hde hdf1 hdg10 hdh11 sda12 sdb4 sdd
hda8 hdb9 hdd hde1 hdf10 hdg11 hdh12 sda13 sdb5 sdd1
hda9 hdc hdd1 hde10 hdf11 hdg12 hdh13 sda14 sdb6 sdd10
hdb hdc1 hdd10 hde11 hdf12 hdg13 hdh14 sda15 sdb7 sdd11
Code: Select all
localhost dev # ls fd*
fd0 fd0h420 fd0u1760 fd0u820 fd1h360 fd1u1722 fd1u720
fd0CompaQ fd0h720 fd0u1840 fd0u830 fd1h410 fd1u1743 fd1u800
fd0d360 fd0h880 fd0u1920 fd1 fd1h420 fd1u1760 fd1u820
fd0h1200 fd0u1040 fd0u2880 fd1CompaQ fd1h720 fd1u1840 fd1u830
fd0h1440 fd0u1120 fd0u3200 fd1d360 fd1h880 fd1u1920
fd0h1476 fd0u1440 fd0u3520 fd1h1200 fd1u1040 fd1u2880
fd0h1494 fd0u1600 fd0u360 fd1h1440 fd1u1120 fd1u3200
fd0h1600 fd0u1680 fd0u3840 fd1h1476 fd1u1440 fd1u3520
fd0h360 fd0u1722 fd0u720 fd1h1494 fd1u1600 fd1u360
fd0h410 fd0u1743 fd0u800 fd1h1600 fd1u1680 fd1u3840
fd:
0 1 2 3
Heres my fstab is that helps any
Code: Select all
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sdb1 /boot ext2 noauto,noatime 1 2
/dev/sdb3 / reiserfs noatime 0 1
/dev/sdb2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/sdb5 /mnt/share_fat vfat auto,noatime,uid=andrew,gid=users 0 0
/dev/sda1 /mnt/windows_ntfs ntfs auto,noatime,ro,noexec,uid=andrew,gid=users 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0



