How to mount ISO-9660 multi-extents blu-ray disc

Masachika ISHIZUKA ish at amail.plala.or.jp
Fri Aug 17 08:28:09 UTC 2018


Hi.

I was written 5gb file on bru-ray disc by growisofs with linux.
I want to mount it with freebsd, but only last extent of file is
shown as follows.

freebsd# mount -t cd9660 /dev/cd0 /cdrom
freebsd# ls -l /cdrom/test/
total 1048576
-rw-r--r--  1 root  wheel  1073741824 Aug 17 16:58 test5g

On the other hand, linux can handle multi-extents disc as follows.

ubuntu# mount /dev/sr0 /cdrom
ubuntu# ls -l /cdrom/test/
total 5242880
-r--r--r-- 1 nobody nogroup 5368709120 Aug 17 16:58 test5g

How can I mount multi-extents disc with freebsd ?


More information about the freebsd-fs mailing list