Don't worry about the disk label. post your zpool status -v. BTW how did you create a file system and partion ? This is pretty much you've do to create a new pool
zpool create <new zpool Name> <disk2> <disk3> zfs list zfs create <new zpool name>/<filesystem you want to create> zfs list and find out where it's mounted. you can access the file system from there. you could set quotas etc. consult zfs man page for more details. -- This message posted from opensolaris.org