Hi,
I just downloaded a file of *.img format .
what the hell am I supposed to do with this?
thanx,
Hi,
I just downloaded a file of *.img format .
what the hell am I supposed to do with this?
thanx,
is that a XCDRoast cd image?
Stick a blank floppy in your floppy drive, then issue:
Code:dd if=somefile.img of=/dev/fd0 bs=1024 conv=sync ; sync
hello,
i ussulay loop mount it 'em first
mount -t fstype -o loop filename.img /mount/point i think is the right command... then cd into the directory /mount/point and see what is on the image.
[edit]
whoa! me way too slow!
[/edit]
Bookmarks