[ILUGC] 1D1C - mkisofs

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Tue, 8 Nov 2022 06:00:00 +0530

mkisofs - is a utility that creates an ISO 9660 image from files on disk
To create an ISO that can be used to back up another ISO file
$ mkisofs -o [filename.iso] [directory_path]
$ mkisofs -o bootiso.iso /boot

To create ISO image of a folder in Linux
$ mkisofs -J -allow-lowercase -R -V "BootCD" -iso-level 4 -o BootCD.iso
~/BootCD

To list content of ISO file
$ isoinfo -l -i bootiso.iso



regards,
T.Dhanasekar


---
Mailing List Guidelines: https://ilugc.in/mailing-list-guidelines
Web: http://ilugc.in/
Internet Relay Chat: #ilugc on libera.chat

Other related posts:

  • » [ILUGC] 1D1C - mkisofs - Dhanasekar