[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mkisofs, nombres largos de archivo?



El sáb, 06-12-2003 a las 12:44, Santiago Vila escribió:
> Ojo, ¿cómo determinas si ha funcionado lo de Joliet o no? Ten en
> cuenta que Joliet es una *extensión* del ISO9660, no un formato
> distinto, así que si ves nombres en formato 8.3, no necesariamente
> quiere decir que no haya funcionado lo del Joliet.

Solucionado, gracias :)

root@debian [~/isotest] $ ls
JOAN MANUEL SERRAT - Disculpe El Señor.mp3
JOAN MANUEL SERRAT - Señora.mp3
JOAN MANUEL SERRAT & TOQUINHO - En Tournée.mp3
root@debian [~/isotest] $ mkisofs -J -l -o bla.iso .
Warning: creating filesystem with (nonstandard) Joliet extensions
         but without (standard) Rock Ridge extensions.
         It is highly recommended to add Rock Ridge
INFO:   ISO-8859-1 character encoding detected by locale settings.
        Assuming ISO-8859-1 encoded filenames on source filesystem,
        use -input-charset to override.
 84.17% done, estimate finish Sat Dec  6 13:23:22 2003
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 1e000
5950 extents written (11 Mb)
root@debian [~/isotest] $ mkdir bla
root@debian [~/isotest] $ mount -o loop bla.iso bla
root@debian [~/isotest] $ cd bla
root@debian [~/isotest/bla] $ ls
 joan_manuel_serrat___discul.mp3  joan_manuel_serrat___toquin.mp3
joan_manuel_serrat___se_ora.mp3
root@debian [~/isotest] $ cd ..
root@debian [~/isotest] $ umount bla
root@debian [~/isotest] $ mkisofs -J -l -r -o bla.iso .
INFO:   ISO-8859-1 character encoding detected by locale settings.
        Assuming ISO-8859-1 encoded filenames on source filesystem,
        use -input-charset to override.
 84.17% done, estimate finish Sat Dec  6 13:26:38 2003
Total translation table size: 0
Total rockridge attributes bytes: 504
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 1e000
5951 extents written (11 Mb)
root@debian [~/isotest] $ mount -o loop bla.iso bla
root@debian [~/isotest] $ cd bla
root@debian [~/isotest/bla] $ ls
JOAN MANUEL SERRAT - Disculpe El Señor.mp3
JOAN MANUEL SERRAT - Señora.mp3
JOAN MANUEL SERRAT & TOQUINHO - En Tournée.mp3




Reply to: