Wodim is an easy tool to write an ISO image to DVD, and it's included with Red Hat.
In order to write an ISO image to DVD, first start off by making sure what the device is of the DVD burner. Most often, it is /dev/sr0. To validate this, run:
# ls -als /dev/sr0If that's the correct device, all you need is an ISO image. Let's say, your ISO image is located in /path/to/image.iso. In that case, use the following command to write the ISO image to DVD:
# wodim dev=/dev/sr0 -v -data /path/to/image.iso
If you found this useful, here's more on the same topic(s) in our blog:
- Red Hat: Creating a backup to ISO images
- Removing a LVM based file system
- Securely enabling SNMP on Red Hat
- Multi-user VNC setup on RHEL 7.5
- Resizing a Red Hat swap space
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?




