[Lunar-commits] r24926 - in moonbase/trunk/filesys: . ntfs-3g

Florin Braescu florin at lunar-linux.org
Wed Jun 20 21:55:33 CEST 2007


Author: florin
Date: 2007-06-20 21:55:33 +0200 (Wed, 20 Jun 2007)
New Revision: 24926

Added:
   moonbase/trunk/filesys/ntfs-3g/
   moonbase/trunk/filesys/ntfs-3g/DEPENDS
   moonbase/trunk/filesys/ntfs-3g/DETAILS
Log:
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.

Added: moonbase/trunk/filesys/ntfs-3g/DEPENDS
===================================================================
--- moonbase/trunk/filesys/ntfs-3g/DEPENDS	                        (rev 0)
+++ moonbase/trunk/filesys/ntfs-3g/DEPENDS	2007-06-20 19:55:33 UTC (rev 24926)
@@ -0,0 +1 @@
+depends fuse

Added: moonbase/trunk/filesys/ntfs-3g/DETAILS
===================================================================
--- moonbase/trunk/filesys/ntfs-3g/DETAILS	                        (rev 0)
+++ moonbase/trunk/filesys/ntfs-3g/DETAILS	2007-06-20 19:55:33 UTC (rev 24926)
@@ -0,0 +1,31 @@
+          MODULE=ntfs-3g
+         VERSION=1.616
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=http://www.ntfs-3g.org/
+      SOURCE_VFY=sha1:abf89d14aaeb6dbe27630c3ef275fabc02f940b0
+        WEB_SITE=http://www.ntfs-3g.org/
+         ENTERED=20070621
+         UPDATED=20070621
+           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. 
+ 
+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. 
+    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. 
+    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: 
+    /dev/hda1 /mnt/windows ntfs-3g defaults 0 0
+EOF



More information about the Lunar-commits mailing list