Explain which CD-RW drives are supported by FreeBSD, and the different
commands needed for IDE and SCSI. Submitted by: Gregory Bon <gnb@itga.com.au>
This commit is contained in:
parent
f1b8d9df68
commit
1917ef03ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9290
2 changed files with 40 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.178 2001/04/23 08:43:39 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.179 2001/04/24 09:57:36 nik Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -2656,6 +2656,25 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="supported-cdrw-drives">
|
||||
<para>Which CD-RW drives are supported by FreeBSD?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD supports any ATAPI-compatible IDE CD-R or CD-RW
|
||||
drive. For FreeBSD versions 4.0 and later, see the man page for
|
||||
&man.burncd.8;. For earlier FreeBSD versions, see the examples
|
||||
in <filename>/usr/share/examples/atapi</filename>.</para>
|
||||
|
||||
<para>FreeBSD also supports any SCSI CD-R or CD-RW drives.
|
||||
Install and use the <command>cdrecord</command> command from the
|
||||
ports or packages system, and make sure that you have the
|
||||
<devicename>pass</devicename> device compiled in your
|
||||
kernel.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="zip-support">
|
||||
<para>Does FreeBSD support ZIP drives?</para>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<corpauthor>The FreeBSD Documentation Project</corpauthor>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.178 2001/04/23 08:43:39 nik Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.179 2001/04/24 09:57:36 nik Exp $</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>1995</year>
|
||||
|
@ -2656,6 +2656,25 @@ Filesystem 1024-blocks Used Avail Capacity Mounted on
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="supported-cdrw-drives">
|
||||
<para>Which CD-RW drives are supported by FreeBSD?</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>FreeBSD supports any ATAPI-compatible IDE CD-R or CD-RW
|
||||
drive. For FreeBSD versions 4.0 and later, see the man page for
|
||||
&man.burncd.8;. For earlier FreeBSD versions, see the examples
|
||||
in <filename>/usr/share/examples/atapi</filename>.</para>
|
||||
|
||||
<para>FreeBSD also supports any SCSI CD-R or CD-RW drives.
|
||||
Install and use the <command>cdrecord</command> command from the
|
||||
ports or packages system, and make sure that you have the
|
||||
<devicename>pass</devicename> device compiled in your
|
||||
kernel.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="zip-support">
|
||||
<para>Does FreeBSD support ZIP drives?</para>
|
||||
|
|
Loading…
Reference in a new issue