Config::Model::models::Fstab::FsLine(3pm) | User Contributed Perl Documentation | Config::Model::models::Fstab::FsLine(3pm) |
Config::Model::models::Fstab::FsLine - Configuration class Fstab::FsLine
Configuration classes used by Config::Model
data of one /etc/fstab line
block special device or remote filesystem to be mounted. Mandatory. Type uniline.
mount point for the filesystem. Mandatory. Type uniline.
file system type. Mandatory. Type enum. choice: 'auto', 'davfs', 'ext2', 'ext3', 'ext4', 'swap', 'proc', 'iso9660', 'vfat', 'usbfs', 'ignore', 'nfs', 'nfs4', 'none', 'ignore', 'debugfs'.
Here are some explanations on the possible values:
mount options associated with the filesystem. Optional. Type warped_node.
Specifies if the file system needs to be dumped. Optional. Type enum. choice: '0', '1'.
used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. Optional. Type integer.
2022-07-28 | perl v5.34.0 |