Tag: dvd
Burn Compressed ISO Image
Burn a compressed ISO image gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom
Create ISO Image of a Folder
Create an iso image of a directory mkisofs -J -allow-leading-dots -R -V “Label CD” -iso-level 4 -o ./cd.iso data_cd
Apt using CD/DVD
Install / upgrade a deb package from cdrom/dvd apt-cdrom install package_name
Linux Command to Erase Rewritable CD
Erase a Rewritable Disk cdrecord -v gracetime=2 dev=/dev/cdrom -eject blank=fast -force
Rip DVD using Mencoder
Rip a DVD to an AVI file using mencoder mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac…
Create CD Image
These commands can be used to create an image of a CD/DVD/HDD. You can also use some GUI tool like…
Command to make a CD/DVD ISO Image in Linux with dd
This command can be used to create an image of a CD/DVD/HDD. You can also use some GUI tool like…
Caching Debain installation DVD/CD
Cache all your Debain installation DVD/CDs Put the first DVD in the drive and run this command apt-cdrom add Do…
Recent Comments