Move CDROM questions from Troubleshooting to Disks, with the rest of

the removable media questions.
This commit is contained in:
Michael Lucas 2002-01-30 12:37:10 +00:00
parent cfc34724c3
commit 066345db26
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12010

View file

@ -3461,89 +3461,6 @@ quit</programlisting>
</answer>
</qandaentry>
<qandaentry>
<question id="mount-cd-superblock">
<para>Why do I get <errorname>Incorrect super block</errorname> when
mounting a CDROM?</para>
</question>
<answer>
<para>You have to tell &man.mount.8; the type of the device
that you want to mount. This is described in the <ulink
URL="../handbook/creating-cds.html"> Handbook section on
optical media</ulink>, specifically the section <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="cdrom-not-configured">
<para>Why do I get <errorname>Device not configured</errorname> when
mounting a CDROM?</para>
</question>
<answer>
<para>This generally means that there is no CDROM in the
CDROM drive, or the drive is not visible on the
bus. Please see the <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDs</ulink> section of the Handbook for a detailed
discussion of this issue.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="cdrom-unicode-filenames">
<para>Why do all non-English characters in filenames show up as
<quote>?</quote> on my CDs when mounted in FreeBSD?</para>
</question>
<answer>
<para>Your CDROM probably uses the <quote>Joliet</quote>
extension for storing information about files and
directories. This is discussed in the Handbook chapter on
<ulink URL="../handbook/creating-cds.html">creating and
using CDROMs</ulink>, specifically the section on <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDROMs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="burncd-isofs">
<para>I burned a CD under FreeBSD and now I can not read it
under any other operating system. Why?</para>
</question>
<answer>
<para>You most likely burned a raw file to your CD, rather
than creating an ISO 9660 filesystem. Take a look at the
<ulink URL="../handbook/creating-cds.html">Handbook
chapter on creating CDROMs</ulink>, particularly the
section on <ulink
URL="../handbook/creating-cds.html#RAWDATA-CD">burning raw
data CDs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="mount-audio-CD">
<para>Why can I not <command>mount</command> an audio
CD?</para>
</question>
<answer>
<para>If you try to mount an audio CD, you will get an error
like <errorname>cd9660: /dev/acd0c: Invalid
argument</errorname>. This is because
<command>mount</command> only works on filesystems. Audio
CDs do not have filesystems; they just have data. You
need a program that reads audio CDs, such as the
<port>audio/xmcd</port> port.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="printer-slow">
<para>My parallel printer is ridiculously slow. What can I do?</para>
@ -6001,6 +5918,72 @@ C:\="DOS"</programlisting>
</answer>
</qandaentry>
<qandaentry>
<question id="mount-cd-superblock">
<para>Why do I get <errorname>Incorrect super block</errorname> when
mounting a CDROM?</para>
</question>
<answer>
<para>You have to tell &man.mount.8; the type of the device
that you want to mount. This is described in the <ulink
URL="../handbook/creating-cds.html"> Handbook section on
optical media</ulink>, specifically the section <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="cdrom-not-configured">
<para>Why do I get <errorname>Device not configured</errorname> when
mounting a CDROM?</para>
</question>
<answer>
<para>This generally means that there is no CDROM in the
CDROM drive, or the drive is not visible on the
bus. Please see the <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDs</ulink> section of the Handbook for a detailed
discussion of this issue.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="cdrom-unicode-filenames">
<para>Why do all non-English characters in filenames show up as
<quote>?</quote> on my CDs when mounted in FreeBSD?</para>
</question>
<answer>
<para>Your CDROM probably uses the <quote>Joliet</quote>
extension for storing information about files and
directories. This is discussed in the Handbook chapter on
<ulink URL="../handbook/creating-cds.html">creating and
using CDROMs</ulink>, specifically the section on <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDROMs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="burncd-isofs">
<para>I burned a CD under FreeBSD and now I can not read it
under any other operating system. Why?</para>
</question>
<answer>
<para>You most likely burned a raw file to your CD, rather
than creating an ISO 9660 filesystem. Take a look at the
<ulink URL="../handbook/creating-cds.html">Handbook
chapter on creating CDROMs</ulink>, particularly the
section on <ulink
URL="../handbook/creating-cds.html#RAWDATA-CD">burning raw
data CDs</ulink>.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="copy-cd">
<para>How can I create an image of a data CD?</para>
@ -6016,6 +5999,23 @@ C:\="DOS"</programlisting>
</answer>
</qandaentry>
<qandaentry>
<question id="mount-audio-CD">
<para>Why can I not <command>mount</command> an audio
CD?</para>
</question>
<answer>
<para>If you try to mount an audio CD, you will get an error
like <errorname>cd9660: /dev/acd0c: Invalid
argument</errorname>. This is because
<command>mount</command> only works on filesystems. Audio
CDs do not have filesystems; they just have data. You
need a program that reads audio CDs, such as the
<port>audio/xmcd</port> port.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="user-floppymount">
<para>How do I let ordinary users mount floppies, CDROMs and other removable