Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: mkisofs

27 Jun

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
admin Posted in Command Line, Linux cd, command, dvd, folder, image, iso, Linux, mkisofs 2 Comments
06 Mar

Create Compressed Image

Create a compressed iso image of cdrom on disk


mkisofs /dev/cdrom | gzip > cd_iso.gz
admin Posted in Command Line, Linux command, compressed, gzip, image, Linux, mkisofs Leave a comment
17 Aug

Create a Folder’s ISO image

How to make an ISO image from contents of a directory?


mkisofs -V label-name -r directory-name > iso-image.iso

[tags]iso,image,folder,linux,mkisofs[/tags]

admin Posted in Command Line, Linux folder, image, iso, Linux, mkisofs 3 Comments

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑