$ dd if=/dev/cdrom0 of=output.iso
Change cdrom0 with devices you need to make image from, and output.iso with image file result.
To mount it, use
$ mount -o loop output.iso /path/to/mntdir
just about anything found on the net
$ dd if=/dev/cdrom0 of=output.iso
Change cdrom0 with devices you need to make image from, and output.iso with image file result.
To mount it, use
$ mount -o loop output.iso /path/to/mntdir
No comments:
Post a Comment