diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index fb9c3887c0..59fc90ffe5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,10 @@ April 17th, 2015 + + [renodr] - Update to ntfs-3g-2015.3.14. Fixes + #6381. + [fernando] - Update to php-5.6.8. Fixes #6414. diff --git a/packages.ent b/packages.ent index 1f5d8bea44..10fe8fd3bb 100644 --- a/packages.ent +++ b/packages.ent @@ -43,7 +43,7 @@ - + diff --git a/postlfs/filesystems/ntfs-3g.xml b/postlfs/filesystems/ntfs-3g.xml index 0007a40d66..1bbc751d3a 100644 --- a/postlfs/filesystems/ntfs-3g.xml +++ b/postlfs/filesystems/ntfs-3g.xml @@ -7,10 +7,10 @@ - + - - + + ]> @@ -33,7 +33,7 @@ The Ntfs-3g 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. @@ -184,17 +184,16 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8 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: /dev/sdc1 /mnt/usb auto user,noauto,umask=0,utf8 0 0 - For a user to be able to mount the usb stick they will need to be able to - write to /mnt/usb, so as the - root - user: + In order for a user to be able to mount the usb stick, they will need + to be able to write to /mnt/usb, + so as the root user: chmod -v 777 /mnt/usb @@ -310,9 +309,9 @@ ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8 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.