public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Maximum (efficient) partition sizes for various filesystem types...
@ 2001-11-19  8:26 Joel Beach
  2001-11-19  9:58 ` Alan Cox
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Beach @ 2001-11-19  8:26 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

Have just put a new 30GB hard drive for my server at home, and am wondering
what the optimal sizes for partitioning are.

For instance, the Debian guide says that, due to Ext2 efficiency, partitions
greater than 6-7GB shouldn't be created. Is this true for Ext3/ReiserFS.

Am also not sure which file systems to choose. I'm planning on having a 3GB
parition for the actual system, and formatting this using ReiserFS
(generally smaller files). However, is Reiser also a good choice for
download archives (where average file size is about 5-10MB) still a good
choice?

Joel


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

* Re: Maximum (efficient) partition sizes for various filesystem types...
  2001-11-19  8:26 Maximum (efficient) partition sizes for various filesystem types Joel Beach
@ 2001-11-19  9:58 ` Alan Cox
  2001-11-19 10:22   ` Joel Beach
  2001-11-22 20:30   ` Stephen C. Tweedie
  0 siblings, 2 replies; 7+ messages in thread
From: Alan Cox @ 2001-11-19  9:58 UTC (permalink / raw)
  To: Joel Beach; +Cc: linux-kernel

> For instance, the Debian guide says that, due to Ext2 efficiency, partitions
> greater than 6-7GB shouldn't be created. Is this true for Ext3/ReiserFS.

I've run several 45-200Gb ext2 and ext3 partitions with no problem. I'm not
sure what the origin of the Debian guide comemnt is but I've never heard
it from an ext2 developer

Obviously pick a journalled fs for big partitions 8)

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

* Re: Maximum (efficient) partition sizes for various filesystem types...
  2001-11-19  9:58 ` Alan Cox
@ 2001-11-19 10:22   ` Joel Beach
  2001-11-19 23:56     ` Mike Fedyk
  2001-11-22 20:30   ` Stephen C. Tweedie
  1 sibling, 1 reply; 7+ messages in thread
From: Joel Beach @ 2001-11-19 10:22 UTC (permalink / raw)
  To: linux-kernel

I think I'll fix up that bit in the Debian manual myself then if they let
me....

For what it's worth, here's the paragraph from the "Woody" installation
manual:

"For new users, personal Debian boxes, home systems, and other single-user
setups, a single / partition (plus swap) is probably the easiest, simplest
way to go. It is possible to have problems with this idea, though, with
larger (20GB) disks. Based on limitations in how ext2 works, avoid any
single partition greater than 6GB or so."

Joel

----- Original Message -----
From: "Alan Cox" <alan@lxorguk.ukuu.org.uk>
To: "Joel Beach" <joelbeach@optushome.com.au>
Cc: <linux-kernel@vger.kernel.org>
Sent: Monday, November 19, 2001 8:58 PM
Subject: Re: Maximum (efficient) partition sizes for various filesystem
types...


> > For instance, the Debian guide says that, due to Ext2 efficiency,
partitions
> > greater than 6-7GB shouldn't be created. Is this true for Ext3/ReiserFS.
>
> I've run several 45-200Gb ext2 and ext3 partitions with no problem. I'm
not
> sure what the origin of the Debian guide comemnt is but I've never heard
> it from an ext2 developer
>
> Obviously pick a journalled fs for big partitions 8)


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

* Re: Maximum (efficient) partition sizes for various filesystem types...
  2001-11-19 10:22   ` Joel Beach
@ 2001-11-19 23:56     ` Mike Fedyk
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Fedyk @ 2001-11-19 23:56 UTC (permalink / raw)
  To: Joel Beach; +Cc: linux-kernel

On Mon, Nov 19, 2001 at 09:22:38PM +1100, Joel Beach wrote:
> I think I'll fix up that bit in the Debian manual myself then if they let
> me....
> 
> For what it's worth, here's the paragraph from the "Woody" installation
> manual:
> 
> "For new users, personal Debian boxes, home systems, and other single-user
> setups, a single / partition (plus swap) is probably the easiest, simplest
> way to go. It is possible to have problems with this idea, though, with
> larger (20GB) disks. Based on limitations in how ext2 works, avoid any
> single partition greater than 6GB or so."
> 

No.  They mean limitations of relatively old IDE hardware...

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

* Re: Maximum (efficient) partition sizes for various filesystem types...
@ 2001-11-20 19:24 Dan Merillat
  0 siblings, 0 replies; 7+ messages in thread
From: Dan Merillat @ 2001-11-20 19:24 UTC (permalink / raw)
  To: linux-kernel; +Cc: joelbeach


Joel Beach writes:

> I think I'll fix up that bit in the Debian manual myself then if they let
> me....
> 
> For what it's worth, here's the paragraph from the "Woody" installation
> manual:
> 
> "For new users, personal Debian boxes, home systems, and other single-user
> setups, a single / partition (plus swap) is probably the easiest, simplest
> way to go. It is possible to have problems with this idea, though, with
> larger (20GB) disks. Based on limitations in how ext2 works, avoid any
> single partition greater than 6GB or so."

They're right... for home users, with unreliable power or lots of reboots.

when you have to fsck an 18 gig /home partition you really feel it.
One of the reasons all my large drives are running reiserfs now.

And I don't even like to think about how long it takes to check my 56 gig
RAID5 on one server.  Hell, it takes a long time just to mount it read/write
when it's clean!   Thank god for 2-year uptimes.

So yes, the guide is accurate.  And hopefully there will be a reiserfs/ext3
version of the debian install set out in the near future (There's one listed
as "try at your own risk", havn't done it yet.)

(as an aside, woody install is broken: pppoe requires libpcap, which dosn't get
installed initially, so the post-setup fails.  It can be worked around, but
not by newbies.  Lots of vi required)

--Dan


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

* Re: Maximum (efficient) partition sizes for various filesystem types...
  2001-11-19  9:58 ` Alan Cox
  2001-11-19 10:22   ` Joel Beach
@ 2001-11-22 20:30   ` Stephen C. Tweedie
  2001-11-23  9:09     ` Hans Reiser
  1 sibling, 1 reply; 7+ messages in thread
From: Stephen C. Tweedie @ 2001-11-22 20:30 UTC (permalink / raw)
  To: Alan Cox; +Cc: Joel Beach, linux-kernel

Hi,

On Mon, Nov 19, 2001 at 09:58:43AM +0000, Alan Cox wrote:
> > For instance, the Debian guide says that, due to Ext2 efficiency, partitions
> > greater than 6-7GB shouldn't be created. Is this true for Ext3/ReiserFS.
> 
> I've run several 45-200Gb ext2 and ext3 partitions with no problem. I'm not
> sure what the origin of the Debian guide comemnt is but I've never heard
> it from an ext2 developer

The largest filesystem I use with ext3 at the moment is 40GB, and it
is 98% full and is used *constantly* (it contains my main build
trees).  I'm not sure where the 6-7GB limit idea comes from but I've
got very few filesystems smaller than that, and they are still all
ext3.

Cheers,
 Stephen

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

* Re: Maximum (efficient) partition sizes for various filesystem types...
  2001-11-22 20:30   ` Stephen C. Tweedie
@ 2001-11-23  9:09     ` Hans Reiser
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Reiser @ 2001-11-23  9:09 UTC (permalink / raw)
  To: Stephen C. Tweedie; +Cc: Alan Cox, Joel Beach, linux-kernel

Stephen C. Tweedie wrote:

>Hi,
>
>On Mon, Nov 19, 2001 at 09:58:43AM +0000, Alan Cox wrote:
>
>>>For instance, the Debian guide says that, due to Ext2 efficiency, partitions
>>>greater than 6-7GB shouldn't be created. Is this true for Ext3/ReiserFS.
>>>
>>I've run several 45-200Gb ext2 and ext3 partitions with no problem. I'm not
>>sure what the origin of the Debian guide comemnt is but I've never heard
>>it from an ext2 developer
>>
>
>The largest filesystem I use with ext3 at the moment is 40GB, and it
>is 98% full and is used *constantly* (it contains my main build
>trees).  I'm not sure where the 6-7GB limit idea comes from but I've
>got very few filesystems smaller than that, and they are still all
>ext3.
>
>Cheers,
> Stephen
>-
>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/
>
>

I bet the origin is the time it takes to run fsck.  If so, run any 
journaling filesystem and you'll be okay.  We have 2 terabyte systems 
out there, I bet ext3 does also.

hans


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

end of thread, other threads:[~2001-11-23  9:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-19  8:26 Maximum (efficient) partition sizes for various filesystem types Joel Beach
2001-11-19  9:58 ` Alan Cox
2001-11-19 10:22   ` Joel Beach
2001-11-19 23:56     ` Mike Fedyk
2001-11-22 20:30   ` Stephen C. Tweedie
2001-11-23  9:09     ` Hans Reiser
  -- strict thread matches above, loose matches on Subject: below --
2001-11-20 19:24 Dan Merillat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox