source: postlfs/filesystems/dosfstools.xml@ 7f8e546a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 7f8e546a was 7f8e546a, checked in by DJ Lucas <dj@…>, 7 years ago

Add dosfstools-4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18877 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 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/archive/v&dosfstools-version;.tar.gz">
8 <!ENTITY dosfstools-download-ftp " ">
9 <!ENTITY dosfstools-md5sum "07a1050db1a898e9a2e03b0c4569c4bd">
10 <!ENTITY dosfstools-size "176 KB">
11 <!ENTITY dosfstools-buildsize "2.9 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>dosfstools-&dosfstools-version;</title>
24
25 <indexterm zone="dosfstools">
26 <primary sortas="a-dosfstools">dosfstools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to dosfstools</title>
31
32 <para>The <application>dosfstools</application> package contains various
33 utilities for use with the FAT family of file systems.</para>
34
35 &lfs80_checked;
36 &gcc7_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&dosfstools-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&dosfstools-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &dosfstools-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &dosfstools-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &dosfstools-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &dosfstools-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/dosfstools"/></para>
62
63 </sect2>
64
65 <sect2 role="kernel" id='dosfstools-kernel'>
66 <title>Kernel Configuration</title>
67
68 <para>Enable the following option in the kernel configuration
69 and recompile the kernel:</para>
70
71<screen><literal>File systems ---&gt;
72 &lt;DOS/FAT/NT Filesystems ---&gt;
73 &lt;*/M&gt; MSDOS fs support [CONFIG_MSDOS_FS]
74 &lt;*/M&gt; VFAT (Windows-95) fs support [CONFIG_VFAT_FS]</literal></screen>
75
76 <indexterm zone="dosfstools dosfstools-kernel">
77 <primary sortas="d-dosfstools">Dosfstools Programs</primary>
78 </indexterm>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of dosfstools</title>
84
85 <para>Install <application>dosfstools</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=/ \
89 --enable-compat-symlinks \
90 --mandir=/usr/share/man \
91 --docdir=/usr/share/doc/dosfstools-&dosfstools-version; &amp;&amp;
92
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem>
98 user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para>
108 <parameter>--enable-compat-symlinks</parameter>: This switch creates the
109 <application>dosfsck</application>,
110 <application>dosfslabel</application>,
111 <application>fsck.msdos</application>,
112 <application>fsck.vfat</application>,
113 <application>mkdosfs</application>,
114 <application>mkfs.msdos</application>, and
115 <application>mkfs.vfat</application> symlinks required by some programs.
116 </para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125
126 <seglistitem>
127 <seg>fatlabel, fsck.fat, and mkfs.fat</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="fatlabel">
137 <term><command>fatlabel</command></term>
138 <listitem>
139 <para>set or get a MS-DOS filesystem label from a given
140 device</para>
141 <indexterm zone="dosfstools fatlabel">
142 <primary sortas="b-fatlabel">fatlabel</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="fsckfat">
148 <term><command>fsck.fat</command></term>
149 <listitem>
150 <para>check and repair MS-DOS filesystems</para>
151 <indexterm zone="dosfstools fsckfat">
152 <primary sortas="b-fsckfat">fsck.fat</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="mkfsfat">
158 <term><command>mkfs.fat</command></term>
159 <listitem>
160 <para>create an MS-DOS filesystem under Linux</para>
161 <indexterm zone="dosfstools mkfsfat">
162 <primary sortas="b-mkfsfat">mkfs.fat</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.