Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2011 14:20:05 +0100
From:      Frank Lanitz <frank@frank.uvena.de>
To:        questions@freebsd.org
Subject:   df with ZFS vs. zpool list
Message-ID:  <4EE9F405.6000103@frank.uvena.de>

next in thread | raw e-mail | index | archive | help
Hi folks,

I'm a bit confused about a thing. I did create a zpool using

zpool create storage ada1 ada2 ada3

Each of SATA-drives is about 80G in size. When using df -h I'm only
receiving

storage	145G	42k	145G	0%	/storage

where I expected something like 220GB (due to the ²-issue). However,

freebsd-test# zpool list
NAME      SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
storage   222G  9.10M   222G     0%  1.00x  ONLINE  -

is giving the expcted output.

Can somebody clear the fog a bit ;)

Cheers,
Frank

P.S. It's a 9.0RC3
P.P.S.
freebsd-test# zpool status

pool: storage
state: ONLINE
scan: resilvered 8.50K in 0h0m with 0 errors on Wed Dec 14 17:07:38 2011
config:

	NAME        STATE     READ WRITE CKSUM
	storage     ONLINE       0     0     0
	  raidz1-0  ONLINE       0     0     0
	    ada1    ONLINE       0     0     0
	    ada2    ONLINE       0     0     0
	    ada3    ONLINE       0     0     0




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EE9F405.6000103>