Changeset 6fa16a5
- Timestamp:
- 11/17/2021 03:31:46 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4f35d45
- Parents:
- 084c251
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/udisks2.xml
r084c251 r6fa16a5 108 108 <xref linkend="gtk-doc"/>, 109 109 <xref linkend="lvm2"/>, 110 < !-- <xref linkend="ntfs-3g"/>, -->110 <xref linkend="ntfs-3g"/>, 111 111 <xref linkend="pygobject3"/> (for the integration tests), 112 112 <ulink url="https://github.com/relan/exfat">exFAT</ulink>, and … … 167 167 href="../../xincludes/gtk-doc-rebuild.xml"/> 168 168 169 </sect2> 170 171 <sect2 role="configuration"> 172 <title>Configuring UDisks2</title> 173 174 <sect3 id="udisks2-config"> 175 <title>Config Files</title> 176 <para> 177 <filename>/etc/udisks2/mount_options.conf</filename> and 178 <filename>/etc/udisks2/udisks2.conf</filename> 179 </para> 180 181 <indexterm zone="udisks2 udisks2-config"> 182 <primary sortas="e-etc-udisks2-mount_options.conf">/etc/udisks2/mount_options.conf</primary> 183 </indexterm> 184 185 <indexterm zone="udisks2 udisks2-config"> 186 <primary sortas="e-etc-udisks2-udisks2.conf">/etc/udisks2/udisks2.conf</primary> 187 </indexterm> 188 </sect3> 189 190 <sect3> 191 <title>Configuration Information</title> 192 <para> 193 The default configuration of UDisks2 assumes ntfs-3g is used to 194 mount NTFS filesystems. If the wrapper script for in-kernel NTFS3 195 driver (recommended in the <xref linkend="ntfs-3g"/> page) is used 196 instead, create a configuration file for UDisks2 compatible with 197 NTFS3 to allow mounting NTFS filesystems: 198 </para> 199 200 <screen role="root"><userinput>cat >> /etc/udisks2/mount_options.conf << "EOF" 201 <literal>[defaults] 202 ntfs_defaults=uid=$UID,gid=$GID</literal> 203 EOF</userinput></screen> 204 205 </sect3> 169 206 </sect2> 170 207
Note:
See TracChangeset
for help on using the changeset viewer.