On Tue, Apr 27, 1999 at 09:52:39AM -0500, Matthew Sayler wrote:
| > The df -v line looks like:
| >
| > Filesystem 1024-blocks Used Available Capacity Mounted on
| > /dev/hda12 497667 477821 0 100% /
| ~~~~~~ ~~~~~~
|
| Linux reserves something like 5% of the disk for root's exclusive use.
| the 100% means that no non-root processes will be able to write to
| the disk
Specifically, it's mke2fs that sets it up that way. You can change
the precentage reserved with something like `tune2fs -m 1 /dev/hda12'
(which will make it 1%) but you can only do that to an umounted
filesystem, so you'll need to boot off of floppies to do that to your
/ filesystem. There are some other options you can alter as well
... `man tune2fs' for more info.
--
Doug McLaren, [EMAIL PROTECTED]
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]