Does Solaris support XFS filesytem?

Hi,

Does solaris support the XFS file sytems?

If so, how can I mount a shared directory from another machine (which is using XFS)?

thanks

i don't think so...

You mount a shared directory using NFS; `mount -F nfs hostname:/export/dir /local/dir`

Solaris does not, as far as I can tell, have a native way to mount/understand XFS.

I thought it would be similiar to NFS if it were supported. I didn't think XFS was supported but wasn't sure.

thanks