Keresés

Új hozzászólás Aktív témák

  • Jester01

    veterán

    válasz Jester01 #17406 üzenetére

    Nem tudom k3b mit hív a háttérben mindenesetre parancssorból ez nekem működött:

    $ mkdir cd
    $ echo test > cd/20100705viharfelh1-Mezohegyes-junius18-jegvihar.jpg
    $ echo foo > cd/0001020304050607080910111213141516171819202122232425262728293031323334353637383940414243444546474849
    $ genisoimage -joliet-long -o cd.img cd
    Warning: creating filesystem with Joliet extensions but without Rock Ridge
    extensions. It is highly recommended to add Rock Ridge.
    Total translation table size: 0
    Total rockridge attributes bytes: 0
    Total directory bytes: 160
    Path table size(bytes): 10
    Max brk space used 0
    182 extents written (0 MB)
    $ isoinfo -l -i cd.img

    Directory listing of /
    d--------- 0 0 0 2048 Jul 1 2013 [ 28 02] .
    d--------- 0 0 0 2048 Jul 1 2013 [ 28 02] ..
    ---------- 0 0 0 4 Jul 1 2013 [ 30 00] 00010203.;1
    ---------- 0 0 0 5 Jul 1 2013 [ 31 00] 20100705.JPG;1
    $ isoinfo -l -J -i cd.img

    Directory listing of /
    d--------- 0 0 0 2048 Jul 1 2013 [ 29 02] .
    d--------- 0 0 0 2048 Jul 1 2013 [ 29 02] ..
    ---------- 0 0 0 4 Jul 1 2013 [ 30 00] 0001020304050607080910111213141516171819202122232425262728293031323334353637383940414243444546474849
    ---------- 0 0 0 5 Jul 1 2013 [ 31 00] 20100705viharfelh1-Mezohegyes-junius18-jegvihar.jpg
    $ su -c 'mount cd.img /mnt/test -oloop,ro'
    Password:
    $ ls -l /mnt/test
    total 1
    -r-xr-xr-x 1 root root 4 Jul 1 19:50 0001020304050607080910111213141516171819202122232425262728293031323334353637383940414243444546474849
    -r-xr-xr-x 1 root root 5 Jul 1 19:50 20100705viharfelh1-Mezohegyes-junius18-jegvihar.jpg
    $ su -c 'umount /mnt/test && mount cd.img /mnt/test -oloop,ro,nojoliet'
    Password:
    $ ls -l /mnt/test total 1
    -r-xr-xr-x 1 root root 4 Jul 1 19:50 00010203
    -r-xr-xr-x 1 root root 5 Jul 1 19:50 20100705.jpg

Új hozzászólás Aktív témák