Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 17:27:13 +0900 (JST)
From:      Masachika ISHIZUKA <ish@amail.plala.or.jp>
To:        freebsd-fs@freebsd.org
Subject:   How to mount ISO-9660 multi-extents blu-ray disc
Message-ID:  <20180817.172713.1462611697013497228.ish@amail.plala.or.jp>

next in thread | raw e-mail | index | archive | help
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 ?



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