installworld chflags failures

Randy Bush randy at psg.com
Mon Nov 3 01:51:46 PST 2008


> 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


More information about the freebsd-stable mailing list