← Back to team overview

usb-creator-hackers team mailing list archive

[Bug 64383] Re: UDF not properly recognised

 

DEBUG:root:mount: /media/30CA-7EE9
DEBUG:root:add_target: /org/freedesktop/UDisks/devices/sdb1
DEBUG:root:device_added: /org/freedesktop/UDisks/devices/sda1
DEBUG:root:device_added: /org/freedesktop/UDisks/devices/sda2
DEBUG:root:device_added: /org/freedesktop/UDisks/devices/sda3
DEBUG:root:device_added: /org/freedesktop/UDisks/devices/sdb
DEBUG:root:disk added: /org/freedesktop/UDisks/devices/sdb
DEBUG:root:add_target: /org/freedesktop/UDisks/devices/sdb
DEBUG:root:device_added: /org/freedesktop/UDisks/devices/sda4
DEBUG:root:Backend told to add: /home/iise/Images/lupu-501.iso
DEBUG:root:['isoinfo', '-J', '-i', '/home/arky/lupu-501.iso', '-x', '/.disk/info']
isoinfo: Unable to find Joliet SVD
ERROR:root:Could not extract .disk/info.
DEBUG:root:No source selected.
DEBUG:root:No source selected.
DEBUG:root:cancel_install

$ isoinfo -J -R -l -i lupu-501.iso 
isoinfo: Unable to find Joliet SVD


** Changed in: usb-creator
       Status: New => Confirmed

-- 
UDF not properly recognised
https://bugs.launchpad.net/bugs/64383
You received this bug notification because you are a member of usb-
creator hackers, which is the registrant for usb-creator.

Status in File Roller: New
Status in usb-creator: Confirmed
Status in “file-roller” package in Ubuntu: Triaged

Bug description:
UDF iso images almost always also have an ISO9660 file-system on them but the two filesystems need not point to the same set of files.

I recently downloaded an iso image that has all the real data on UDF and just a README.TXT on ISO9660 which basically just says "This CD requires a system which supports the UDF filesystem."  File Roller only sees the README.TXT.  It should probably use UDF if it's available since it doesn't have all of the restrictions that ISO9660 has and the only reason to have a different set of files on the two filesystems is if UDF contains data that ISO9660 can't contain properly.