Update ntfs-3g to 2015.3.14

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15849 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2015-04-17 22:00:48 +00:00
parent ddb99d74a0
commit 51c76b1732
3 changed files with 15 additions and 12 deletions

View File

@ -46,6 +46,10 @@
<listitem>
<para>April 17th, 2015</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to ntfs-3g-2015.3.14. Fixes
<ulink url="&blfs-ticket-root;6381">#6381</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to php-5.6.8. Fixes
<ulink url="&blfs-ticket-root;6414">#6414</ulink>.</para>

View File

@ -43,7 +43,7 @@
<!ENTITY jfsutils-version "1.1.15">
<!ENTITY lvm2-version "2.02.118">
<!ENTITY mdadm-version "3.3.2">
<!ENTITY ntfs-3g-version "2014.2.15">
<!ENTITY ntfs-3g-version "2015.3.14">
<!ENTITY gptfdisk-version "1.0.0">
<!ENTITY parted-version "3.2">
<!ENTITY reiser-version "3.6.24">

View File

@ -7,10 +7,10 @@
<!ENTITY ntfs-3g-download-http
"https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
<!ENTITY ntfs-3g-download-ftp " ">
<!ENTITY ntfs-3g-md5sum "f11d563816249d730a00498983485f3a">
<!ENTITY ntfs-3g-md5sum "8cd57768310e3b2be39b3191d808e241">
<!ENTITY ntfs-3g-size "1.1 MB">
<!ENTITY ntfs-3g-buildsize "24 MB">
<!ENTITY ntfs-3g-time "0.4 SBU">
<!ENTITY ntfs-3g-buildsize "19 MB">
<!ENTITY ntfs-3g-time "0.5 SBU">
]>
<sect1 id="ntfs-3g" xreflabel="ntfs-3g-&ntfs-3g-version;">
@ -33,7 +33,7 @@
<para>
The <application>Ntfs-3g</application> package contains a stable,
read-write open source driver for NTFS partitions. NTFS partitions are
used by newer Microsoft operating systems. Ntfs-3g enables you to mount
used by most Microsoft operating systems. Ntfs-3g allows you to mount
NTFS partitions in read-write mode from your Linux system. It uses the
FUSE kernel module to be able to implement NTFS support in user space.
</para>
@ -184,17 +184,16 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
<para>
To allow users to mount a usb stick with an NTFS filesystem on it, put a
line similar this (change sdc1 to whatever a usb stick would be on your
line similar to this (change sdc1 to whatever a usb stick would be on your
system) in /etc/fstab:
</para>
<screen>/dev/sdc1 /mnt/usb auto user,noauto,umask=0,utf8 0 0</screen>
<para>
For a user to be able to mount the usb stick they will need to be able to
write to <filename class="directory">/mnt/usb</filename>, so as the
<systemitem class="username">root</systemitem>
user:
In order for a user to be able to mount the usb stick, they will need
to be able to write to <filename class="directory">/mnt/usb</filename>,
so as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>chmod -v 777 /mnt/usb</userinput></screen>
@ -310,9 +309,9 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
<listitem>
<para>
is an NTFS driver, which can create, remove, rename, move
files, directories, hard links, and streams; it can read and write
files, directories, hard links, and streams. It can also read and write
files, including streams, sparse files and transparently compressed
files; it can handle special files like symbolic links, devices, and
files. It can also handle special files like symbolic links, devices, and
FIFOs; moreover it provides standard management of file ownership
and permissions, including POSIX ACLs.
</para>