diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-16 19:24:51 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-03-16 19:24:51 +0100 |
commit | 5bd8b6944145fd898a6a9c0427743aed8740a8e7 (patch) | |
tree | 6b70b59cdb8fdcc92e2bac3ede27c8ab2d3f37ad /faq | |
parent | 103b31f914fa69f6aef26ba198472b07aeeb3889 (diff) | |
download | web-5bd8b6944145fd898a6a9c0427743aed8740a8e7.tar.gz web-5bd8b6944145fd898a6a9c0427743aed8740a8e7.tar.bz2 web-5bd8b6944145fd898a6a9c0427743aed8740a8e7.zip |
misc changes
Diffstat (limited to 'faq')
-rw-r--r-- | faq/sata_disk_drives.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/faq/sata_disk_drives.mdwn b/faq/sata_disk_drives.mdwn index dad10cb9..2edaa610 100644 --- a/faq/sata_disk_drives.mdwn +++ b/faq/sata_disk_drives.mdwn @@ -8,4 +8,10 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] -GNU Mach does not support SATA disk drives (/dev/sda etc. in GNU/Linux) natively, so using device:sd0s1 will not work, sd* devices are for SCSI drives only. The only way to get those drives to work is to put them into compatibility mode in the BIOS, if such an option exists. GNU Mach will then recognize them as hda etc. +[[!meta title="Are SATA disk drives supported?"]] + +GNU Mach does not support SATA disk drives (`/dev/sda` etc. in GNU/Linux) +natively, so using `device:sd0s1` will not work, as sd* devices are for SCSI +drives only. +The only way to get those drives to work is to put them into compatibility mode +in the BIOS, if such an option exists. GNU Mach will then recognize them as hda etc. |