diff options
author | Steve McIntyre <93sam@debian.org> | 2015-04-14 01:12:05 +0000 |
---|---|---|
committer | Steve McIntyre <93sam@debian.org> | 2015-04-14 01:12:05 +0000 |
commit | 5138ee2dd58986915924953d426fa706c4908afe (patch) | |
tree | 582ffdf45b1d8acdb2fa277feb1e20b3637e06d7 /en/appendix/files.xml | |
parent | 48e6ac7c26bd457bf67b64d900c59df8a5cf07e6 (diff) | |
download | installation-guide-5138ee2dd58986915924953d426fa706c4908afe.zip |
Remove the old hdX device names, switch to sdX for disks
Diffstat (limited to 'en/appendix/files.xml')
-rw-r--r-- | en/appendix/files.xml | 39 |
1 files changed, 7 insertions, 32 deletions
diff --git a/en/appendix/files.xml b/en/appendix/files.xml index e389071a7..6b4456971 100644 --- a/en/appendix/files.xml +++ b/en/appendix/files.xml @@ -28,52 +28,27 @@ The most important device files are listed in the tables below. <informaltable><tgroup cols="2"><tbody> <row> - <entry><filename>hda</filename></entry> - <entry>IDE Hard disk / CD-ROM on the first IDE port (Master)</entry> -</row><row> - <entry><filename>hdb</filename></entry> - <entry>IDE Hard disk / CD-ROM on the first IDE port (Slave)</entry> -</row><row> - <entry><filename>hdc</filename></entry> - <entry>IDE Hard disk / CD-ROM on the second IDE port (Master)</entry> -</row><row> - <entry><filename>hdd</filename></entry> - <entry>IDE Hard disk / CD-ROM on the second IDE port (Slave)</entry> -</row><row> - <entry><filename>hda1</filename></entry> - <entry>First partition of the first IDE hard disk</entry> -</row><row> - <entry><filename>hdd15</filename></entry> - <entry>Fifteenth partition of the fourth IDE hard disk</entry> -</row> -</tbody></tgroup></informaltable> - -<informaltable><tgroup cols="2"><tbody> -<row> <entry><filename>sda</filename></entry> - <entry>SCSI Hard disk with lowest SCSI ID (e.g. 0)</entry> + <entry>First hard disk</entry> </row><row> <entry><filename>sdb</filename></entry> - <entry>SCSI Hard disk with next higher SCSI ID (e.g. 1)</entry> -</row><row> - <entry><filename>sdc</filename></entry> - <entry>SCSI Hard disk with next higher SCSI ID (e.g. 2)</entry> + <entry>Second hard disk</entry> </row><row> <entry><filename>sda1</filename></entry> - <entry>First partition of the first SCSI hard disk</entry> + <entry>First partition of the first hard disk</entry> </row><row> - <entry><filename>sdd10</filename></entry> - <entry>Tenth partition of the fourth SCSI hard disk</entry> + <entry><filename>sdb7</filename></entry> + <entry>Seventh partition of the second hard disk</entry> </row> </tbody></tgroup></informaltable> <informaltable><tgroup cols="2"><tbody> <row> <entry><filename>sr0</filename></entry> - <entry>SCSI CD-ROM with the lowest SCSI ID</entry> + <entry>First CD-ROM</entry> </row><row> <entry><filename>sr1</filename></entry> - <entry>SCSI CD-ROM with the next higher SCSI ID</entry> + <entry>Second CD-ROM</entry> </row> </tbody></tgroup></informaltable> |