2
votes
1answer
154 views

mkisofs can't find file

I'm trying to create a .iso file using mkisofs. I have the following folders: my OS | |--src |--bin I used the following command: mkisofs -R -input-charset utf8 -b bin/boot.bin -no-emul-boot ...
8
votes
1answer
259 views

K3b to split volume across media

How do I get K3b to split a volumes across several media? For example if I give it a folder that has 6 GB (not one file of 6 GB), it should create several discs of 4.4 GB automatically, instead of me ...