[pocket-linux] Reverse the diskette image process

Daniel Schranz daniel_s@aon.at
Fri, 16 May 2003 21:50:51 +0200


> 3 Extract the image to an unused ramdisk like this:
>   dd if=imagefile of=/dev/ram7 bs=1k
> 4 Then mount the ramdisk like this:
>   mount /dev/ram7 /mnt
As an alternative to these two steps you can:
mount -o loop <extracted imagefile> /mnt
This is the way i mostly work on my image-files

MfG Daniel