[arch-general] mkisofs question
Can any options be used with mkisofs to tell it if an single image will have a size larger than 1 dvd can hold, make as many additional images as necessary so that everything will fit on more than a single dvd? ---------------------------------------------------------------- Jude <jdashiel-at-shellworld-dot-net> <http://www.shellworld.net/~jdashiel/nj.html>
Can any options be used with mkisofs to tell it if an single image will have a size larger than 1 dvd can hold, make as many additional images as necessary so that everything will fit on more than a single dvd?
On 03/31/2012 05:18 PM, Jude DaShiell wrote: piping tar into mkisofs could be a solution, but using mkisofs by itself lacks a option to do so.
On Sat, Mar 31, 2012 at 06:18:33PM -0400, Jude DaShiell wrote:
Can any options be used with mkisofs to tell it if an single image will have a size larger than 1 dvd can hold, make as many additional images as necessary so that everything will fit on more than a single dvd?
From the mkisofs manpage:
-split-output Split the output image into several files of approximately 1 GB. This isn't exactly what you are looking for, but close enough. -- O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
gt <static.vortex@gmx.com> wrote:
On Sat, Mar 31, 2012 at 06:18:33PM -0400, Jude DaShiell wrote:
Can any options be used with mkisofs to tell it if an single image will have a size larger than 1 dvd can hold, make as many additional images as necessary so that everything will fit on more than a single dvd?
From the mkisofs manpage:
-split-output
Split the output image into several files of approximately 1 GB.
This was a solution for the days when not all OS have been large file aware. It definitely does not help to split data across more than one media. Jörg -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
Jude DaShiell <jdashiel@shellworld.net> wrote:
Can any options be used with mkisofs to tell it if an single image will have a size larger than 1 dvd can hold, make as many additional images as necessary so that everything will fit on more than a single dvd?
Mkisofs -print-size Jörg -- EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin js@cs.tu-berlin.de (uni) joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
participants (4)
-
Eric Cook
-
gt
-
Joerg.Schilling@fokus.fraunhofer.de
-
Jude DaShiell