On Fri, Dec 24, 2004 at 11:09:51AM -0500, David Vincelli wrote:
> Exactly as from the handbook.
> 
> I blanked a DVD-RW using: 
> 
> # dvd+rw-format -blank=full /dev/cd0
> 
> I burned a DVD-RW, using:
> 
> # growisofs -Z /dev/cd0 -J -R /usr/backup
> 
> and I tried a DVD+R, using:
> 
> # growisofs -Z /dev/cd0 -J -R /usr/backup
> 
> Note that I can't mount regular DVDs either (the only thing I had on
> hand was a ms Office 2003 DVD).
>

You mean you cannot mount any DVDs?
You use something like:

mount -t cd9660 /dev/cd0 /cdrom
or
mount -t cd9660 /dev/acd0 /cdrom

?

Could you try with hw.ata.atapi_dma="0" in /boot/loader.conf

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

Reply via email to