public class MountFlags extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MS_DATA
6-argument mount
|
static int |
MS_FORCE
Forced unmount
|
static int |
MS_FSS
Old (4-argument) mount (compatibility)
|
static int |
MS_GLOBAL
Clustering: Mount into global name space
|
static int |
MS_NOMNTTAB
Don't show mount in mnttab
|
static int |
MS_NOSUID
Setuid programs disallowed
|
static int |
MS_NOTRUNC
Return ENAMETOOLONG for long filenames
|
static int |
MS_OPTIONSTR
Data is a an in/out option string
|
static int |
MS_OVERLAY
Allow overlay mounts
|
static int |
MS_RDONLY
Read-only
|
static int |
MS_REMOUNT
Remount
|
| Constructor and Description |
|---|
MountFlags() |
public static final int MS_RDONLY
public static final int MS_FSS
public static final int MS_DATA
public static final int MS_NOSUID
public static final int MS_REMOUNT
public static final int MS_NOTRUNC
public static final int MS_OVERLAY
public static final int MS_OPTIONSTR
public static final int MS_GLOBAL
public static final int MS_FORCE
public static final int MS_NOMNTTAB
Copyright © 2008–2017. All rights reserved.