get_options
Description:
Gets a comma-separated list of mount options for the unix mount.
For example, `rw,relatime,seclabel,data=ordered`.
This is similar to get_options, but it takes a UnixMountEntry as an argument.
Parameters:
| mount_entry |
Returns:
|
a string containing the options, or null if not available. |