Mismatch between partition and zfs?

Status
Not open for further replies.

KenNashua

Explorer
Joined
Feb 24, 2012
Messages
62
Noticed my server was getting full and couldn't believe it as I recently moved to 3TB WD Reds...I'm seeing the following and can't quite reconcile what's going on:

[root@freenas] ~# gpart show ada0
=> 34 5860533101 ada0 GPT (2.7T)
34 94 - free - (47k)
128 4194304 1 freebsd-swap (2.0G)
4194432 5856338696 2 freebsd-zfs (2.7T)
5860533128 7 - free - (3.5k)

[root@freenas] ~# gpart show ada1
=> 34 5860533101 ada1 GPT (2.7T)
34 94 - free - (47k)
128 4194304 1 freebsd-swap (2.0G)
4194432 5856338696 2 freebsd-zfs (2.7T)
5860533128 7 - free - (3.5k)

[root@freenas] ~# zpool list data
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
data 2.73T 2.22T 522G 81% 1.00x ONLINE /mnt
[root@freenas] ~# df -g /mnt/data
Filesystem 1G-blocks Used Avail Capacity Mounted on
data 1548 1069 478 69% /mnt/data


Thanks for any pointers!
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Status
Not open for further replies.
Top