These are systems administration type tasks and must be done as root (su - to root, or sudo)
From a CDROM or DVD
- Open a terminal session.
- for a CD: dd if=/dev/cdrom of=thenameofmycd.iso
- for a DVD: dd if=/dev/dvd of=thenameofmydvd.iso
dd is disk dump, if is in file, of is out file
From a files on disk drive
- Open a terminal session.
- mkisofs -o thenameofmy.iso file(s) and/or directory(ies)
n.b. mkisofs will create an hybrid file system (ISO9660 in this case)
*man dd
*man mkisofs
No comments:
Post a Comment