New FAQ: Why can't I mount an audio CD?
This commit is contained in:
parent
9d4e431712
commit
e475d78041
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11497
1 changed files with 17 additions and 0 deletions
|
@ -3769,6 +3769,23 @@ quit</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="mount-audio-CD">
|
||||
<para>Why can't I <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
|
||||
<filename>audio/xmcd</filename> port.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="printer-slow">
|
||||
<para>My printer is ridiculously slow. What can I do?</para>
|
||||
|
|
Loading…
Reference in a new issue