Hi there. So I'm trying out FreeBSD. So far so good.
Here's something I don't understand:
Why is size of file system 902G on 1 TB disk? Should be 931, which is shown as partition (or slice, or label, I don't really know) size.
Same for ad0, 7.5G vs 7.2G.
Here's something I don't understand:
Code:
jack# gpart show
=> 63 15662241 ad0 MBR (7.5G)
63 15662241 1 freebsd [active] (7.5G)
=> 0 15662241 ad0s1 BSD (7.5G)
0 15662241 1 freebsd-ufs (7.5G)
=> 63 1953525105 ad4 MBR (931G)
63 1953525105 1 freebsd [active] (931G)
=> 0 1953525105 ad4s1 BSD (931G)
0 16 - free - (8.0k)
16 1953525089 1 !0 (931G)
Code:
jack# df
Filesystem Size Used Avail Capacity Mounted on
/dev/ad0s1a 7.2G 6.2G 462M 93% /
devfs 1.0k 1.0k 0B 100% /dev
/dev/ad4s1a 902G 7.7G 894G 1% /music
Why is size of file system 902G on 1 TB disk? Should be 931, which is shown as partition (or slice, or label, I don't really know) size.
Same for ad0, 7.5G vs 7.2G.