Thread: Partition
View Single Post

  #2 (permalink)  
Old 10-24-2007, 04:05 PM
aaru aaru is offline
Junior Member
User
 
Join Date: Sep 2007
Location: Mumbai
My distro: Fedora,CentOS,Redhat,FreeBSD
Posts: 15
Rep Power: 0
aaru is on a distinguished road
Send a message via Yahoo to aaru Send a message via Skype™ to aaru
Cool

Hi,

If you create any partition, by default it ll take 5% of the filesystem blocks reserved for the super-user.This avoids fragmentation, andallows root-owned daemons, such as syslogd(, to continue to function correctly after non-privileged processes are prevented from writing to the filesystem.

If you do not want this then you have to specify the following option at the time of filesystem creation.

#mke2fs -m reserved-blocks-percentage /dev/hda1

Note:

refer man page of mke2fs
__________________
thanks,
aaru
Reply With Quote