Re: Burning DVD with files>4GB from console

2008-12-05 Thread Joerg Schilling
>My backup script split filesystem dumps to files with size of 4,37 GB (4 >588 544 kB). It's just an optimal size to fill out DVDs. At this moment >I have to burn them from windows via smb-link becuase I didn't manage to >do this task from FreeBSD console due to 2GB/4GB filesize restrictions >(grow

Re: Burning DVD with files>4GB from console

2008-12-05 Thread Bartosz Stec
Bob Johnson pisze: On 12/4/08, Bartosz Stec <[EMAIL PROTECTED]> wrote: Philipp Ost pisze: Hi, Bartosz Stec wrote: [...] Is there *any* way to burn DVDs with files>4GB from FreeBSD console? I succesfully used growisofs for exactly this task ;-) What I did is (for DL-D

Re: Burning DVD with files>4GB from console

2008-12-05 Thread Bartosz Stec
Steve Polyack pisze: Not too say you're .iso images can't be >2GB/4GB, but I'm pretty sure the ISO9660 standard is limited to a 2GB maximum file size (for files within the .iso). You must use UDF to burn files of greater size. mkisofs(8) seems to support this, if only in alpha/hybrid stage:

Re: Burning DVD with files>4GB from console

2008-12-05 Thread Bartosz Stec
Stephen Montgomery-Smith pisze: David Kelly wrote: On Thu, Dec 04, 2008 at 10:48:54AM +0100, Bartosz Stec wrote: My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via

Re: Burning DVD with files>4GB from console

2008-12-05 Thread Bartosz Stec
David Kelly pisze: On Thu, Dec 04, 2008 at 12:44:14PM -0500, Steve Polyack wrote: Not too say you're .iso images can't be >2GB/4GB, but I'm pretty sure the ISO9660 standard is limited to a 2GB maximum file size (for files within the .iso). You must use UDF to burn files of greater size. m

Re: Burning DVD with files>4GB from console

2008-12-05 Thread Bartosz Stec
David Kelly pisze: On Thu, Dec 04, 2008 at 10:48:54AM +0100, Bartosz Stec wrote: My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via smb-link becuase I didn't man

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Bob Johnson
On 12/4/08, Bartosz Stec <[EMAIL PROTECTED]> wrote: > Philipp Ost pisze: >> Hi, >> >> Bartosz Stec wrote: >>> [...] Is there *any* way to burn DVDs with files>4GB from FreeBSD >>> console? >> >> I succesfully used growisofs for exactly this task ;-) >> >> What I did is (for DL-DVDs): >> # growisofs

Re: Burning DVD with files>4GB from console

2008-12-04 Thread David Kelly
On Thu, Dec 04, 2008 at 12:44:14PM -0500, Steve Polyack wrote: > Not too say you're .iso images can't be >2GB/4GB, but I'm pretty sure > the ISO9660 standard is limited to a 2GB maximum file size (for files > within the .iso). You must use UDF to burn files of greater size. > mkisofs(8) seems

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Steve Polyack
Not too say you're .iso images can't be >2GB/4GB, but I'm pretty sure the ISO9660 standard is limited to a 2GB maximum file size (for files within the .iso). You must use UDF to burn files of greater size. mkisofs(8) seems to support this, if only in alpha/hybrid stage: -udf Include

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Stephen Montgomery-Smith
David Kelly wrote: On Thu, Dec 04, 2008 at 10:48:54AM +0100, Bartosz Stec wrote: My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via smb-link becuase I didn't manage

Re: Burning DVD with files>4GB from console

2008-12-04 Thread David Kelly
On Thu, Dec 04, 2008 at 10:48:54AM +0100, Bartosz Stec wrote: > My backup script split filesystem dumps to files with size of 4,37 GB (4 > 588 544 kB). It's just an optimal size to fill out DVDs. At this moment > I have to burn them from windows via smb-link becuase I didn't manage to > do this

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Philipp Ost
Hi, Bartosz Stec wrote: [...] Is there *any* way to burn DVDs with files>4GB from FreeBSD console? I succesfully used growisofs for exactly this task ;-) What I did is (for DL-DVDs): # growisofs -dvd-compat -Z /dev/cd0=$file.iso -speed=2 I had to limit the speed, else it wouldn't do anything

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Bartosz Stec
Philipp Ost pisze: Hi, Bartosz Stec wrote: [...] Is there *any* way to burn DVDs with files>4GB from FreeBSD console? I succesfully used growisofs for exactly this task ;-) What I did is (for DL-DVDs): # growisofs -dvd-compat -Z /dev/cd0=$file.iso -speed=2 I had to limit the speed, else it

Re: Burning DVD with files>4GB from console

2008-12-04 Thread Andreas Rudisch
On Thu, 04 Dec 2008 10:48:54 +0100 Bartosz Stec <[EMAIL PROTECTED]> wrote: > My backup script split filesystem dumps to files with size of 4,37 GB (4 > 588 544 kB). It's just an optimal size to fill out DVDs. At this moment > I have to burn them from windows via smb-link becuase I didn't manage

Burning DVD with files>4GB from console

2008-12-04 Thread Bartosz Stec
My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via smb-link becuase I didn't manage to do this task from FreeBSD console due to 2GB/4GB filesize restrictions (growi