[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to access image file without floppy



On Fri, Nov 24, 2000 at 12:23:07PM +0800, a wrote:
> My floppy drive does not work. Can I read files in image file such as
> resc1440.bin?

To read the files on the rescue disk (which is a FAT filesystem):

mount -o loop -t msdos rescue.bin /mnt

To read the files on the root disk (which is a compressed ext2 filesystem)

Backup file:   cp root.bin temp_root.bin.gz
decompress:    gunzip temp_root.bin.gz
mount:         mount -o loop -t ext2 temp_root.bin /mnt

-- 
Harry Henry Gebel, ICQ# 76308382
West Dover Hundred, Delaware



Reply to: