[TAG] need info about .img files
Jimmy O'Regan
jimregan at o2.ie
Fri Aug 13 18:23:41 MSD 2004
Sanjib Roy wrote:
> how can i create .img files view there content or extract them in
> harddisk.
> where can i get the info about internals of .img files such as initrd.img
I presume you mean disk image files, usually of floppy disks.
Running file will tell you what the file is; if it's a disk image, it'll
tell you what filesystem the disk uses. Floppy disk images are mounted
with the '-o loop' option. They are usually DOS formatted, so you would use
mount -o loop -t vfat path/to/disk.img /mountpoint
This will allow you to access the files on the disk image as usual.
More information about the TAG
mailing list