source: postlfs/filesystems/dosfstools.xml@ 34a6571

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 34a6571 was 34a6571, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY dosfstools-download-http "https://github.com/dosfstools/dosfstools/releases/download/v&dosfstools-version;/dosfstools-&dosfstools-version;.tar.gz">
8 <!ENTITY dosfstools-download-ftp " ">
9 <!ENTITY dosfstools-md5sum "49c8e457327dc61efab5b115a27b087a">
10 <!ENTITY dosfstools-size "314 KB">
11 <!ENTITY dosfstools-buildsize "3.5 MB">
12 <!ENTITY dosfstools-time "less than 0.1 SBU">
13]>
14
15<sect1 id="dosfstools" xreflabel="dosfstools-&dosfstools-version;">
16 <?dbhtml filename="dosfstools.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>dosfstools-&dosfstools-version;</title>
23
24 <indexterm zone="dosfstools">
25 <primary sortas="a-dosfstools">dosfstools</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to dosfstools</title>
30
31 <para>
32 The <application>dosfstools</application> package contains various
33 utilities for use with the FAT family of file systems.
34 </para>
35
36 &lfs110a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&dosfstools-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&dosfstools-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &dosfstools-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &dosfstools-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &dosfstools-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &dosfstools-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/dosfstools"/></para>
74
75 </sect2>
76
77 <sect2 role="kernel" id='dosfstools-kernel'>
78 <title>Kernel Configuration</title>
79
80 <para>
81 Enable the following option in the kernel configuration
82 and recompile the kernel:
83 </para>
84
85<screen><literal>File systems ---&gt;
86 &lt;DOS/FAT/EXFAT/NT Filesystems ---&gt;
87 &lt;*/M&gt; MSDOS fs support [CONFIG_MSDOS_FS]
88 &lt;*/M&gt; VFAT (Windows-95) fs support [CONFIG_VFAT_FS]</literal></screen>
89
90 <indexterm zone="dosfstools dosfstools-kernel">
91 <primary sortas="d-dosfstools">Dosfstools Programs</primary>
92 </indexterm>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of dosfstools</title>
98
99 <para>
100 Install <application>dosfstools</application> by running the
101 following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --enable-compat-symlinks \
106 --mandir=/usr/share/man \
107 --docdir=/usr/share/doc/dosfstools-&dosfstools-version; &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <parameter>--enable-compat-symlinks</parameter>: This switch creates the
127 <application>dosfsck</application>,
128 <application>dosfslabel</application>,
129 <application>fsck.msdos</application>,
130 <application>fsck.vfat</application>,
131 <application>mkdosfs</application>,
132 <application>mkfs.msdos</application>, and
133 <application>mkfs.vfat</application> symlinks required by some programs.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143
144 <seglistitem>
145 <seg>fatlabel, fsck.fat, and mkfs.fat</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="fatlabel">
155 <term><command>fatlabel</command></term>
156 <listitem>
157 <para>
158 sets or gets a MS-DOS filesystem label from a given device
159 </para>
160 <indexterm zone="dosfstools fatlabel">
161 <primary sortas="b-fatlabel">fatlabel</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="fsckfat">
167 <term><command>fsck.fat</command></term>
168 <listitem>
169 <para>
170 checks and repairs MS-DOS filesystems
171 </para>
172 <indexterm zone="dosfstools fsckfat">
173 <primary sortas="b-fsckfat">fsck.fat</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="mkfsfat">
179 <term><command>mkfs.fat</command></term>
180 <listitem>
181 <para>
182 creates an MS-DOS filesystem under Linux
183 </para>
184 <indexterm zone="dosfstools mkfsfat">
185 <primary sortas="b-mkfsfat">mkfs.fat</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.