Membuat ISO di linux
Membuat ISO dari cd / dvd :
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
Membuat ISO dari drive :
mkisofs -o hasil dirrectory
mkisofs -o /tmp/cd.iso /tmp/directory/
dari : http://www.granneman.com/techinfo/linux/burningcds/makeanisoimage.htm
About this entry
You’re currently reading “Membuat ISO di linux,” an entry on rindra
- Published:
- June 26, 2008 / 4:58 am
- Category:
- belajar linux
- Tags:
No comments yet
Jump to comment form | comments rss [?] | trackback uri [?]