Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2008 14:08:47 +0100 (CET)
From:      Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl>
To:        Max Russell <thedossone@googlemail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mount DVD - invalid argument
Message-ID:  <20081220140814.W8943@wojtek.tensor.gdynia.pl>
In-Reply-To: <6fec50390812200345g5ae379ek85e2fd7d1f491553@mail.gmail.com>
References:  <6fec50390812200345g5ae379ek85e2fd7d1f491553@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>
> max@~: grep acd /var/run/dmesg.boot
> acd0: DVDR <PIONEER DVD-RW DVR-111D/1.19> at ata1-master UDMA66
> acd1: DMA limited to UDMA33, device found non-ATA66 cable
> acd1: DVDROM <ASUS DVD-E616A2/1.03> at ata1-slave UDMA33
>
> the optical section of my fstab is like this:
>
> /dev/acd0 /cdrom cd9660 ro,noauto 0 0
> /dev/acd1 /cdrom cd9660 ro,noauto 0 0


isn't it better just to have

/dev/acd0 /dvdr cd9660 ro,noauto 0 0
/dev/acd1 /dvd cd9660 ro,noauto 0 0

to avoid all the mess?



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