public interface FstabEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
The mount point for the filesystem.
|
com.google.protobuf.ByteString |
getFileBytes()
The mount point for the filesystem.
|
int |
getFreq()
Used by dump to determine which filesystems need to be dumped.
|
String |
getMntops()
Mount options associated with the filesystem.
|
com.google.protobuf.ByteString |
getMntopsBytes()
Mount options associated with the filesystem.
|
int |
getPassno()
Used by the fsck(8) program to determine the order in which filesystem
checks are done at reboot time.
|
String |
getSpec()
The block special device or remote filesystem to be mounted.
|
com.google.protobuf.ByteString |
getSpecBytes()
The block special device or remote filesystem to be mounted.
|
String |
getVfstype()
The type of the filesystem.
|
com.google.protobuf.ByteString |
getVfstypeBytes()
The type of the filesystem.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpec()
The block special device or remote filesystem to be mounted.
string spec = 1;com.google.protobuf.ByteString getSpecBytes()
The block special device or remote filesystem to be mounted.
string spec = 1;String getFile()
The mount point for the filesystem.
string file = 2;com.google.protobuf.ByteString getFileBytes()
The mount point for the filesystem.
string file = 2;String getVfstype()
The type of the filesystem.
string vfstype = 3;com.google.protobuf.ByteString getVfstypeBytes()
The type of the filesystem.
string vfstype = 3;String getMntops()
Mount options associated with the filesystem.
string mntops = 4;com.google.protobuf.ByteString getMntopsBytes()
Mount options associated with the filesystem.
string mntops = 4;int getFreq()
Used by dump to determine which filesystems need to be dumped.
int32 freq = 5;int getPassno()
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.
int32 passno = 6;Copyright © 2024 Google LLC. All rights reserved.