From: Laurent W. <lw...@hy...> - 2010-07-06 08:07:46
|
On Tue, 6 Jul 2010 10:56:13 +0300 Stas Oskin <sta...@gm...> wrote: > Hi. > > I've installed MFS chunkservers on two boxes with 4TB each. > > For some reason, the MFS shows as 187 GiB already used - while I didn't > place any files there yet, and the chunks number equal to 0. > > Any idea why it shows such stats? I bet it is due to reserved blocks for root. If you run ext2/3/4 try: tune2fs -m 0 /dev/bla with ext2/3 tune4fs if ext4. No need to unmount or put the volume read-only. Some space will be kept as used, but formatting is taking a bunch of blocks. -- Laurent Wandrebeck HYGEOS, Earth Observation Department / Observation de la Terre Euratechnologies 165 Avenue de Bretagne 59000 Lille, France tel: +33 3 20 08 24 98 http://www.hygeos.com GPG fingerprint/Empreinte GPG: F5CA 37A4 6D03 A90C 7A1D 2A62 54E6 EF2C D17C F64C |