Re: Joliet extensions and files with no filename extension
- From: "Thomas Schmitt" <scdbackup gmx net>
- To: brasero-list gnome org
- Cc: mrjones69 gmail com
- Subject: Re: Joliet extensions and files with no filename extension
- Date: Thu, 21 Jul 2016 13:10:11 +0200
Hi,
somebody said "libisofs". I'm its developer.
I am not aware that it would put a dot at the end of a Joliet name.
Testing with the recent release 1.4.4:
# Create some file
touch abcdefghijklmnop
# Pack it up in an ISO
xorriso -as mkisofs -o test.iso -J --norock -no-pad abcdefghijklmnop
and then looking into test.iso by a hex dumper:
0000b060 : 01 00 00 01 20 00 61 00 62 00 63 00 64 00 65 00
a b c d e
0000b070 : 66 00 67 00 68 00 69 00 6a 00 6b 00 6c 00 6d 00
f g h i j k l m
0000b080 : 6e 00 6f 00 70 00 00 00 00 00 00 00 00 00 00 00
n o p
No dot to see. (It's 16 bit UCS-2. Thus the 0s between each ASCII character.)
---------------------------------------------------------------------------
Could you please determine the .so version number of libisofs ?
E.g.
/usr/lib/x86_64-linux-gnu/libisofs.so.6.76.0
And test whether libisofs underneath xorriso shows the problem ?
E.g by:
xorriso -as mkisofs -o test.iso --iso-level 2 -R -J ...your.directories.or.files...
If so, please determine its version
xorriso -version
which should say something like
...
xorriso version : 1.4.4
...
libisofs in use : 1.4.4 (min. 1.4.4)
I tried on Debian 8 with xorriso-1.4.4 and 1.3.2 without seeing the dot yet.
Have a nice day :)
Thomas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]