logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Config::Model::models::Fstab::FsLine - Configuration class Fstab::FsLine

Author

       Dominique Dumont

Description

       Configuration classes used by Config::Model

       data of one /etc/fstab line

Elements

fs_spec
       block special device or remote filesystem to be mounted.  Mandatory.Typeuniline.fs_file
       mount point for the filesystem.  Mandatory.Typeuniline.fs_vfstype
       file system type.  Mandatory.Typeenum.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:

       'auto'
           file system type is probed by the kernel when mounting the device

       'davfs'
           WebDav access

       'ext2'
           Common Linux file system.

       'ext3'
           Common Linux file system with journaling

       'ignore'
           unused disk partition

       'iso9660'
           CD-ROM or DVD file system

       'proc'
           Kernel info through a special file system

       'usbfs'
           USB pseudo file system. Gives a file system view of kernel data related to usb

       'vfat'
           Older Windows file system often used on removable media

   fs_mntopts
       mount options associated with the filesystem.  Optional.Typewarped_node.fs_freq
       Specifies if the file system needs to be dumped.  Optional.Typeenum.choice:'0','1'.

       default value :
           0

   fs_passno-fsckpassnumber
       used  by  the  fsck(8) program to determine the order in which filesystem checks are done at reboot time.
       Optional.Typeinteger.

       default value :
           0

License

       LGPL2

perl v5.40.0                                       2024-11-30             Config::Model::...::Fstab::FsLine(3pm)

Name

       Config::Model::models::Fstab::FsLine - Configuration class Fstab::FsLine

See Also

       •   cme

See Also