Date: Sat, 19 Dec 2015 19:10:10 +0100 From: Polytropon <freebsd@edvax.de> To: Lev <leventelist@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: mounting udf Message-ID: <20151219191010.21d4af06.freebsd@edvax.de> In-Reply-To: <20151219171651.12f1da2d@jive.levalinux.org> References: <20151219171651.12f1da2d@jive.levalinux.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151219191010.21d4af06.freebsd>