1Config::Model::models::UFssetrabC:o:nFtsrLiibnuet(e3d)PCeornlfiDgo:c:uMmoednetla:t:imoondels::Fstab::FsLine(3)
2
3
4
6 Config::Model::models::Fstab::FsLine - Configuration class
7 Fstab::FsLine
8
10 Configuration classes used by Config::Model
11
12 data of one /etc/fstab line
13
15 fs_spec
16 block special device or remote filesystem to be mounted. Mandatory.
17 Type uniline.
18
19 fs_file
20 mount point for the filesystem. Mandatory. Type uniline.
21
22 fs_vfstype
23 file system type. Mandatory. Type enum. choice: 'auto', 'davfs',
24 'ext2', 'ext3', 'ext4', 'swap', 'proc', 'iso9660', 'vfat', 'usbfs',
25 'ignore', 'nfs', 'nfs4', 'none', 'ignore', 'debugfs'.
26
27 Here are some explanations on the possible values:
28
29 'auto'
30 file system type is probed by the kernel when mounting the device
31
32 'davfs'
33 WebDav access
34
35 'ext2'
36 Common Linux file system.
37
38 'ext3'
39 Common Linux file system with journaling
40
41 'ignore'
42 unused disk partition
43
44 'iso9660'
45 CD-ROM or DVD file system
46
47 'proc'
48 Kernel info through a special file system
49
50 'usbfs'
51 USB pseudo file system. Gives a file system view of kernel data
52 related to usb
53
54 'vfat'
55 Older Windows file system often used on removable media
56
57 fs_mntopts
58 mount options associated with the filesystem. Optional. Type
59 warped_node.
60
61 fs_freq
62 Specifies if the file system needs to be dumped. Optional. Type enum.
63 choice: '0', '1'.
64
65 default value :
66 0
67
68 fs_passno - fsck pass number
69 used by the fsck(8) program to determine the order in which filesystem
70 checks are done at reboot time. Optional. Type integer.
71
72 default value :
73 0
74
76 • cme
77
79 Dominique Dumont
80
82 2010,2011 Dominique Dumont
83
85 LGPL2
86
87
88
89perl v5.36.0 2023-0C1o-n2f0ig::Model::models::Fstab::FsLine(3)