Installation guide
DREA CR 2001-10717
4. LINUX DEVICE NAMES
Some of this information can be obtained by examining the file /etc/fstab. Standard device
names are listed in table 5.
Table 5. Linux Device Names.
Device NT Linux Linux Type Mounted at
Drive Device Device Mount Point Linux Boot?
——————————————————————————————————
Floppy disk A: /dev/fd0 /mnt/floppy ext2 No
EIDE disk C: /dev/hda1 vfat No
E: /dev/hda2 /fat1 vfat Yes
/dev/hda3 / ext2 Yes
/dev/hda5 /usr ext2 Yes
/dev/hda6 /home ext2 Yes
Zip drive D:
SCSI disk F: /dev/sda1 /fat2 vfat Yes
G: /dev/sda2 /fat3 vfat Yes
H: /dev/sda3 /ntfs1 ntfs No
/dev/sda5 swap swap Yes
/dev/sda6 swap swap Yes
/dev/sda7 swap swap Yes
/dev/sda8 /u1 ext2 Yes
CD-ROM J: /dev/cdrom /mnt/cdrom iso9660 No
SCSI tape Tape0 /dev/st0
Sound card /dev/audio /dev/dsp etc.
——————————————————————————————————
Notes:
1. "Type" is the default file system type. It can be changed via the "-t"
parameter of the "mount" command.
2. We had asked that /dev/hda3 (/ntfs1) be mounted at boot time when
we installed the system, but /ntfs1 does not appear in the /etc/fstab.
3. We were unable to determine how Linux referenced the Zip drive.
4. For further information regarding sound cards, refer to the file
/usr/doc/HOWTO/Sound-HOWTO.