Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 18:54, Randy Grafton wrote: > growisofs is your solution. No, it isn't. I originally hit the problem using growisofs, although the error comes from mkisofs. Installing the development version of mkisofs solves the burning problem, but FreeBSD can't use the file.

Re: mkisofs and large files

2004-12-08 Thread Randy Grafton
growisofs is your solution. It is in the dvd+r-tools port in /usr/pots/sysutils. This was supposed to be a front end to mkisofs and therefore handles most of the options that mkisofs has. It also allows you to burn directly to disc! (I use this one a lot, great for backups). -Randy RW wrote: On

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 17:42, Paul Mather wrote: > On Wed, 8 Dec 2004 04:08:12 +, RW > > <[EMAIL PROTECTED]> wrote: > > I've been trying to burn a single large file (a 4.2 GB encrypted gbde > > filesystem within a file) to a DVD, but mkisofs tells me the file is too > > large. > > > > I

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 15:16, Vulpes Velox wrote: > On Wed, 8 Dec 2004 04:08:12 + > > RW <[EMAIL PROTECTED]> wrote: > > I've been trying to burn a single large file (a 4.2 GB encrypted > > gbde filesystem within a file) to a DVD, but mkisofs tells me the > > file is too large. > > > > I

Re: mkisofs and large files

2004-12-08 Thread Paul Mather
On Wed, 8 Dec 2004 04:08:12 +, RW <[EMAIL PROTECTED]> wrote: > I've been trying to burn a single large file (a 4.2 GB encrypted gbde > filesystem within a file) to a DVD, but mkisofs tells me the file is too > large. > > I looked on Google and found that mkisofs had a filesize limit of 2

Re: mkisofs and large files

2004-12-08 Thread Vulpes Velox
On Wed, 8 Dec 2004 04:08:12 + RW <[EMAIL PROTECTED]> wrote: > I've been trying to burn a single large file (a 4.2 GB encrypted > gbde filesystem within a file) to a DVD, but mkisofs tells me the > file is too large. > > I looked on Google and found that mkisofs had a filesize limit of 2 > G

Re: mkisofs and large files

2004-12-08 Thread Dev Tugnait
Create the iso via mkisofs use burncd or growisofs to burn the dvd. * RW ([EMAIL PROTECTED]) wrote: > I've been trying to burn a single large file (a 4.2 GB encrypted gbde > filesystem within a file) to a DVD, but mkisofs tells me the file is too > large. > > I looked on Google and found that