👩💻 Join our community of thousands of amazing developers!
Wrong bytes per sector on a burned BD-R media. When this issue happens I made a stupid mistake to to put default 512 bytes per sector or wrong block size for UDF filesystem which I burned to Blue ray disk with physical block in 2048 bytes long. It makes impossible to mount the partition as driver rely only on physical block size and just ignore bs=512. TL;DR: losetup -f /dev/sr0 mount /dev/loop0 -t udf /mnt/ ...