[Lunar-commits] <moonbase> ntfs-3g: version bumped to 2009.2.1.
Florin Braescu
florin at lunar-linux.org
Thu Feb 12 13:14:16 CET 2009
commit 2388f84daee78ffcbf6be72773d0f790f4dbecc5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Feb 12 14:14:16 2009 +0200
ntfs-3g: version bumped to 2009.2.1.
The 'recover' and 'norecover' mount options were introduced.
The former option will casue the driver to recover and repair a
corrupted or inconsistent NTFS volume if it's possible.
The default behaviour is 'recover'.
Bugfixes.
---
filesys/ntfs-3g/DETAILS | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS
index f990104..6edb7a8 100644
--- a/filesys/ntfs-3g/DETAILS
+++ b/filesys/ntfs-3g/DETAILS
@@ -1,31 +1,31 @@
MODULE=ntfs-3g
- VERSION=2009.1.1
+ VERSION=2009.2.1
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=http://www.ntfs-3g.org
- SOURCE_VFY=sha1:0ccfb37b0899efb5d40228cf1066ce76cbe2ca55
+ SOURCE_VFY=sha1:0fc17b8455815de2445363c8ee615842eac4c10f
WEB_SITE=http://www.ntfs-3g.org
ENTERED=20070621
- UPDATED=20090123
+ UPDATED=20090212
SHORT="NTFS driver for Linux"
-
+
cat << EOF
-The NTFS-3G driver is an open source, freely available read/write NTFS driver
-for Linux, FreeBSD, OS X, and NetBSD. It provides safe and fast handling of
-the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file
-systems. Most POSIX file system operations are supported, with the exception
-of full file ownership and access right support.
-
+The NTFS-3G driver is an open source, freely available read/write NTFS driver
+for Linux, FreeBSD, OS X, and NetBSD. It provides safe and fast handling of
+the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file
+systems. Most POSIX file system operations are supported, with the exception
+of full file ownership and access right support.
+
Usage:
- If there was no error during installation then the NTFS volume can be mounted
- in read-write mode for everybody as follows. Unmount the volume if it had
- already been mounted, replace /dev/hda1 and /mnt/windows, if needed.
+ If there was no error during installation then the NTFS volume can be mounted
+ in read-write mode for everybody as follows. Unmount the volume if it had
+ already been mounted, replace /dev/hda1 and /mnt/windows, if needed
mount -t ntfs-3g /dev/hda1 /mnt/windows
- You may also need to set the 'locale' option to make all file names with national
- characters visible. Replace the below hu_HU.utf8 with the appropriate setting.
+ You may also need to set the 'locale' option to make all file names with national
+ characters visible. Replace the below hu_HU.utf8 with the appropriate setting
mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8
You can also make NTFS to be mounted during boot by adding the following line to
- the end of the /etc/fstab file:
+ the end of the /etc/fstab file:
/dev/hda1 /mnt/windows ntfs-3g defaults 0 0
EOF
More information about the Lunar-commits
mailing list