NWSM_RESOURCE_INFO_EXTN_UNIX_DATA_1

Describes the Linux file system primary resource meta data.

Syntax

  typedef struct 
  { 
     char     *mnt_fsname; 
     char     *mnt_type; 
     char     *mnt_opts;  
  } NWSM_RESOURCE_INFO_EXTN_UNIX_DATA_1;
  

Fields

mnt_fsname

Name of the mounted file system.

mnt_type

Type of mount.

mnt_opts

Mount options used to mount the file system.

Remarks

See SLES man pages getmntent(3), mount(8), and mntent.h header for various values of these fields.