Changeset 51c76b17 for postlfs


Ignore:
Timestamp:
04/17/2015 10:00:48 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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
Children:
f78981d
Parents:
ddb99d7
Message:

Update ntfs-3g to 2015.3.14

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

File:
1 edited

Legend:

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

    rddb99d7 r51c76b17  
    88           "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
    99  <!ENTITY ntfs-3g-download-ftp  " ">
    10   <!ENTITY ntfs-3g-md5sum        "f11d563816249d730a00498983485f3a">
     10  <!ENTITY ntfs-3g-md5sum        "8cd57768310e3b2be39b3191d808e241">
    1111  <!ENTITY ntfs-3g-size          "1.1 MB">
    12   <!ENTITY ntfs-3g-buildsize     "24 MB">
    13   <!ENTITY ntfs-3g-time          "0.4 SBU">
     12  <!ENTITY ntfs-3g-buildsize     "19 MB">
     13  <!ENTITY ntfs-3g-time          "0.5 SBU">
    1414]>
    1515
     
    3434      The <application>Ntfs-3g</application> package contains a stable,
    3535      read-write open source driver for NTFS partitions. NTFS partitions are
    36       used by newer Microsoft operating systems. Ntfs-3g enables you to mount
     36      used by most Microsoft operating systems. Ntfs-3g allows you to mount
    3737      NTFS partitions in read-write mode from your Linux system. It uses the
    3838      FUSE kernel module to be able to implement NTFS support in user space.
     
    185185    <para>
    186186      To allow users to mount a usb stick with an NTFS filesystem on it, put a
    187       line similar this (change sdc1 to whatever a usb stick would be on your
     187      line similar to this (change sdc1 to whatever a usb stick would be on your
    188188      system) in /etc/fstab:
    189189    </para>
     
    192192
    193193    <para>
    194       For a user to be able to mount the usb stick they will need to be able to
    195       write to <filename class="directory">/mnt/usb</filename>, so as the
    196       <systemitem class="username">root</systemitem>
    197       user:
     194      In order for a user to be able to mount the usb stick, they will need
     195      to be able to write to <filename class="directory">/mnt/usb</filename>,
     196      so as the <systemitem class="username">root</systemitem> user:
    198197    </para>
    199198
     
    311310          <para>
    312311            is an NTFS driver, which can create, remove, rename, move
    313             files, directories, hard links, and streams; it can read and write
     312            files, directories, hard links, and streams. It can also read and write
    314313            files, including streams, sparse files and transparently compressed
    315             files; it can handle special files like symbolic links, devices, and
     314            files. It can also handle special files like symbolic links, devices, and
    316315            FIFOs; moreover it provides standard management of file ownership
    317316            and permissions, including POSIX ACLs.
Note: See TracChangeset for help on using the changeset viewer.