source: postlfs/filesystems/dosfstools.xml@ a705dae

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 a705dae was a705dae, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to libgcrypt-1.7.8.
Update to dbus-1.10.20.
Update to bind-utils and bind-9.11.1-P2.
Update to cups-filters 1.14.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18899 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/releases/download/v&dosfstools-version;/dosfstools-&dosfstools-version;.tar.xz">
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;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem>
97 user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para>
107 <parameter>--enable-compat-symlinks</parameter>: This switch creates the
108 <application>dosfsck</application>,
109 <application>dosfslabel</application>,
110 <application>fsck.msdos</application>,
111 <application>fsck.vfat</application>,
112 <application>mkdosfs</application>,
113 <application>mkfs.msdos</application>, and
114 <application>mkfs.vfat</application> symlinks required by some programs.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124
125 <seglistitem>
126 <seg>fatlabel, fsck.fat, and mkfs.fat</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="fatlabel">
136 <term><command>fatlabel</command></term>
137 <listitem>
138 <para>set or get a MS-DOS filesystem label from a given
139 device</para>
140 <indexterm zone="dosfstools fatlabel">
141 <primary sortas="b-fatlabel">fatlabel</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="fsckfat">
147 <term><command>fsck.fat</command></term>
148 <listitem>
149 <para>check and repair MS-DOS filesystems</para>
150 <indexterm zone="dosfstools fsckfat">
151 <primary sortas="b-fsckfat">fsck.fat</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="mkfsfat">
157 <term><command>mkfs.fat</command></term>
158 <listitem>
159 <para>create an MS-DOS filesystem under Linux</para>
160 <indexterm zone="dosfstools mkfsfat">
161 <primary sortas="b-mkfsfat">mkfs.fat</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.