linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paal Chr Birkeland <paalchr@linuxnation.net>
To: linux-kernel@vger.kernel.org
Subject: Re: Determining maximum partition size on a hard disk
Date: Fri, 24 Aug 2001 10:47:28 +0200	[thread overview]
Message-ID: <0108241047280B.08728@vixen> (raw)

>
> First I found that the maximum size of the drive Linux reports is not
> the maximum size I get when I calculate it from the drives geometry.
> Secondly, the total drive space reported by linux is not the amount
> available for the maximum partition.
>

tune2fs -m 2 /dev/hd-whatever-hdd

For some reason linux still "eats" 5% of the hdd. This for still beeing able 
to run smooth if hdd is maxed out, or something like that.
 
root@vixen:~# tune2fs -m 2 /dev/hdb1
tune2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
Setting reserved blocks percentage to 2 (256034 blocks)

Default is 5% (slackware)

This, I think, is from way back when hdds where alot smaler and then ppl 
forgot all about it (?). 5% of an 80 gig hdd gotta be a lot of wasted space 
and in no way required. I always set it lower (2% as above) and gain more 
useable space. Probably 1% would be enough but who's counting :o)

I dont know if the tune2fs is a slackware feature only, but i doubt it. Then
again I havent really "tried" any other distro.

Inputs ?

-- 
Vennlig hilsen / Regards
Paal Chr Birkeland
admin@linuxnation

             reply	other threads:[~2001-08-24  8:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-24  8:47 Paal Chr Birkeland [this message]
2001-08-24 13:15 ` Determining maximum partition size on a hard disk Arnvid Karstad
  -- strict thread matches above, loose matches on Subject: below --
2001-08-21 19:55 Nick DeClario
2001-08-28 12:23 ` Guest section DW
2001-08-28 12:53 ` Anton Altaparmakov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0108241047280B.08728@vixen \
    --to=paalchr@linuxnation.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).