On Tue, Jan 10, 2006 at 05:26:34PM +0000, Pav Lucistnik wrote:
> pav         2006-01-10 17:26:34 UTC
> 
>   FreeBSD doc repository
> 
>   Modified files:
>     en_US.ISO8859-1/books/handbook/disks chapter.sgml 
>   Log:
>   16.6.5 Duplicating Audio CDs
>   - mention that 4.X don't prefix device nodes with zero
>   - show how to force system to retaste media
>   - flip note from "on 5.X and later" to "on 4.X"
>   
 
          <para>Make sure the appropriate files exist in
-           <filename>/dev</filename>.</para>
+           <filename>/dev</filename>.  If the entries are missing,
+           force the system to retaste the media:</para>
+
+         <screen>&prompt.root; <userinput>dd if=/dev/acd0 of=/dev/null 
count=1</userinput></screen>
+

What do you think about something cleaner like:

% cdcontrol -f /dev/acd0 info

it has also the advantage to print the TOC for whose are interested in,
and it can be done as standard user.

Marc
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to