monte um .iso convertido de .bin

0

por favor, como faço para montar um .iso convertido de .bin? o .bin não tinha .cue si eu criei uma das linhas do arquivo .cue:

FILE "file.bin" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00

Eu usei o comando bchunk Setup-1a.bin Setup-1a.cue Setup-1a ao tentar montar meu arquivo .iso usando mount Setup-1a01.iso /mnt/iso

mount: you must specify the filesystem type

do que tentei mount -t iso9660 Setup-1a01.iso /mnt/iso/ , mas

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Obrigado pela sua ajuda

    
por funkypunkypinkypow 08.10.2013 / 11:45

1 resposta

-1

tente isto:

mount -o loop Setup-1a01.iso /mnt/iso
    
por Alexander Fieroch 08.10.2013 / 12:14