I have an ISO image with a UDF filesystem and a boot sector and I need to add a file to it. When I do
sudo mount -o loop,rw /tmp/file.iso /tmp/dir
I get
mount: block device /tmp/file.iso is write-protected, mounting read-only
This happens even if I remove loop or add unhide. The file has permissions rw-rw-rw-. I have tried various UDF command-line tools, but they all demand an actual CD drive, and won't even work with the loopback device. So is there anything I can do?
Because this has a boot sector, I'd rather edit the ISO file directly than unpack/repack.
Using Kubuntu 14.04 here. Thanks.
.with nothing inside. This is both with the package and with a file-roller master build via jhbuild. – andlabs Aug 08 '14 at 15:35README.TXTsaying "This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification.". – Paul Sep 03 '20 at 13:43