Balaji Kutty wrote: > Hi, > > I want to disable extended attributes in my zfs on s10u4. I found out > that the command to do is zfs set xattr=off <poolname>. But, I do not > see this option in s10u4.
Hmm, I thought that had made it back to s10u4, but I guess not. > > How can I disable zfs extended attributes on s10u4? You can use a legacy-style mount: zfs set mountpoint=legacy tank/fs1 mount -F zfs -onoxattr tank/fs1 /mnt If you want the fs to be mounted at boot time, you'll need to add an entry to /etc/vfstab. -Chris _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss