Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2004 17:42:57 +0100
From:      Marc Fonvieille <blackend@freebsd.org>
To:        David Vincelli <micologist@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Pioneer DVR-108 can burn DVDs, can't mount them!
Message-ID:  <20041224164257.GC592@nosferatu.blackend.org>
In-Reply-To: <7227803f0412240809b40b5ed@mail.gmail.com>
References:  <7227803f041223222861547e39@mail.gmail.com> <20041224160008.GB592@nosferatu.blackend.org> <7227803f0412240809b40b5ed@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041224164257.GC592>