Re: installworld chflags failures



Is /usr a ZFS filesystem or part of a zpool? If so, possibly you have
some ZFS settings on your pool or filesystem which are inhibiting the
ability to use chflags in some way? "zfs get all" will help.

aha! i suspect you care correct. but i can not decipher from man zfs
which property it is.

http://wiki.freebsd.org/ZFS tells me that chflags(2) support is done.

still googling, but nothing exciting.

xattr is extended attributes, and should default to on but is temp off
for unknown reasons. is that it?

randy

--

# zfs get all tank/usr
NAME PROPERTY VALUE SOURCE
tank/usr type filesystem -
tank/usr creation Wed Oct 8 1:02 2008 -
tank/usr used 63.0G -
tank/usr available 164G -
tank/usr referenced 14.6G -
tank/usr compressratio 1.00x -
tank/usr mounted yes -
tank/usr quota none default
tank/usr reservation none default
tank/usr recordsize 128K default
tank/usr mountpoint /usr local
tank/usr sharenfs off default
tank/usr checksum on default
tank/usr compression off default
tank/usr atime on default
tank/usr devices on default
tank/usr exec on default
tank/usr setuid on default
tank/usr readonly off default
tank/usr jailed off default
tank/usr snapdir hidden default
tank/usr aclmode groupmask default
tank/usr aclinherit secure default
tank/usr canmount on default
tank/usr shareiscsi off default
tank/usr xattr off temporary
tank/usr copies 1 default
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Upgrading a RAID system
    ... You might read up on ZFS & RAIDZ. ... It's kicking ass in a number of areas. ... I suspect you'd need to use it a networked file server, ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: More questions about ZFS... / was: Re: ZFS vs. Solaris patches...
    ... > next five years in Solaris once ZFS becomes available? ... I haven't seen the roadmaps for either ZFS or QFS, but I'd strongly suspect ... it's "sister" filesystem SAM-FS) HFS support. ...
    (comp.unix.solaris)
  • Re: kern/134011: [hang] swap_pager_getswapspace(4): failed
    ... I suspect you have compression turned on in ZFS ... for the third time, i do not. ...
    (freebsd-current)
  • Re: Solaris 10 ZFS
    ... >Does anyone know when the new update will be released for the ZFS ... I suspect you'll see it in a Software Express for Solaris ... John ...
    (comp.sys.sun.admin)
  • Re: chflags on zfs (sappnd)
    ... On 17/11/2010 21:25, Markus Gebert wrote: ... from http://wiki.freebsd.org/ZFS I understand that chflags are supported by zfs. ... But if I have a file with sappnd on a zfs filesystem, I am unable to execute a command like this: ...
    (freebsd-stable)