Pioneer DVR-108 can burn DVDs, can't mount them!

Marc Fonvieille blackend at freebsd.org
Fri Dec 24 08:43:01 PST 2004


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


More information about the freebsd-questions mailing list