|
Lines 850-856
Link Here
|
| 850 |
that is an image of a directory tree in the Unix filesystem name |
850 |
that is an image of a directory tree in the Unix filesystem name |
| 851 |
space. The simplest usage is:</para> |
851 |
space. The simplest usage is:</para> |
| 852 |
|
852 |
|
| 853 |
<screen>&prompt.root; <userinput>mkisofs <option>-o</option> <replaceable>imagefile.iso</replaceable> <replaceable>/path/to/tree</replaceable></userinput></screen> |
853 |
<screen>&prompt.root; <userinput>mkisofs -o <replaceable>imagefile.iso</replaceable> <replaceable>/path/to/tree</replaceable></userinput></screen> |
| 854 |
|
854 |
|
| 855 |
<indexterm> |
855 |
<indexterm> |
| 856 |
<primary>filesystems</primary> |
856 |
<primary>filesystems</primary> |
|
Lines 929-935
Link Here
|
| 929 |
as <filename>/usr/sbin/burncd</filename>. Usage is very simple, as |
929 |
as <filename>/usr/sbin/burncd</filename>. Usage is very simple, as |
| 930 |
it has few options:</para> |
930 |
it has few options:</para> |
| 931 |
|
931 |
|
| 932 |
<screen>&prompt.root; <userinput>burncd <option>-f</option> <replaceable>cddevice</replaceable> data <replaceable>imagefile.iso</replaceable> fixate</userinput></screen> |
932 |
<screen>&prompt.root; <userinput>burncd -f <replaceable>cddevice</replaceable> data <replaceable>imagefile.iso</replaceable> fixate</userinput></screen> |
| 933 |
|
933 |
|
| 934 |
<para>Will burn a copy of <replaceable>imagefile.iso</replaceable> on |
934 |
<para>Will burn a copy of <replaceable>imagefile.iso</replaceable> on |
| 935 |
<replaceable>cddevice</replaceable>. The default device is |
935 |
<replaceable>cddevice</replaceable>. The default device is |
|
Lines 957-963
Link Here
|
| 957 |
is even simpler than <command>burncd</command>. Burning an ISO 9660 |
957 |
is even simpler than <command>burncd</command>. Burning an ISO 9660 |
| 958 |
image is done with:</para> |
958 |
image is done with:</para> |
| 959 |
|
959 |
|
| 960 |
<screen>&prompt.root; <userinput>cdrecord <option>dev=</option><replaceable>device</replaceable> <replaceable>imagefile.iso</replaceable></userinput></screen> |
960 |
<screen>&prompt.root; <userinput>cdrecord dev=<replaceable>device</replaceable> <replaceable>imagefile.iso</replaceable></userinput></screen> |
| 961 |
|
961 |
|
| 962 |
<para>The tricky part of using <command>cdrecord</command> is finding |
962 |
<para>The tricky part of using <command>cdrecord</command> is finding |
| 963 |
the <option>dev</option> to use. To find the proper setting, use |
963 |
the <option>dev</option> to use. To find the proper setting, use |
|
Lines 967-973
Link Here
|
| 967 |
<primary>CDROMs</primary> |
967 |
<primary>CDROMs</primary> |
| 968 |
<secondary>burning</secondary> |
968 |
<secondary>burning</secondary> |
| 969 |
</indexterm> |
969 |
</indexterm> |
| 970 |
<screen>&prompt.root; <userinput>cdrecord <option>-scanbus</option></userinput> |
970 |
<screen>&prompt.root; <userinput>cdrecord -scanbus</userinput> |
| 971 |
Cdrecord 1.9 (i386-unknown-freebsd4.2) Copyright (C) 1995-2000 Jörg Schilling |
971 |
Cdrecord 1.9 (i386-unknown-freebsd4.2) Copyright (C) 1995-2000 Jörg Schilling |
| 972 |
Using libscg version 'schily-0.1' |
972 |
Using libscg version 'schily-0.1' |
| 973 |
scsibus0: |
973 |
scsibus0: |
|
Lines 994-1000
Link Here
|
| 994 |
numbers separated by commas as the value for |
994 |
numbers separated by commas as the value for |
| 995 |
<option>dev</option>. In this case, the CRW device is 1,5,0, so the |
995 |
<option>dev</option>. In this case, the CRW device is 1,5,0, so the |
| 996 |
appropriate input would be |
996 |
appropriate input would be |
| 997 |
<userinput><option>dev</option>=1,5,0</userinput>. There are easier |
997 |
<option>dev=1,5,0</option>. There are easier |
| 998 |
ways to specify this value; see &man.cdrecord.1; for |
998 |
ways to specify this value; see &man.cdrecord.1; for |
| 999 |
details. That is also the place to look for information on writing |
999 |
details. That is also the place to look for information on writing |
| 1000 |
audio tracks, controlling the speed, and other things.</para> |
1000 |
audio tracks, controlling the speed, and other things.</para> |