udftools icon indicating copy to clipboard operation
udftools copied to clipboard

Linux tools for UDF filesystems and DVD/CD-R(W) drives

Results 24 udftools issues
Sort by recently updated
recently updated
newest added

To me this seems the one super-duper urgent need for wide usage of the UDF filesystem, a working `fsck` program. Without this and improperly removed USB key results in unrepairable...

Hi, I am formatting a DVD RW with `mkudffs --media-type=dvdrw --spartable=2 /dev/pktcdvd/pktcdvd0`, mounting it, and trying to write on it. Systematically, I am getting a kernel dump ``` ------------[ cut...

Hello: I use the udftools version 2.0 to make udf image can not mount mkudffs --lvid="20180606-1" --media-type=hd --udfrev=2.50 b.udf mmount -o loop,rw b.udf disc/ mount: /dev/loop4 readonly i will read...

I just finished udffsck 1.00-beta. It is first open source implementation for Linux, which is capable of either check and fix UDF file system. It is able to check and...

Tried blanking a CDRW and then creating a filesystem with: ``` mkudffs --spartable=2 --media-type=cdrw --udfrev=0x0150 /dev/pktcdvd/pktcdvd0 ``` this works with no error on an older DVD drive I have at...

Howto mentions the possibility of using packet writing on write once media (CD/DVD +R or -R). However, it is unclear how this should be done: - is the `dvd+rw-format` command...

May be a problem with my distro (Ubuntu). However the howto file seems badly outdated. - Mentions having to set up `/etc/udftools.conf` file and running `/etc/rc.d/rc.udftools start` while system uses...

Running chkdsk on a UDF partition formatted using GParted results in a working and usable UDF disk... however, running chkdsk anytime after results in an "Logical Volume is in inconsistent...

Writing information control blocks (ICBs) on UDF 2.60 causes delays because the laser lens needs to go to the beginning (metadata track). On Windows, the excessive writing of ICBs leads...