The mkisofs tag has no wiki summary.
0
votes
1answer
85 views
How to create an ISO file out of 2.5M files?
So I have a good number of files (based on current node count in the filesystem, 2498329) and when I try to make an .iso out of it, mkisofs runs out of memory, pushes the machine into swap and then ...
2
votes
1answer
153 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
258 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 ...