You are not logged in.

#1 2008-04-05 17:48:51

ProzacR
Member
Registered: 2007-04-29
Posts: 272

*.img file

How i can mount img file. readme.txt says to use alcohol120. There is no alcohol120 in community or extra.

Offline

#2 2008-04-05 18:23:45

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: *.img file

Alcohol is a windows program. You're going to need some more info about the img file. If you're lucky and it's just a plain image of a cd/dvd, you can probably mount it as follows: "mount -o loop <path_to_file> <dir_to_mount_to>"

Offline

#3 2008-04-05 18:25:46

carlocci
Member
From: Padova - Italy
Registered: 2008-02-12
Posts: 368

Re: *.img file

you can try ccd2iso.

pacman -S ccd2iso
ccd2iso image.img newimage.iso

you can mount the iso with mount -o loop -t iso9660 newimage.iso /dir/where/you/want/to/mount


there are a couple of others converters, like mdf2iso, bin2iso, nrg2iso in community

Offline

#4 2008-04-05 18:58:41

ProzacR
Member
Registered: 2007-04-29
Posts: 272

Re: *.img file

ty ccd2iso works just fine. wink

Offline

Board footer

Powered by FluxBB