Date: Sat, 19 Dec 2015 20:40:39 +0100 From: Lev <leventelist@gmail.com> To: Polytropon <freebsd@edvax.de> Cc: freebsd-questions@freebsd.org Subject: Re: mounting udf Message-ID: <20151219204039.70b2b91b@jive.levalinux.org> In-Reply-To: <20151219191010.21d4af06.freebsd@edvax.de> References: <20151219171651.12f1da2d@jive.levalinux.org> <20151219191010.21d4af06.freebsd@edvax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 Dec 2015 19:10:10 +0100 Polytropon <freebsd@edvax.de> wrote: > On Sat, 19 Dec 2015 17:16:51 +0100, Lev wrote: > > I try to mount an UDF DVD, and I get this: > > > > mount_udf: /dev/cd0: Invalid argument > > > > I have this is in my loader.conf: > > > > atapicam_load="YES" > > hw.ata.atapi_dma="1" > > Which FreeBSD version are you using? ATAPICAM has been > deprecated, CAM is the default now. > > In case you'd actually use ATAPI, try this: > > # mount_udf -r /dev/acd0 /mnt > > But note that /dev/cd0 would be the correct device on > recent FreeBSD versions; there, > > # mount_udf -r /dev/cd0 /mnt > > should work. If not... maybe FUSE is the way to go? > > > > > What do I miss? > > FreeBSD version and complete mount command. :-) I have 10.2-RELEASE-p2 and I used mount /dev/cd0 /mnt same result with mount -t udf /dev/cd0 /mnt or mount_udf /dev/cd0 /mnt command. -r doesn't change anything. (mount_udf doesn't really have that option.) Ok. So should it work out of the box? Thanks, Levente -- 73 de HA5OGL Op.: Levente
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151219204039.70b2b91b>
