Skip to content

sys.mount

This system view returns a list of NFS mount points that have been created for working with external tables.

Column NameData TypeDescription
ref_nametextReference name for the mount point.
resourcetextActual path to the mount point.
optionstextOptions used to create the mount point.

For example:

premdb=# select * from sys.mount;
       ref_name        |           resource            |        options         
------------------------+-------------------------------+------------------------
   /qumulo/yb100        | nfs://qumulo:/data/yb100/     | {"gid" : 0, "uid" : 0}
(2 rows)