File: FsLine.pod

package info (click to toggle)
libconfig-model-perl 2.021-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,104 kB
  • sloc: perl: 20,550; makefile: 11
file content (122 lines) | stat: -rw-r--r-- 1,853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
=head1 NAME

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

=head1 VERSION

version 2.021

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

data of one /etc/fstab line

=head1 Elements

=head2 fs_spec

block special device or remote filesystem to be mounted. I<< Mandatory. Type uniline.  >>

=head2 fs_file

mount point for the filesystem. I<< Mandatory. Type uniline.  >>

=head2 fs_vfstype

file system type. I<< 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:

=over

=item 'auto'

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

=item 'davfs'

WebDav access

=item 'ext2'

Common Linux file system.

=item 'ext3'

Common Linux file system with journaling 

=item 'ignore'

unused disk partition

=item 'iso9660'

CD-ROM or DVD file system

=item 'proc'

Kernel info through a special file system

=item 'usbfs'

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

=item 'vfat'

Older Windows file system often used on removable media

=back



=head2 fs_mntopts

mount options associated with the filesystem. I<< Optional. Type warped_node.  >>

=head2 fs_freq

Specifies if the file system needs to be dumped. I<< Optional. Type enum. choice: '0', '1'. default: '0'.  >>

=head2 fs_passno - fsck pass number

used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. I<< Optional. Type integer. default: '0'.  >>

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=head1 AUTHOR

=over

=item Dominique Dumont


=back

=head1 COPYRIGHT

=over

=item 2010,2011 Dominique Dumont


=back

=head1 LICENSE

=over

=item LGPL2


=back

=cut