FstabEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Single fstab entry.
Attributes |
|
---|---|
Name | Description |
spec |
str
The block special device or remote filesystem to be mounted. |
file |
str
The mount point for the filesystem. |
vfstype |
str
The type of the filesystem. |
mntops |
str
Mount options associated with the filesystem. |
freq |
int
Used by dump to determine which filesystems need to be dumped. |
passno |
int
Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. |