Friday, January 11, 2008

use more space on the drive

df -h
shows you are not using whole drive
tune2fs -l /dev/md0
shows 5% of space reserved
can do
tune2fs -m 1 /dev/md0 drops it down to 1% wasted space. could do 0.
not on system drive.

No comments: