NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: mkisofs CD/DVD size question



Thanks for reply, 
i have found the solution to do this but now mkisofs creats only one  
(650MB or 4500MB iso file) and finish. the hole folder structure are 10GB, i 
dont see any switch for "hole sturcture from folder"

pluto# tar -c  mkisofs -R -split-output -stream-media-size -o backup.iso 
/usr/Data

it's possible to ask any help.
Thanks in advance
MC

-------- Original-Nachricht --------
> Datum: Thu, 27 Jan 2011 10:11:42 -0800
> Von: jnemeth%victoria.tc.ca@localhost
> An: "Maurizio Caloro" <mauric%gmx.ch@localhost>, "netbsd-users " 
> <netbsd-users%NetBSD.org@localhost>
> Betreff: Re: mkisofs CD/DVD size question

> On Jun 19,  9:22am, "Maurizio Caloro" wrote:
> }
> } it's possible to create 650/4500Mb ISO files with mkisofs?, i try
> } following switches without success.
> 
>      Of course.
> 
> } The tree of "/usr/Data" are aprox. 6-8GB
> } 
> } switches: "-stream-media-size 333000"  CD
> }           "-stream-media-size 2305384" DVD
> }       "-split-output" create 1 Gb files
> 
> >From the man page:
> 
> -stream-media-size #
>        Select streaming operation and set the media size to #  sectors.
>        This  allows  you  to  pipe  the  output of the tar program into
>        mkisofs and to create a ISO-9660 filesystem without the need  of
>        an intermediate tar archive file.  If this option has been spec-
>        ified, mkisofs reads from stdin and creates a file with the name
>        STREAM.IMG.
> 
> Also:
> 
> -split-output
>        Split the output image into several files of approximately 1 GB.
>        This helps to create DVD sized ISO-9660 images on operating sys-
>        tems without large file support.
> 
> NetBSD has large file support, so there is no need to do this.
> 
> } Pluto# mkisofs --version
> } mkisofs 3.00 (i386-unknown-netbsd5.0.2) Copyright (C) 1993-1997 Eric
> Youngdale (C) 1997-2010 JÃÂrg Schilling
> 
>      As this is not part of NetBSD, this is not an appropriate question
> for this list.  It would be barely appropriate for pkgsrc-users@ as it
> is probably about a package.  However questions about using a package
> generally belong on a list dedicated to the package in question.
> 
> } Pluto# mkisofs -J -v -stream-media-size 333000 -no-pad -o BACKUP.ISO
> /usr/DATA/
> } 
> } Files with Path
> } Files with Path
> } Files with Path
> } Writing:   Initial Padblock                        Start Block 0
> } Done with: Initial Padblock                        Block(s)    16
> } Writing:   Primary Volume Descriptor               Start Block 16
> } Done with: Primary Volume Descriptor               Block(s)    1
> } Writing:   End Volume Descriptor                   Start Block 17
> } Done with: End Volume Descriptor                   Block(s)    1
> } Writing:   Version block                           Start Block 18
> } Done with: Version block                           Block(s)    1
> } Writing:   Stream File Path table                  Start Block 19
> } Done with: Stream File Path table                  Block(s)    2
> } Writing:   Directory tree cleanup                  Start Block 21
> } Done with: Directory tree cleanup                  Block(s)    0
> } Writing:   Stream File                             Start Block 21
> } "here i need to send any break"
> 
>      This is expected.  See the manpage snippet above that says when
> you use the -stream-media-size option it expects the data to be
> presented on standard input.
> 
> }-- End of excerpt from "Maurizio Caloro"

-- 
GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit 
gratis Handy-Flat! http://portal.gmx.net/de/go/dsl


Home | Main Index | Thread Index | Old Index