출처:http://goinggnu.wordpress.com/2007/05/08/howto-mount-bincue-files-in-linux/
HowTo: Mount Bin/Cue files in Linux
Okay, so I I lied a little bit. I’m not sure how to mount a straight bin/cue file combination in Linux, but I do know that it’s really easy to convert them into an ISO file, and then mount the ISO in debian based linux.
sudo apt-get install bchunkThe syntax from bchunk is as follows:
bchunk [-v] [-p] [-r] [-w] [-s]
bchunk [-v] [-p] [-r] [-w] [-s]
So if i wanted to convert image,bin and image.cue into image.iso, I’d run the command:
bchunk image.bin image.cue image.isoThen to mount the ISO in linux you run the command:
disable mount
umount /mnt/cdrom
mount -o loop -t iso9660 image.iso /mnt/image, where image.iso is the iso is the image that you want to mount and /mnt/image is the mount directory.disable mount
umount /mnt/cdrom
댓글 없음:
댓글 쓰기