linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Big file support
@ 2002-02-27 19:37 Rick Stevens
  2002-02-27 20:00 ` Jon
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Rick Stevens @ 2002-02-27 19:37 UTC (permalink / raw)
  To: Linux-Kernel

I'm not certain if this is the right place, but are there plans to
have big file support (files >2GB) anytime soon?  I ask, as we use
Linux to serve LOTS of streaming media and the logs for popular sites
often exceed 2GB.  I'd like to see the ability to handle at least 16GB
files, possibly more.

Please cc: me on any replies if possible.  I've been REALLY busy and
am finding it hard to keep up with l-k traffic.

Thanks!
----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc.      rstevens@vitalstream.com -
- 949-743-2010 (Voice)                    http://www.vitalstream.com -
-                                                                    -
-              Never eat anything larger than your head              -
----------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 19:37 Big file support Rick Stevens
@ 2002-02-27 20:00 ` Jon
  2002-02-27 20:02 ` Barubary
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: Jon @ 2002-02-27 20:00 UTC (permalink / raw)
  To: Rick Stevens, Linux-Kernel

This support has been in ReiserFS for some time. On a SuSE system running
2.4.16 (their official kernel) you can issue: mkreiserfs -v2 /dev/sdaxxx and
there you go, LFS is in ver2.


Regards,

jon
----- Original Message -----
From: "Rick Stevens" <rstevens@vitalstream.com>
To: "Linux-Kernel" <linux-kernel@vger.kernel.org>
Sent: Wednesday, February 27, 2002 11:37 AM
Subject: Big file support


> I'm not certain if this is the right place, but are there plans to
> have big file support (files >2GB) anytime soon?  I ask, as we use
> Linux to serve LOTS of streaming media and the logs for popular sites
> often exceed 2GB.  I'd like to see the ability to handle at least 16GB
> files, possibly more.
>
> Please cc: me on any replies if possible.  I've been REALLY busy and
> am finding it hard to keep up with l-k traffic.
>
> Thanks!
> ----------------------------------------------------------------------
> - Rick Stevens, SSE, VitalStream, Inc.      rstevens@vitalstream.com -
> - 949-743-2010 (Voice)                    http://www.vitalstream.com -
> -                                                                    -
> -              Never eat anything larger than your head              -
> ----------------------------------------------------------------------
>
> -
> 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/
>


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 19:37 Big file support Rick Stevens
  2002-02-27 20:00 ` Jon
@ 2002-02-27 20:02 ` Barubary
  2002-02-27 20:31   ` Alan Cox
  2002-02-27 20:34   ` Big file support Matti Aarnio
  2002-02-27 21:44 ` Rik van Riel
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 11+ messages in thread
From: Barubary @ 2002-02-27 20:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: Rick Stevens

A lot of the kernel supports big files already.  The real problem is the
fact that the primary Linux file system, ext3, does not.  If you use some
file system besides ext3, big files should work.

Linux already has API calls to read big files.

-- Barubary

----- Original Message -----
From: "Rick Stevens" <rstevens@vitalstream.com>
To: "Linux-Kernel" <linux-kernel@vger.kernel.org>
Sent: Wednesday, February 27, 2002 11:37 AM
Subject: Big file support


> I'm not certain if this is the right place, but are there plans to
> have big file support (files >2GB) anytime soon?  I ask, as we use
> Linux to serve LOTS of streaming media and the logs for popular sites
> often exceed 2GB.  I'd like to see the ability to handle at least 16GB
> files, possibly more.
>
> Please cc: me on any replies if possible.  I've been REALLY busy and
> am finding it hard to keep up with l-k traffic.
>
> Thanks!
> ----------------------------------------------------------------------
> - Rick Stevens, SSE, VitalStream, Inc.      rstevens@vitalstream.com -
> - 949-743-2010 (Voice)                    http://www.vitalstream.com -
> -                                                                    -
> -              Never eat anything larger than your head              -
> ----------------------------------------------------------------------
>
> -
> 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/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 20:02 ` Barubary
@ 2002-02-27 20:31   ` Alan Cox
  2002-02-28 12:47     ` Big file support (emperical evidence) Stephen Samuel
  2002-02-27 20:34   ` Big file support Matti Aarnio
  1 sibling, 1 reply; 11+ messages in thread
From: Alan Cox @ 2002-02-27 20:31 UTC (permalink / raw)
  To: Barubary; +Cc: linux-kernel, Rick Stevens

> A lot of the kernel supports big files already.  The real problem is the
> fact that the primary Linux file system, ext3, does not.  If you use some
> file system besides ext3, big files should work.

This is incorrect information. Ext3 supports large files. Whoever told
you otherwise was wrong.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 20:02 ` Barubary
  2002-02-27 20:31   ` Alan Cox
@ 2002-02-27 20:34   ` Matti Aarnio
  2002-02-27 21:33     ` Big file support\ Chris Wedgwood
  2002-02-28 15:22     ` Big file support Benjamin LaHaise
  1 sibling, 2 replies; 11+ messages in thread
From: Matti Aarnio @ 2002-02-27 20:34 UTC (permalink / raw)
  To: Barubary; +Cc: linux-kernel, Rick Stevens

On Wed, Feb 27, 2002 at 12:02:12PM -0800, Barubary wrote:
> A lot of the kernel supports big files already.  The real problem is the
> fact that the primary Linux file system, ext3, does not.  If you use some
> file system besides ext3, big files should work.

  Bullshit.   EXT2/EXT3 does support large files.  Has done so since
kernel 1.2 in fact, altough formely only at 64 bit machines.

Since 2.4 the kernel has been changed internally so that it supports
large files also at measly 32 bit thingies including i386...

There are several filesystems which are 64-bit/large-file supporting,
but also some which are inherently incapable to exceed 2G or 4G.

It looks like the LOOP driver lands in between -- it should be LFS
capable, but it isn't.

> Linux already has API calls to read big files.

Those were done for 2.4 kernel too.

> -- Barubary
> 
> ----- Original Message -----
> From: "Rick Stevens" <rstevens@vitalstream.com>
> To: "Linux-Kernel" <linux-kernel@vger.kernel.org>
> Sent: Wednesday, February 27, 2002 11:37 AM
> Subject: Big file support
> 
> 
> > I'm not certain if this is the right place, but are there plans to
> > have big file support (files >2GB) anytime soon?  I ask, as we use
> > Linux to serve LOTS of streaming media and the logs for popular sites
> > often exceed 2GB.  I'd like to see the ability to handle at least 16GB
> > files, possibly more.
> >
> > Please cc: me on any replies if possible.  I've been REALLY busy and
> > am finding it hard to keep up with l-k traffic.
> >
> > Thanks!
> > ----------------------------------------------------------------------
> > - Rick Stevens, SSE, VitalStream, Inc.      rstevens@vitalstream.com -
> > - 949-743-2010 (Voice)                    http://www.vitalstream.com -
> > -                                                                    -
> > -              Never eat anything larger than your head              -
> > ----------------------------------------------------------------------
> >
> > -
> > 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/

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support\
  2002-02-27 20:34   ` Big file support Matti Aarnio
@ 2002-02-27 21:33     ` Chris Wedgwood
  2002-02-28 15:22     ` Big file support Benjamin LaHaise
  1 sibling, 0 replies; 11+ messages in thread
From: Chris Wedgwood @ 2002-02-27 21:33 UTC (permalink / raw)
  To: Matti Aarnio; +Cc: Barubary, linux-kernel, Rick Stevens

On Wed, Feb 27, 2002 at 10:34:26PM +0200, Matti Aarnio wrote:

    It looks like the LOOP driver lands in between -- it should be LFS
    capable, but it isn't.

Really?

I used to use loop with large lop files all the time, I had to fix the
utils that mounted/attached the loop device though, as they would fail
without proper LFS build smarts.


   --cw

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 19:37 Big file support Rick Stevens
  2002-02-27 20:00 ` Jon
  2002-02-27 20:02 ` Barubary
@ 2002-02-27 21:44 ` Rik van Riel
  2002-02-28  5:47 ` Andreas Jaeger
  2002-02-28 21:58 ` Bill Davidsen
  4 siblings, 0 replies; 11+ messages in thread
From: Rik van Riel @ 2002-02-27 21:44 UTC (permalink / raw)
  To: Rick Stevens; +Cc: Linux-Kernel

On Wed, 27 Feb 2002, Rick Stevens wrote:

> I'm not certain if this is the right place, but are there plans to
> have big file support (files >2GB) anytime soon?

This has been supported for well over a year.

Rik
-- 
"Linux holds advantages over the single-vendor commercial OS"
    -- Microsoft's "Competing with Linux" document

http://www.surriel.com/		http://distro.conectiva.com/


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 19:37 Big file support Rick Stevens
                   ` (2 preceding siblings ...)
  2002-02-27 21:44 ` Rik van Riel
@ 2002-02-28  5:47 ` Andreas Jaeger
  2002-02-28 21:58 ` Bill Davidsen
  4 siblings, 0 replies; 11+ messages in thread
From: Andreas Jaeger @ 2002-02-28  5:47 UTC (permalink / raw)
  To: Rick Stevens; +Cc: Linux-Kernel

Rick Stevens <rstevens@vitalstream.com> writes:

> I'm not certain if this is the right place, but are there plans to
> have big file support (files >2GB) anytime soon?  I ask, as we use
> Linux to serve LOTS of streaming media and the logs for popular sites
> often exceed 2GB.  I'd like to see the ability to handle at least 16GB
> files, possibly more.

Check http://www.suse.de/~aj/linux_lfs.html,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support  (emperical evidence)
  2002-02-27 20:31   ` Alan Cox
@ 2002-02-28 12:47     ` Stephen Samuel
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Samuel @ 2002-02-28 12:47 UTC (permalink / raw)
  To: linux-kernel

I agree -- and I was actually surprised.  On Tuesday I wrote
a script that created some huge files on an ext3 filesystem, expecting
it to die at 2GB, but it didn't die until I passed 8GB (and filled
the partition). (( redhat 7.2 ))

Alan Cox wrote:
>>A lot of the kernel supports big files already.  The real problem is the
>>fact that the primary Linux file system, ext3, does not.  If you use some
>>file system besides ext3, big files should work.
> 
> This is incorrect information. Ext3 supports large files. Whoever told
> you otherwise was wrong.


-- 
Stephen Samuel +1(604)876-0426                samuel@bcgreen.com
		   http://www.bcgreen.com/~samuel/
Powerful committed communication, reaching through fear, uncertainty and
doubt to touch the jewel within each person and bring it to life.


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 20:34   ` Big file support Matti Aarnio
  2002-02-27 21:33     ` Big file support\ Chris Wedgwood
@ 2002-02-28 15:22     ` Benjamin LaHaise
  1 sibling, 0 replies; 11+ messages in thread
From: Benjamin LaHaise @ 2002-02-28 15:22 UTC (permalink / raw)
  To: Matti Aarnio; +Cc: Barubary, linux-kernel, Rick Stevens

On Wed, Feb 27, 2002 at 10:34:26PM +0200, Matti Aarnio wrote:
> There are several filesystems which are 64-bit/large-file supporting,
> but also some which are inherently incapable to exceed 2G or 4G.
> 
> It looks like the LOOP driver lands in between -- it should be LFS
> capable, but it isn't.

Loop is LFS capable.  I know that we shipped LFS enabled loop utilities 
for 7.2, probably 7.1 as well.  They were missed in the first batch of 
LFS conversions, and several distributions are lagging behind in this 
area.

		-ben

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: Big file support
  2002-02-27 19:37 Big file support Rick Stevens
                   ` (3 preceding siblings ...)
  2002-02-28  5:47 ` Andreas Jaeger
@ 2002-02-28 21:58 ` Bill Davidsen
  4 siblings, 0 replies; 11+ messages in thread
From: Bill Davidsen @ 2002-02-28 21:58 UTC (permalink / raw)
  To: Rick Stevens; +Cc: Linux-Kernel

On Wed, 27 Feb 2002, Rick Stevens wrote:

> I'm not certain if this is the right place, but are there plans to
> have big file support (files >2GB) anytime soon?  I ask, as we use
> Linux to serve LOTS of streaming media and the logs for popular sites
> often exceed 2GB.  I'd like to see the ability to handle at least 16GB
> files, possibly more.
> 
> Please cc: me on any replies if possible.  I've been REALLY busy and
> am finding it hard to keep up with l-k traffic.

You must be really behind, large file support has been in the current
kernel for ~14 months. Of course if your application isn't compiled with
LFS enabled it doesn't matter, or if it keeps offsets in long instead of
offset types...

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-02-28 22:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-27 19:37 Big file support Rick Stevens
2002-02-27 20:00 ` Jon
2002-02-27 20:02 ` Barubary
2002-02-27 20:31   ` Alan Cox
2002-02-28 12:47     ` Big file support (emperical evidence) Stephen Samuel
2002-02-27 20:34   ` Big file support Matti Aarnio
2002-02-27 21:33     ` Big file support\ Chris Wedgwood
2002-02-28 15:22     ` Big file support Benjamin LaHaise
2002-02-27 21:44 ` Rik van Riel
2002-02-28  5:47 ` Andreas Jaeger
2002-02-28 21:58 ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).