Date: Mon, 19 Dec 2005 02:24:49 -0600 From: Nikolas Britton <nikolas.britton@gmail.com> To: TuxGirl <tuxgirl@gmail.com>, Questions at FreeBSD <questions@freebsd.org> Subject: Re: Value too large to be stored in data type -- gzipped tarball Message-ID: <ef10de9a0512190024x27e83457n2c212da8bdc23094@mail.gmail.com> In-Reply-To: <6e4453640512182139g52255edfta8aa957077e8a98c@mail.gmail.com> References: <6e4453640512181858qdcf8e2ay640326713dee89be@mail.gmail.com> <ef10de9a0512181944j65dacc27t92ad253581e1019a@mail.gmail.com> <6e4453640512181948y47c6578fu153c11c2256ac56e@mail.gmail.com> <ef10de9a0512182053v7d1d6871jc2aefbb59e8e9ea5@mail.gmail.com> <6e4453640512182139g52255edfta8aa957077e8a98c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/18/05, TuxGirl <tuxgirl@gmail.com> wrote: > > There is nothing wrong with tar and large files, it's synonymous with > > what tar is used for. I think your problem is just a Linux tar to > > FreeBSD tar quirk. I had no problems with the 3.3GB testfile I made > > for tar and gzip to play with: > > I think I may have found some additional info about the problem: > http://groups.google.com/group/list.freebsd.questions/browse_thread/threa= d/9234a3841dce6209/ce62e532d4e2fa0d?lnk=3Dst&q=3D%22+Value+too+large+to+be+= stored+in+data+type%22+freebsd&rnum=3D14&hl=3Den#ce62e532d4e2fa0d > > It appears that the problem has something to do with large files > burned to DVD and read in freebsd (linux has not had a problem with > it, from what I've seen). > > I've found a few articles on google and google-groups regarding this, > but they all seem to be related to burning DVDs in FreeBSD. It > appears to be the same problem however... So, I guess now my question > is, does anybody have any great ideas for getting around this? I was > wondering if it's possible to use dd to copy the tarball over to my > local drivek so that i can work with it that way. I haven't had the > chance yet to figure out dd well enough to know if this is possible or > how I would do it, but it seems to be the best option i've been able > to think of... > > Thanks for the help! > ~Erin > >From what I've read their is a 2GB limit per file on ISO9660 file systems. It seems as though Linux 'worked around' this limit thus forcing you into this problem. dd will not work for you. the only easy workaround is to mount the DVD on a Linux box and then copy the file over the network to the FreeBSD box, or make a new DVD. In the future make sure the files you burn to disc are less then 2GB. dd is for disk image stuff to see what it does and how it works read up on mdconfig and mdmfs (man pages). you want to make file backed (vnode) memory disks to use for playing with dd... http://www.crazytrain.com/dd.html Also grab some floppy, hdd, or even cd image files to play. http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/advanced/node13.html http://www.rajeevnet.com/hacks_hints/os_clone/os_cloning.html anyways...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ef10de9a0512190024x27e83457n2c212da8bdc23094>