Interface FstabEntryOrBuilder (0.4.0)

public interface FstabEntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFile()

public abstract String getFile()

The mount point for the filesystem.

string file = 2;

Returns
TypeDescription
String

The file.

getFileBytes()

public abstract ByteString getFileBytes()

The mount point for the filesystem.

string file = 2;

Returns
TypeDescription
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
TypeDescription
int

The freq.

getMntops()

public abstract String getMntops()

Mount options associated with the filesystem.

string mntops = 4;

Returns
TypeDescription
String

The mntops.

getMntopsBytes()

public abstract ByteString getMntopsBytes()

Mount options associated with the filesystem.

string mntops = 4;

Returns
TypeDescription
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
TypeDescription
int

The passno.

getSpec()

public abstract String getSpec()

The block special device or remote filesystem to be mounted.

string spec = 1;

Returns
TypeDescription
String

The spec.

getSpecBytes()

public abstract ByteString getSpecBytes()

The block special device or remote filesystem to be mounted.

string spec = 1;

Returns
TypeDescription
ByteString

The bytes for spec.

getVfstype()

public abstract String getVfstype()

The type of the filesystem.

string vfstype = 3;

Returns
TypeDescription
String

The vfstype.

getVfstypeBytes()

public abstract ByteString getVfstypeBytes()

The type of the filesystem.

string vfstype = 3;

Returns
TypeDescription
ByteString

The bytes for vfstype.