On Sat, 24 Nov 2001, Charlie Brady wrote:

> > > > Now as far as I understand it, the problem seems to be the 2GB single file
> > > > size limitation for ext2 filesystem.
> > >
> > > The RedHat kernel has large file size patches that allow single files up
> > > to 8GB. There is no 2GB file size limitation in SME V5.
> >
> > My nightly tar based backup to an IDE disk also failed, as the archive file
> > exceeded the 2GByte size. It appears, that the 2G file size limit is still there.
> >
> > I cannot create files larger than 2G using tar, cat or dd. E.g.:
>
> Verified here is well:
>
> sh-2.04# cat < /dev/hda > bigfile
> cat: write error: File too large
> sh-2.04#  ls -l bigfile
> -rw-r--r--    1 root     root     2147483647 Nov 24 17:28 bigfile
> sh-2.04#
>
> The RedHat kernel *does* have a large file size patch applied:


...

> but it seems not to work :-(, with some file system set ups at least.
>
> This is now a "known problem" and I'll be looking for the best solution.

Hmmm. The RedHat kernel does have a large file size patch - but it seems
only to be applied to the "enterprise" kernel - from the kernel RPM spec
file:

...
ApplyEnterprisePatches() {
# this is where we apply those patches that we *only* ship in the
# enterprise kernel

if [ %{lfs} -eq 1 -a %{ext3} -eq 1 ] ; then
    echo "do not apply both lfs and ext3 at this time"
    exit 1
fi

# Large File Summit (64bit file access) support
if [ %{lfs} -ne 0 ] ; then
    patch -p1 < $RPM_SOURCE_DIR/linux-2.2.19-lfs.patch
    # Only for use with BIGMEM
fi
...

If you have a test box, you might try the "enterprise" variant of the
kernel, and see what breaks. I know, for instance, that VMware doesn't
like some aspect of the "enterprise" kernel.

Charlie Brady                         [EMAIL PROTECTED]
Lead Product Developer
Network Server Solutions Group        http://www.e-smith.com/
Mitel Networks Corporation            http://www.mitel.com/
Phone: +1 (613) 368 4376 or 564 8000  Fax: +1 (613) 564 7739



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to