Re: DF oddness. Can you explain this?

2000-10-28 Thread Matt Housh
> by default, when you create a new ext2 filesystem, 10% of that space is > reserved for various things like inodes and such. so, for a 20 gig drive, > that is ~2 gig. if you run this command: Actually, the amount reserved is 5% by default. The rest applies, though. Matt Housh ([EMAIL PROTECTE

RE: DF oddness. Can you explain this?

2000-10-28 Thread Jason Holland
by default, when you create a new ext2 filesystem, 10% of that space is reserved for various things like inodes and such. so, for a 20 gig drive, that is ~2 gig. if you run this command: # tune2fs -m 5 /dev/hdc2 it will reclaim 1 gig, or 5% of that 10% reserved. or you can adjust it to your l

Re: DF oddness. Can you explain this?

2000-10-28 Thread Statux
That's normal. Don't worry about it :) Here's mine: [statux@circuit statux]$ df -h FilesystemSize Used Avail Use% Mounted on /dev/hda7 7.6G 2.0G 5.2G 28% / /dev/hda1 7.6M 3.0M 4.1M 42% /boot /dev/hda5 3.9G 1.5G 2.2G 41% /home > [root@inws

DF oddness. Can you explain this?

2000-10-28 Thread Kevin Diffily
Wondering why my math doesn't agree with what I see for the last two drives. Where did the last GB go? [root@inws kevin]# df -h FilesystemSize Used Avail Use% Mounted on /dev/hda1 1.9G 1.4G 421M 77% / /dev/hda5 12G 8.5G 2.6G 76% /mnt/dev/hda5 /dev/hdc