Re: "oversized" files

volodya@mindspring.com
Sun, 15 Jul 2001 22:38:31 -0400 (EDT)


On Sun, 15 Jul 2001, Aaron Smith wrote:

> I'm really not sure if this is pertinent to Linux Kernel, but I'm asking here anyway, 0 in advance if it's not.
>
> I have a file that is approximately 3.25GB and my system keeps bitching about "Value too large for defined data type." Is there any way to stop this? Since I'm sure you're wondering why I have a file that large, I'm using it via loopback as my MP3 partition, so I can remove it fairly quick if the need should ever arise.

As was explained to me (just today ;) ) this is an issue of 32bit versus
64bit file sizes (and not filesystem returning junk values as I thought),
so to get this working you need a version of fileutils and C library that
supports this.

I still don't know how to upgrade by compiling the source code, but
installation of latest (8.0) Slackware packages for C library and
fileutils fixed things for me. Be careful while upgrading your C library -
things might break.

Vladimir Dergachev

> --
> -Aaron
>
> Don't hate yourself in the morning, sleep till noon
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/