mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
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:
parent
ddb99d74a0
commit
51c76b1732
@ -46,6 +46,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>April 17th, 2015</para>
|
<para>April 17th, 2015</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[renodr] - Update to ntfs-3g-2015.3.14. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;6381">#6381</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[fernando] - Update to php-5.6.8. Fixes
|
<para>[fernando] - Update to php-5.6.8. Fixes
|
||||||
<ulink url="&blfs-ticket-root;6414">#6414</ulink>.</para>
|
<ulink url="&blfs-ticket-root;6414">#6414</ulink>.</para>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<!ENTITY jfsutils-version "1.1.15">
|
<!ENTITY jfsutils-version "1.1.15">
|
||||||
<!ENTITY lvm2-version "2.02.118">
|
<!ENTITY lvm2-version "2.02.118">
|
||||||
<!ENTITY mdadm-version "3.3.2">
|
<!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 gptfdisk-version "1.0.0">
|
||||||
<!ENTITY parted-version "3.2">
|
<!ENTITY parted-version "3.2">
|
||||||
<!ENTITY reiser-version "3.6.24">
|
<!ENTITY reiser-version "3.6.24">
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
<!ENTITY ntfs-3g-download-http
|
<!ENTITY ntfs-3g-download-http
|
||||||
"https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
|
"https://tuxera.com/opensource/ntfs-3g_ntfsprogs-&ntfs-3g-version;.tgz">
|
||||||
<!ENTITY ntfs-3g-download-ftp " ">
|
<!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-size "1.1 MB">
|
||||||
<!ENTITY ntfs-3g-buildsize "24 MB">
|
<!ENTITY ntfs-3g-buildsize "19 MB">
|
||||||
<!ENTITY ntfs-3g-time "0.4 SBU">
|
<!ENTITY ntfs-3g-time "0.5 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="ntfs-3g" xreflabel="ntfs-3g-&ntfs-3g-version;">
|
<sect1 id="ntfs-3g" xreflabel="ntfs-3g-&ntfs-3g-version;">
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<para>
|
<para>
|
||||||
The <application>Ntfs-3g</application> package contains a stable,
|
The <application>Ntfs-3g</application> package contains a stable,
|
||||||
read-write open source driver for NTFS partitions. NTFS partitions are
|
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
|
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.
|
FUSE kernel module to be able to implement NTFS support in user space.
|
||||||
</para>
|
</para>
|
||||||
@ -184,17 +184,16 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
To allow users to mount a usb stick with an NTFS filesystem on it, put a
|
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:
|
system) in /etc/fstab:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen>/dev/sdc1 /mnt/usb auto user,noauto,umask=0,utf8 0 0</screen>
|
<screen>/dev/sdc1 /mnt/usb auto user,noauto,umask=0,utf8 0 0</screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
For a user to be able to mount the usb stick they will need to be able to
|
In order for a user to be able to mount the usb stick, they will need
|
||||||
write to <filename class="directory">/mnt/usb</filename>, so as the
|
to be able to write to <filename class="directory">/mnt/usb</filename>,
|
||||||
<systemitem class="username">root</systemitem>
|
so as the <systemitem class="username">root</systemitem> user:
|
||||||
user:
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>chmod -v 777 /mnt/usb</userinput></screen>
|
<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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
is an NTFS driver, which can create, remove, rename, move
|
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, 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
|
FIFOs; moreover it provides standard management of file ownership
|
||||||
and permissions, including POSIX ACLs.
|
and permissions, including POSIX ACLs.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user