From 612c88c794c14dccdd6724fe2ec6bca37f41f509 Mon Sep 17 00:00:00 2001 From: Chern Lee Date: Mon, 8 Oct 2001 22:36:01 +0000 Subject: [PATCH] * Place the list of disk devices back into Storage chapter without the legacy version stuff--it is more appropriate here than the install chapter --- .../books/handbook/disks/chapter.sgml | 72 ++++++++++++++++++- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 28d73ffd53..382bd7c28b 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1,7 +1,7 @@ @@ -43,7 +43,75 @@ - + + + Device Names + + The following is a list of physical storage devices + supported in FreeBSD, and the device names associated with + them. + + + Physical Disk Naming Conventions + + + + + Drive type + Drive device name + + + + + IDE hard drives + ad + + + IDE CDROM drives + acd + + + SCSI hard drives and USB Mass storage devices + da + + + SCSI CDROM drives + cd + + + Assorted non-standard CDROM drives + mcd for Mitsumi CD-ROM, + scd for Sony CD-ROM, + matcd for Matsushita/Panasonic CD-ROM + + + + Floppy drives + fd + + + SCSI tape drives + sa + + + IDE tape drives + ast + + + Flash drives + fla for DiskOnChip Flash device + + + RAID drives + myxd for Mylex, and + amrd for AMI MegaRAID, + idad for Compaq Smart RAID. + + + +
+
+