How to create ISO images from terminal?
How to create CD/DVD ISO image of files/folder from terminal?
How to create CD/DVD ISO image of CD/DVD disk from terminal?
How to burn ISO image file into floppy or CD/DVD disk from terminal?
How to burn ISO image file into floppy or CD/DVD disk from Gnome F7?
How to burn DVD .IMG file to DVD disk from terminal?
How to blank fast and erase files from CD-RW/DVD-RW disk from terminal?
How to mount/unmount ISO image from terminal?
How to create MD5 checksum of ISO image file from terminal?
How to verify MD5 checksum of ISO image file from terminal?
This blog entry assumes these below topics:
a. creation and verification of ISO image files
b. CD/DVD burning of ISO/IMG image files
c. mounting and unmounting of ISO image files
Here you go, straight questions and answers.
How to create ISO images from terminal?
Creating ISO images from terminal begins with the mkisofs and/or dd linux commands.
How to create MD5 checksum of ISO image file from terminal?
# md5sum myISOfile.iso > myISOfile.iso.md5
How to verify MD5 checksum of ISO image file from terminal?# md5sum -c myISOfile.iso.md5
How to create CD/DVD ISO image of files and/or folder from terminal?
For creating ISO image from folder# mkisofs -r -o myisofile.ISO myfolder
For creating ISO image from file# dd if=mybigfile of=myisofile.ISO
or# mkisofs -r -o myisofile.ISO mybigfile
# mkisofs -r -o myisofile.ISO *.mp3
How to create CD/DVD ISO image of CD/DVD disk from terminal?
How to create an ISO copy CD/DVD disk from terminal?
For non-bootable and data ISO image file, just mount the CD/DVD disk first like so# mount /dev/cdrom /mnt/myCDdrive
# mount /dev/dvd /mnt/myDVDdrive
And create the ISO image file from CD disk like so# mkisofs -o myCDiso.ISO /dev/cdrom
And from DVD disk# mkisofs -o myDVDiso.ISO /dev/dvd
An alternative would be done with the below command and without the need of mounting the disk as shown below.
This is also preferrable for creaing bootable CD disk.# dd if=/dev/cdrom of=myCDiso.ISO
And for DVD disk# dd if=/dev/dvd of=myCDiso.ISO
How to burn ISO image file into floppy or CD/DVD disk from terminal?
For floppy# dd if=myfloppyISOfile.ISO of=/dev/floppy
For CD/DVD# dd if=myCDISOfile.ISO of=/dev/cdrom
or
# dd if=myCDISOfile.ISO of=/dev/cdrom-sr0
and for DVD# dd if=myCDISOfile.ISO of=/dev/dvd
How to burn ISO image file into floppy or CD/DVD disk from Gnome F7?
Go to Gnome > Places > CD/DVD creator. Copy and paster files and folder and click Write to Disc
How to burn DVD .IMG file to DVD disk from terminal?# growisofs -Z /dev/dvd=myDVDimagefile.IMG
How to blank fast and erase files from CD-RW/DVD-RW disk from terminal?
This was also mentioned here.
CD-RW# cdrecord dev=/dev/cdrom blank=fast
DVD-RW# cdrecord dev=/dev/dvd blank=fast
How to mount/unmount ISO image from terminal?
To mount CD# mkdir /mnt/cdrom
# mount -t iso9660 -o loop /dev/cdrom /mnt/cdrom
To unmount# umount /mnt/cdrom
You might be interested on using the right click mouse button to open a link in background in a new browser window or separate tab with the below boxes in black.
That's it for now. Thanks!
Related Posts:
Linux CD/DVD Burnind Software - Brasero
Nero Burning Software in Linux
K9Copy - CD/DVD Disk Copier and Burner
Subscription
Categories
- HowTos (612)
- Linux Devices (40)
- Linux Diggs (620)
- Linux News (1541)
- Linux Videos (24)
Recent Posts
Blog Archive
-
▼
2007
(340)
-
▼
August
(95)
- KCron - GUI task scheduler
- Linux backups powered by Tar
- INQ7 front page image retrieval
- using wget for data and file transfers
- BibleTime - Bible study from Linux howto
- human readable DVD/CD drive technical details
- sound-juicer - alternative audio CD ripper install
- Stellarium - watch the sky from Linux
- Munin - monitor linux hosts install howto
- blocking yahoo chat messenger
- string manipulation using cut linux command
- graphing skystream DVB receiver's Eb/No and signal...
- BZFlag - 3D multi-player tank game install howto
- screenshot and snapshot creations howtos
- string parsing using bash
- grep multiple character from string or file
- enable and disable of telnet service
- grep multiple strings from a file
- remove spaces from filenames
- ISO creation and CD/DVD burning from terminal
- send a message to user's terminal
- retrieve GMail emails via terminal using fetchmail
- more of activating and deactivating network card
- set new mysql password
- TIP: enable thumbnail display images from apache
- monitor large mailbox users
- using the linux yes command
- string manipulation using tr linux command
- install and play 2D chess game in linux
- more firefox tips and tricks
- recover root password on linux
- establish ssh connection from different port
- uniq linux command
- remove blank lines using grep or sed
- date and time sync via NTP server howto
- who am I
- delete spam email and folder regularly howto
- hello world bash and perl script
- passwordless rdesktop session with XP howto
- force VGA screen resolution and screen mode
- RealPlayer 10 for linux install howto
- Grip - CD ripper install howto
- Banshee - music management and playback
- gnome music applet install howto
- Pirut and yum-updatesd - software management
- Alacarte - editing panel menus install howto
- access NTFS drive in Fedora
- FileLight - graphical disk usage and statistics
- TestDisk- partition tool install howto
- using /dev/null in linux terminal
- yahoo messenger in fedora install howto
- check and repair MS-DOS file systems howto
- using fdformat and mkdosfs from terminal
- Tremulous - Quake 3 install howto
- block consecutive IP address using scripts
- using floppy linux command from terminal
- display word or text file in reversed pattern
- convert a file to equivalent hex/binary code
- spell check text file from terminal
- create screen timer from linux howto
- recreate deleted /dev/null
- harddisk monitoring using smartctl
- bind ssh to selected IP address
- restrict su command to superuser only
- thunderbird install howto
- dovecot POP3/POP3S server with SSL/TLS install howto
- qpopper POP3 server install howto
- my other linux pages
- more ssh log parsing and monitoring
- checking daemon service bash script
- HTML CHM help file viewer install howto
- du - the disk usage linux command howto
- gnome language translator install howto
- display linux memory information howto
- display the number of processor howto
- 3d tabletennis game install howto
- Nokia N70 on Fedora via USB data cable
- Fedora 7 as guest host from VirtualBox
- at - jobs scheduling howto
- Nokia 70 linux connection via bluetooth dongle howto
- crontab - jobs scheduling howto
- managing daemon services howto
- create your own linux OS distro howto
- kernel devel headers install howto
- more multimedia browser plugins install howto
- numlock on with X install howto
- Fedora and RHEL differences
- create virtual terminals with single ssh connection
- virtual CentOS using VMWare 5.5.4 install howto
- VMware workstation 5.5.4 install howto
- 50 quick linux command tips part 4
- 5 SysAds permanent static route story
- ssh log parsing and monitoring
- removable drives, devices and media preferences
- gnome-blog desktop blogging install howto
-
▼
August
(95)
Saturday, August 25, 2007
ISO creation and CD/DVD burning from terminal
Subscribe to:
Post Comments (Atom)
ILoveTux - howtos and news | About | Contact | TOS | Policy
0 comments:
Post a Comment