public interface FstabEntryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFile()
public abstract String getFile()
The mount point for the filesystem.
string file = 2;
Returns | |
---|---|
Type | Description |
String |
The file. |
getFileBytes()
public abstract ByteString getFileBytes()
The mount point for the filesystem.
string file = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for file. |
getFreq()
public abstract int getFreq()
Used by dump to determine which filesystems need to be dumped.
int32 freq = 5;
Returns | |
---|---|
Type | Description |
int |
The freq. |
getMntops()
public abstract String getMntops()
Mount options associated with the filesystem.
string mntops = 4;
Returns | |
---|---|
Type | Description |
String |
The mntops. |
getMntopsBytes()
public abstract ByteString getMntopsBytes()
Mount options associated with the filesystem.
string mntops = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for mntops. |
getPassno()
public abstract int getPassno()
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
int32 passno = 6;
Returns | |
---|---|
Type | Description |
int |
The passno. |
getSpec()
public abstract String getSpec()
The block special device or remote filesystem to be mounted.
string spec = 1;
Returns | |
---|---|
Type | Description |
String |
The spec. |
getSpecBytes()
public abstract ByteString getSpecBytes()
The block special device or remote filesystem to be mounted.
string spec = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for spec. |
getVfstype()
public abstract String getVfstype()
The type of the filesystem.
string vfstype = 3;
Returns | |
---|---|
Type | Description |
String |
The vfstype. |
getVfstypeBytes()
public abstract ByteString getVfstypeBytes()
The type of the filesystem.
string vfstype = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vfstype. |