![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() Join Date: Nov 2004
Location: Anywhere
My beans are hidden!
|
How to create ISO images from your HD CD DVD
This is very helpfull to backup you cd and dvd into iso images:
To make an ISO from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it. (ubuntu automount so you need to unmount, that's quite easy, just choose the option unmount from the shell). dd if=/dev/dvd of=dvd.iso # for dvd dd if=/dev/cdrom of=cd.iso # for cdrom dd if=/dev/scd0 of=cd.iso # if cdrom is scsi To make an ISO from files on your hard drive, create a directory which holds the files you want. Then use the mkisofs command. mkisofs -o /tmp/cd.iso /tmp/directory/ This results in a file called cd.iso in folder /tmp which contains all the files and directories in /tmp/directory/. For more info, see the man pages for mkisofs, losetup, and dd, or see the CD-Writing-HOWTO at http://www.tldp.org. Hope it helps Sniff. Ubuntu Freak |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|