On Sun, 14 Apr 2013 11:58:55 +0200 Paul de Weerd <[email protected]> wrote: > > | Where has the remaining diskspace gone? > > Nowhere. How did you see the '1000GB' on the FAT filesystem ?
Using df -H on PCBSD 9.1. I experimented with several other filesystems on this disk. IIRC, I issued the following commands in PCBSD to construct a FAT32 fs, where the device was recognized as da0: % fdisk -I /dev/da0 % newfs_msdos -F 32 /dev/da0s1 The FreeBSD man page df(1) clearly states that -H uses base 10 for sizes, which caused my confusion. Thanks!

