Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ntfs-3g.xml

    rabf26df rec0f2a5  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "90da343e78877d388eb34cefae6799ae">
    11   <!ENTITY ntfs-3g-size          "1.3 MB">
    12   <!ENTITY ntfs-3g-buildsize     "22 MB">
     10  <!ENTITY ntfs-3g-md5sum        "d97474ae1954f772c6d2fa386a6f462c">
     11  <!ENTITY ntfs-3g-size          "1.2 MB">
     12  <!ENTITY ntfs-3g-buildsize     "20 MB">
    1313  <!ENTITY ntfs-3g-time          "0.2 SBU">
    1414]>
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    4041    </para>
    4142
    42     &lfs110a_checked;
     43    &lfs10_checked;
    4344
    4445    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108109    <title>Installation of Ntfs-3g</title>
    109110
    110 <!--
    111     <para>
    112       First, adapt <application>Ntfs-3g</application> to the merged-/usr
    113       changes:
    114     </para>
    115 
    116 <screen><userinput remap="pre">sed -i 's|/sbin|$(rootsbindir)|' {ntfsprogs,src}/Makefile.in</userinput></screen>
    117 -->
    118 
    119111    <para>
    120112      Install <application>Ntfs-3g</application> by running the following
     
    137129
    138130<screen role="root"><userinput>make install &amp;&amp;
    139 ln -sv ../bin/ntfs-3g /usr/sbin/mount.ntfs &amp;&amp;
     131ln -sv ../bin/ntfs-3g /sbin/mount.ntfs &amp;&amp;
    140132ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
    141133
     
    147139    </para>
    148140
    149 <screen role="root"><userinput>chmod -v 4755 /usr/bin/ntfs-3g</userinput></screen>
     141<screen role="root"><userinput>chmod -v 4755 /bin/ntfs-3g</userinput></screen>
    150142
    151143  </sect2>
     
    177169
    178170    <para>
    179       <command>ln -sv ../bin/ntfs-3g /usr/sbin/mount.ntfs</command>: Creating
     171      <command>ln -sv ../bin/ntfs-3g /sbin/mount.ntfs</command>: Creating
    180172      /sbin/mount.ntfs makes <command>mount</command> default to using Ntfs-3g
    181173      to mount NTFS partitions.
     
    183175
    184176    <para>
    185       <command>chmod -v 4755 /usr/bin/ntfs-3g</command>: Making mount.ntfs setuid
     177      <command>chmod -v 4755 /bin/ntfs-3g</command>: Making mount.ntfs setuid
    186178      root allows non root users to mount NTFS partitions.
    187179    </para>
     
    229221          lowntfs-3g, mkfs.ntfs, mkntfs, mount.lowntfs-3g,
    230222          mount.ntfs, mount.ntfs-3g, ntfs-3g, ntfs-3g.probe,
    231           ntfscat, ntfsclone, ntfscluster, ntfscmp, ntfscp, ntfsfix,
     223          ntfs-3g.secaudit, ntfs-3g.usermap, ntfscat,
     224          ntfsclone, ntfscluster, ntfscmp, ntfscp, ntfsfix,
    232225          ntfsinfo, ntfslabel, ntfsls, ntfsresize and
    233226          ntfsundelete
     
    252245        <listitem>
    253246          <para>
    254             is similar to ntfs-3g but uses the Fuse low-level interface
     247            is similar to ntfs-3g but uses the Fuse low-level interface.
    255248          </para>
    256249          <indexterm zone="ntfs-3g lowntfs-3g">
     
    264257        <listitem>
    265258          <para>
    266             is a symlink to mkntfs
     259            is a symlink to mkntfs.
    267260          </para>
    268261          <indexterm zone="ntfs-3g mkfs.ntfs">
     
    276269        <listitem>
    277270          <para>
    278             creates an NTFS file system
     271            creates an NTFS file system.
    279272          </para>
    280273          <indexterm zone="ntfs-3g mkntfs">
     
    288281        <listitem>
    289282          <para>
    290             is a symlink to lowntfs-3g
     283            is a symlink to lowntfs-3g.
    291284          </para>
    292285          <indexterm zone="ntfs-3g mount.lowntfs-3g">
     
    300293        <listitem>
    301294          <para>
    302             mounts an NTFS filesystem
     295            mounts an NTFS filesystem.
    303296          </para>
    304297          <indexterm zone="ntfs-3g mount.ntfs">
     
    312305        <listitem>
    313306          <para>
    314             is a symbolic link to ntfs-3g
     307            is a symbolic link to ntfs-3g.
    315308          </para>
    316309          <indexterm zone="ntfs-3g mount.ntfs-3g">
     
    329322            files. It can also handle special files like symbolic links, devices, and
    330323            FIFOs; moreover it provides standard management of file ownership
    331             and permissions, including POSIX ACLs
     324            and permissions, including POSIX ACLs.
    332325          </para>
    333326          <indexterm zone="ntfs-3g ntfs-3g-prog">
     
    343336            tests if an NTFS volume is mountable read only or read-write, and
    344337            exits with a status value accordingly. The volume can be a block
    345             device or image file
     338            device or image file.
    346339          </para>
    347340          <indexterm zone="ntfs-3g ntfs-3g.probe">
     
    351344      </varlistentry>
    352345
    353 <!-- Not present in 2021.8.22
    354346      <varlistentry id="ntfs-3g.secaudit">
    355347        <term><command>ntfs-3g.secaudit</command></term>
    356348        <listitem>
    357349          <para>
    358             audits NTFS Security Data
     350            audits NTFS Security Data.
    359351          </para>
    360352          <indexterm zone="ntfs-3g ntfs-3g.secaudit">
     
    370362            creates the file defining the mapping of Windows accounts to Linux
    371363            logins for users who owns files which should be visible from both
    372             Windows and Linux
     364            Windows and Linux.
    373365          </para>
    374366          <indexterm zone="ntfs-3g ntfs-3g.usermap">
     
    377369        </listitem>
    378370      </varlistentry>
    379 -->
    380371
    381372      <varlistentry id="ntfscluster">
     
    395386        <listitem>
    396387          <para>
    397             copies a file to an NTFS volume
     388            copies a file to an NTFS volume.
    398389          </para>
    399390          <indexterm zone="ntfs-3g ntfscp">
     
    407398        <listitem>
    408399          <para>
    409             fixes common errors and forces Windows to check an NTFS partition
     400            fixes common errors and forces Windows to check an NTFS partition.
    410401          </para>
    411402          <indexterm zone="ntfs-3g ntfsfix">
     
    419410        <listitem>
    420411          <para>
    421             lists directory contents on an NTFS filesystem
     412            lists directory contents on an NTFS filesystem.
    422413          </para>
    423414          <indexterm zone="ntfs-3g ntfsls">
     
    431422        <listitem>
    432423          <para>
    433             prints NTFS files and streams on the standard output
     424            prints NTFS files and streams on the standard output.
    434425          </para>
    435426          <indexterm zone="ntfs-3g ntfscat">
     
    443434        <listitem>
    444435          <para>
    445             clones an NTFS filesystem
     436            clones an NTFS filesystem.
    446437          </para>
    447438          <indexterm zone="ntfs-3g ntfsclone">
     
    455446        <listitem>
    456447          <para>
    457             compares two NTFS filesystems and shows the differences
     448            compares two NTFS filesystems and tells the differences.
    458449          </para>
    459450          <indexterm zone="ntfs-3g ntfscmp">
     
    467458        <listitem>
    468459          <para>
    469             dumps a file's attributes
     460            dumps a file's attributes.
    470461          </para>
    471462          <indexterm zone="ntfs-3g ntfsinfo">
     
    479470        <listitem>
    480471          <para>
    481             displays or changes the label on an ntfs file system
     472            displays or changes the label on an ntfs file system.
    482473          </para>
    483474          <indexterm zone="ntfs-3g ntfslabel">
     
    491482        <listitem>
    492483          <para>
    493             resizes an NTFS filesystem without data loss
     484            resizes an NTFS filesystem without data loss.
    494485          </para>
    495486          <indexterm zone="ntfs-3g ntfsresize">
     
    503494        <listitem>
    504495          <para>
    505             recovers a deleted file from an NTFS volume
     496            recovers a deleted file from an NTFS volume.
    506497          </para>
    507498          <indexterm zone="ntfs-3g ntfsundelete">
     
    515506        <listitem>
    516507          <para>
    517             contains the Ntfs-3g API functions
     508            contains the Ntfs-3g API functions.
    518509          </para>
    519510          <indexterm zone="ntfs-3g libntfs-3g">
     
    524515    </variablelist>
    525516  </sect2>
    526 
    527517</sect1>
Note: See TracChangeset for help on using the changeset viewer.