Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 320GB hard drive maxed at ~280GB?
Date: Wed, 25 Oct 2006 05:19:37
Message-Id: 7573e9640610242212v4028c987yb4444fe78b95aee8@mail.gmail.com
In Reply to: Re: [gentoo-user] 320GB hard drive maxed at ~280GB? by Richard Fish
1 On 10/24/06, Richard Fish <bigfish@××××××××××.org> wrote:
2 > On 10/24/06, Grant <emailgrant@×××××.com> wrote:
3 > > I have a 320GB hard drive with a small swap partition, a small boot
4 > > partition, and the remainder in the root partition. 'du -sh /' says
5 > > 278G and a mkisofs command failed with no space left on device. What
6 > > happened to the rest of the gigs?
7 >
8 > If you formatted with ext3/ext2, 5% is reserved for root, and will not
9 > appear in df output. This would account for about 15G. Another 7.3%
10 > (or about 23G) is lost due to the fact that linux and df count 1GB as
11 > 1073741824 bytes, while manufactures sell drives counting 1GB as
12 > 1000000000 bytes.
13
14 And just so I can talk to myself in cyberspace just like real life,
15 I'll reply to my own posting...
16
17 You can use tune2fs -m 0 to change the ext2/ext3 reserved blocks
18 percentage to 0 to 'recover' some of that space.
19
20 -Richard
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] 320GB hard drive maxed at ~280GB? Iain Buchanan <iaindb@××××××××××××.au>
Re: [gentoo-user] 320GB hard drive maxed at ~280GB? Grant <emailgrant@×××××.com>