Date: Fri, 10 Feb 2017 10:46:39 -0800 From: Freddie Cash <fjwcash@gmail.com> To: David Christensen <dpchrist@holgerdanske.com> Cc: FreeBSD Filesystems <freebsd-fs@freebsd.org> Subject: Re: FreeBSD 11 and 4+ GB files on optical disc Message-ID: <CAOjFWZ7XjR9yq=qc0MFVWHjF0J=GzE2doJ48TZoziR-fcBgB0Q@mail.gmail.com> In-Reply-To: <7827d6b5-dc0f-21a9-873d-6356986485a5@holgerdanske.com> References: <20170210031741.3d4348f6.freebsd@edvax.de> <4b4145c4-1381-0b95-0e06-46affbb6d851@holgerdanske.com> <20170210101633.4d5da7df@ernst.home> <7827d6b5-dc0f-21a9-873d-6356986485a5@holgerdanske.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# kldload udf # mount -t udf /dev/cd0 /mnt You RTFM'd the wrong M. ;) Pretty much every option can be loaded as a module at runtime nowadays. I found this by doing a simple: # ls /boot/kernel/*udf* There's also a mount_udf(8) man page to read through. There are some limitations to UDF in FreeBSD, though. It's not the latest version, and I don't think you can write to it (although it's been a long time since I've used UDF). But you should definitely be able to mount and read files from UDF-formatted DVDs. Maybe even Blu-Ray, although I've never attached a BD-ROM drive to a computer of any kind. -- Freddie Cash fjwcash@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOjFWZ7XjR9yq=qc0MFVWHjF0J=GzE2doJ48TZoziR-fcBgB0Q>