Discussion:
[gentoo-user] how to make large iso with mkisofs?
(too old to reply)
David Shen
2009-06-19 15:10:13 UTC
Permalink
Hi,

I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?
--
Best Regards,
David Shen

http://twitter.com/davidshen84
Paul Hartman
2009-06-19 15:20:15 UTC
Permalink
Post by David Shen
Hi,
I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?
I don't have a Blu-ray drive and never used one, but you can try to
use growisofs from app-cdr/dvd+rw-tools. It contains examples in the
manpage:

To master and burn an ISO9660 volume with Joliet and Rock-Ridge
extensions on a DVD or Blu-ray Disc:

growisofs -Z /dev/dvd -R -J /some/files

To append more data to same media:

growisofs -M /dev/dvd -R -J /more/files

Make sure to use the same options for both initial burning and
when appending data.

To finalize the multisession DVD maintaining maximum compatibility:

growisofs -M /dev/dvd=/dev/zero
David Shen
2009-06-19 15:50:13 UTC
Permalink
thanks, but I have just found an easier solution, just add -iso-level
3 to mkisofs option. the iso level 3 do not have restriction on file
size.


On Fri, Jun 19, 2009 at 11:16 PM, Paul
Post by Paul Hartman
Post by David Shen
Hi,
I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?
I don't have a Blu-ray drive and never used one, but you can try to
use growisofs from app-cdr/dvd+rw-tools. It contains examples in the
      To master and burn an ISO9660 volume with Joliet and Rock-Ridge
           growisofs -Z /dev/dvd -R -J /some/files
           growisofs -M /dev/dvd -R -J /more/files
      Make sure to use the same options for both initial burning and
when appending data.
           growisofs -M /dev/dvd=/dev/zero
--
Best Regards,
David Shen

http://twitter.com/davidshen84
Joerg Schilling
2009-06-19 16:20:14 UTC
Permalink
Post by David Shen
thanks, but I have just found an easier solution, just add -iso-level
3 to mkisofs option. the iso level 3 do not have restriction on file
size.
If your problem has been that you need multi-extent files for your purpose, you
are correct.

Jörg
--
EMail:***@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
***@cs.tu-berlin.de (uni)
***@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
Neil Bothwick
2009-06-19 20:50:16 UTC
Permalink
Post by Paul Hartman
Post by David Shen
I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?
I don't have a Blu-ray drive and never used one, but you can try to
use growisofs from app-cdr/dvd+rw-tools.
growisofs only handles writing the data to the disc,the rest of the work
it hands over to mkisofs.
--
Neil Bothwick

Set phasers to extreme itching!
Joerg Schilling
2009-06-19 16:00:17 UTC
Permalink
Post by David Shen
I have a blue-ray dvd copied on disk, it is about 20GB large, when I
use mkisofs, it reports my files are too large. Is there any way to
fix this?
Which files are "too large"?
Are you using mkisofs?

Jörg
--
EMail:***@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
***@cs.tu-berlin.de (uni)
***@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
Loading...