Home | 簡體中文 | 繁體中文 | 雜文 | Search | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 作品與服務 | Email

10.2. CD / DVD

10.2.1. Mount an ISO file

To mount the ISO image file.iso to the mount point /media/cdrom use this :

$ mount -o loop -t iso9660 file.iso /media/cdrom
		

10.2.2. create iso file from CD

$ dd if=/dev/cdrom of=isofile.iso
		

10.2.3. burner

10.2.4. ISO Mirror

$ mkisofs -V LABEL -r /mnt/cdrom | gzip > cdrom.iso.gz
		

mount iso file

$ mount -t iso9660 -o loop cdrom.iso /mnt/cdrom
		
comments powered by Disqus