I had to upgrade zfs
zfs upgrade -a
then
pfexec zfs set sharesmb=off data
pfexec zfs set sharesmb=on data
after this zfs diff failed with the old snapshots.
But with newly created snapshots it worked.
Thanks Tim,
Dirk
--
This message posted from opensolaris.org
___
cd /data/.zfs
sche...@osolpro:/data/.zfs$ ls -alt
ls: cannot access shares: Operation not supported
total 4
drwxr-xr-x 19 schelfd staff 25 2010-10-13 18:57 ..
dr-xr-xr-x 2 rootroot 2 2010-10-13 17:44 snapshot
dr-xr-xr-x 4 rootroot 4 2009-01-28 23:08 .
?? ? ? ? ?
Wanted to test the zfs diff command and ran into this.
I turned off all windows sharing.
the rpool has normal permissions for .zfs/shares
how do I fix this ?
Dirk
r...@osolpro:/data/.zfs# zfs diff d...@10aug2010 d...@13oct2010
Cannot stat /data/.zfs/shares/: unable to generate diffs
pwd
/data/.z
uname -a
SunOS 5.11 snv_132 i86pc i386 i86pc Solaris
scrub made my system unresponsive.
could not login with ssh.
had to do a hard reboot.
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.
( sry for cross post , I posted this in opensolaris discuss. but I think it
belongs here )
I can no longer mount 1 of my 2 volumes.
they are both on zfs. I can still mount my home, which is on rpool.
but can not mount my data which is on a raidz pool.
setting are the same.
this is from AppleVolum
I think zpool add
should work for you
google it
zpool add rpool yourNTFSpartition
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
according to this page :
http://www.opensolaris.org/os/community/zfs/ztest/;jsessionid=ED73B91DAC77211E7A9EB687D3EF7F91
its supposed to be in /usr/bin
i run snv_124
Thanks,
Dirk
--
This message posted from opensolaris.org
___
zfs-discuss mailing lis
hole disks. It must be created with disk slices.
Cindy
On 10/08/09 02:15, dirk schelfhout wrote:
I am converting a 4 disk raidz from osx to opensolaris. And I want
to keep the data intact.
I want zfs to get access to the full disk instead of a slice.
I believe like c8d0 instead off c8d0s1.
I wante
I am converting a 4 disk raidz from osx to opensolaris. And I want to keep the
data intact.
I want zfs to get access to the full disk instead of a slice.
I believe like c8d0 instead off c8d0s1.
I wanted to do this 1 disk at a time and let it resilver.
what is the proper way to do this.
I tried, I