Create an iso image of a directory
mkisofs -J -allow-leading-dots -R -V "Label CD" -iso-level 4 -o ./cd.iso data_cd
Byte sized tech know-how.
Create an iso image of a directory
mkisofs -J -allow-leading-dots -R -V "Label CD" -iso-level 4 -o ./cd.iso data_cd
Copyright © 2024 Txt
I was trying to do something like that by myself. Fortunately, I can use mkisofs 😉
Thanks.
It works perfectly.
Thanks!