Changeset c47e525 for general/sysutils


Ignore:
Timestamp:
02/12/2023 06:41:13 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
422c9c4
Parents:
c3f3e86a
git-author:
Xi Ruoyao <xry111@…> (02/12/2023 05:43:46 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/12/2023 06:41:13 PM)
Message:

Revert "udisks2: add a configuration for kernel NTFS3 driver"

This reverts commit e9dfbc0c263c327a5e9bc5a37747cb14dfd9192d and
6fa16a5033e1563760d92487044e25c1082a94a1.

No longer needed: udisks-2.9.4 already knows NTFS3 and prefers it over
ntfs-3g.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    rc3f3e86a rc47e525  
    105105      <xref linkend="gtk-doc"/>,
    106106      <xref linkend="lvm2"/>,
    107       <xref linkend="ntfs-3g"/>,
     107      <!-- <xref linkend="ntfs-3g"/>, -->
    108108      <xref linkend="pygobject3"/> (for the integration tests),
    109109      <ulink url="https://github.com/relan/exfat">exFAT</ulink>, and
     
    164164      href="../../xincludes/gtk-doc-rebuild.xml"/>
    165165
    166   </sect2>
    167 
    168   <sect2 role="configuration">
    169     <title>Configuring UDisks2</title>
    170 
    171     <sect3 id="udisks2-config">
    172       <title>Config Files</title>
    173       <para>
    174         <filename>/etc/udisks2/mount_options.conf</filename> and
    175         <filename>/etc/udisks2/udisks2.conf</filename>
    176       </para>
    177 
    178       <indexterm zone="udisks2 udisks2-config">
    179         <primary sortas="e-etc-udisks2-mount_options.conf">/etc/udisks2/mount_options.conf</primary>
    180       </indexterm>
    181 
    182       <indexterm zone="udisks2 udisks2-config">
    183         <primary sortas="e-etc-udisks2-udisks2.conf">/etc/udisks2/udisks2.conf</primary>
    184       </indexterm>
    185     </sect3>
    186 
    187     <sect3>
    188       <title>Configuration Information</title>
    189       <para>
    190         The default configuration of UDisks2 assumes ntfs-3g is used to
    191         mount NTFS filesystems.  If the wrapper script for in-kernel NTFS3
    192         driver (recommended in the <xref linkend="ntfs-3g"/> page) is used
    193         instead, create a configuration file for UDisks2 compatible with
    194         NTFS3 to allow mounting NTFS filesystems:
    195       </para>
    196 
    197 <screen role="root"><userinput>cat &gt; /etc/udisks2/mount_options.conf &lt;&lt; "EOF"
    198 <literal>[defaults]
    199 ntfs_defaults=uid=$UID,gid=$GID</literal>
    200 EOF</userinput></screen>
    201 
    202     </sect3>
    203166  </sect2>
    204167
Note: See TracChangeset for help on using the changeset viewer.