-
How to create a iso file from cd or dvd in linuxComputer/linux 2007. 8. 3. 22:49Create iso file from CD / DVD
- sudo umount /dev/cdrom
- dd if=/dev/cdrom of=whateverfilename.iso
- mkisofs -r -o whateverfilename.iso /local_directory
mount and umount iso file with sudo or su- mkdir /media/imgae
- modprobe loop
- mount whateverfilename.iso /media/image -t iso9660 -o loop
- umount /media/image
reference http://ubuntuguide.org/wiki/Ubuntu:Feisty/CDDVDBurning'Computer > linux' 카테고리의 다른 글
How to use MS windows fonts and ttf in the Ubuntu Linux (0) 2007.08.08 --MARK-- in /var/log/messages (0) 2007.07.31 xset command (0) 2007.07.27