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 mkisofs had a filesize  limit of 2 GB, but 
 this was increased to 4 GB, so I dropped the filesize to 4095 MB, but it 
 still failed, so I guess the version in ports still has the 2 GB limits.
 
 Does the development version of cdrtools in ports have the 4 GB limit? If so, 
 how can  I get sysutils/dvd+rw-tools to use the newer version, is it just a 
 matter of deinstalling them both and  changing the dependence in 
 pkgtools.conf? 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
+--==/\/\==--+   (__)  FreeBSD  
  
|   [EMAIL PROTECTED] |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
 GB, but this was increased to 4 GB, so I dropped the filesize to
 4095 MB, but it still failed, so I guess the version in ports still
 has the 2 GB limits.
 
 Does the development version of cdrtools in ports have the 4 GB
 limit? If so, how can  I get sysutils/dvd+rw-tools to use the newer
 version, is it just a matter of deinstalling them both and  changing
 the dependence in pkgtools.conf? 

What steps are you taking to burn it to dvd?

I have not had any problems burning DVDs over 2GB in size, so I am
pretty sure it is not that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 GB, but 
 this was increased to 4 GB, so I dropped the filesize to 4095 MB, but it 
 still failed, so I guess the version in ports still has the 2 GB limits.

The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
installed by sysutils/cdrtools-devel does not.

 Does the development version of cdrtools in ports have the 4 GB limit? If so, 
 how can  I get sysutils/dvd+rw-tools to use the newer version, is it just a 
 matter of deinstalling them both and  changing the dependence in 
 pkgtools.conf? 

The sysutils/dvd+rw-tools port just looks to see if you have a
${LOCALBASE}/bin/mkisofs present.  If not, it will install the
sysutils/cdrtools port.  Because sysutils/cdrtools-devel installs into
the same place as sysutils/cdrtools, if you have the
sysutils/cdrtools-devel port installed then sysutils/dvd+rw-tools will
use its version of mkisofs.

But, I would issue a big caveat about what you are proposing to do: you
may be able to burn the DVD, but it is likely that you will not be able
to access the large ( 2 GB) file under FreeBSD from the burned disc.

I ran into this problem myself.  I wanted to burn a  2 GB file to DVD
and was able to do this successfully after installing the
sysutils/cdrtools-devel version of mkisofs and using the sysutils/dvd
+rw-tools port.  But, attempts to access the file fail from the mounted
burned DVD.  For example, if you try and ls the file, you'll get
something along the lines of ls: foo.tgz: Value too large to be stored
in data type and attempts to access the file will fail.

I believe the problem is that the kernel cd9660 filesystem support in
FreeBSD only understands the older  2 GB format.  BTW, I could use the
file under Windows XP, and was able to verify the file correct via a MD5
checksum against the original file I burned.  The file on DVD was
unusable under FreeBSD, though.

So, because you might be burning FreeBSD-specific data (GBDE), the
ability to access the burned data under FreeBSD sounds like a necessity.
You should consider the caveat I mentioned, therefore, and perhaps try
and slice your data into  2 GB pieces.  (DVD-Video slices its video
into  1 GB pieces.)

Cheers,

Paul.
-- 
e-mail: [EMAIL PROTECTED]

Without music to decorate it, time is just a bunch of boring production
 deadlines or dates by which bills must be paid.
--- Frank Vincent Zappa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 looked on Google and found that mkisofs had a filesize  limit of 2
  GB, but this was increased to 4 GB, so I dropped the filesize to
  4095 MB, but it still failed, so I guess the version in ports still
  has the 2 GB limits.
 
  Does the development version of cdrtools in ports have the 4 GB
  limit? If so, how can  I get sysutils/dvd+rw-tools to use the newer
  version, is it just a matter of deinstalling them both and  changing
  the dependence in pkgtools.conf?

 What steps are you taking to burn it to dvd?

 I have not had any problems burning DVDs over 2GB in size, so I am
 pretty sure it is not that.

There is no problem with DVDs over 2 GB, the problem is with a single file 
over 2 GB, since mkisofs will simply ignore it.  Anyway I went ahead and 
installed cdrtools-devel-2.01a38 and was able to burn a 3.999 GB file. 

I don't normally use development versions  and I wasn't sure how dvd+rw-tools 
would build with  cdrtools-devel rather than cdrtools but it actually just 
left a stale dependence.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 looked on Google and found that mkisofs had a filesize  limit of 2 GB,
  but this was increased to 4 GB, so I dropped the filesize to 4095 MB, but
  it still failed, so I guess the version in ports still has the 2 GB
  limits.

 The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
 installed by sysutils/cdrtools-devel does not.
...
 But, I would issue a big caveat about what you are proposing to do: you
 may be able to burn the DVD, but it is likely that you will not be able
 to access the large ( 2 GB) file under FreeBSD from the burned disc.

Ah, you're right df reports the size correctly, but nothing else works.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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 looked on Google and found that mkisofs had a filesize  limit of 2 GB,
but this was increased to 4 GB, so I dropped the filesize to 4095 MB, but
it still failed, so I guess the version in ports still has the 2 GB
limits.
 

The mkisofs of sysutils/cdrtools has the 2 GB limitation; the mkisofs
installed by sysutils/cdrtools-devel does not.
...
But, I would issue a big caveat about what you are proposing to do: you
may be able to burn the DVD, but it is likely that you will not be able
to access the large ( 2 GB) file under FreeBSD from the burned disc.
   

Ah, you're right df reports the size correctly, but nothing else works.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mkisofs and large files

2004-12-07 Thread RW
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 GB, but 
this was increased to 4 GB, so I dropped the filesize to 4095 MB, but it 
still failed, so I guess the version in ports still has the 2 GB limits.

Does the development version of cdrtools in ports have the 4 GB limit? If so, 
how can  I get sysutils/dvd+rw-tools to use the newer version, is it just a 
matter of deinstalling them both and  changing the dependence in 
pkgtools.conf? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mkisofs vs large files

2004-02-20 Thread Chris Meyers
Replying to myself here in the hopes that someone who can help didn't
see this the first time I posted. Any help to the below problem would be
appreciated.

Thanks,
Chris

On Wed, 2004-02-18 at 10:47, Chris Meyers wrote:
 I am running 5.1-RELEASE-p2 with dvd+rw-tools version 5.17.4.8.6 and
 mkisofs version 2.0.3_1 and I'm having some problems with mkisofs and
 files larger than 2GB. Basically what I am trying to do is backup some
 database dumps to a dvd. Everything was working fine until the dumps got
 larger than 2 Gigs. Now I get this message when I try to use growisofs:
 
 % growisofs -dry-run -Z /dev/cd0 -R -J bkupdir
 Executing 'mkisofs -R -J feb8 | builtin_dd of=/dev/pass0 obs=32k seek=0'
 mkisofs: Value too large to be stored in data type. File
 bkupdir/large-file-20040208.sql.gz is too large - ignoring
 Total translation table size: 0
 Total rockridge attributes bytes: 169
 Total directory bytes: 0
 Path table size(bytes): 10
 
 I have looked around and found some articles and emails that say the
 mkisofs has a 2 gig limit in some circumstances, but I have also seen
 articles and emails that say this shouldn't be the case on FreeBSD or
 when dvd+rw-tools is installed.
 
 The man page for mkisofs gives a -split-output option which I tried in
 hopes that it would split the file as necessary, but I got the same
 error.
 
 Anyone have any clues or advice?
 
 Thanks,
 Chris


signature.asc
Description: This is a digitally signed message part


mkisofs vs large files

2004-02-18 Thread Chris Meyers
I am running 5.1-RELEASE-p2 with dvd+rw-tools version 5.17.4.8.6 and
mkisofs version 2.0.3_1 and I'm having some problems with mkisofs and
files larger than 2GB. Basically what I am trying to do is backup some
database dumps to a dvd. Everything was working fine until the dumps got
larger than 2 Gigs. Now I get this message when I try to use growisofs:

% growisofs -dry-run -Z /dev/cd0 -R -J bkupdir
Executing 'mkisofs -R -J feb8 | builtin_dd of=/dev/pass0 obs=32k seek=0'
mkisofs: Value too large to be stored in data type. File
bkupdir/large-file-20040208.sql.gz is too large - ignoring
Total translation table size: 0
Total rockridge attributes bytes: 169
Total directory bytes: 0
Path table size(bytes): 10

I have looked around and found some articles and emails that say the
mkisofs has a 2 gig limit in some circumstances, but I have also seen
articles and emails that say this shouldn't be the case on FreeBSD or
when dvd+rw-tools is installed.

The man page for mkisofs gives a -split-output option which I tried in
hopes that it would split the file as necessary, but I got the same
error.

Anyone have any clues or advice?

Thanks,
Chris


signature.asc
Description: This is a digitally signed message part