update to 0.20070207-PREVIEW

This commit is contained in:
szaka 2007-02-06 19:25:55 +00:00
parent f5d8f91c4f
commit b4c03d47f4
2 changed files with 8 additions and 6 deletions

12
README
View File

@ -4,9 +4,9 @@ INTRODUCTION
The ntfs-3g driver is an open source, freely available read/write NTFS The ntfs-3g driver is an open source, freely available read/write NTFS
driver, which provides safe and fast handling of the Windows XP, Windows driver, which provides safe and fast handling of the Windows XP, Windows
Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem Server 2003, Windows 2000 and Windows Vista filesystems. Almost the full
functionality is supported, the major exceptions are changing the file POSIX filesystem functionality is supported, the major exceptions are
ownerships and the access rights. changing the file ownerships and the access rights.
The purpose of the project is to develop, continuously quality test and The purpose of the project is to develop, continuously quality test and
support a trustable, featureful and high performance solution for hardware support a trustable, featureful and high performance solution for hardware
@ -15,7 +15,7 @@ with NTFS. Besides this practical goal, the project also aims to explore
the limits of the hybrid, kernel/user space filesystem driver approach, the limits of the hybrid, kernel/user space filesystem driver approach,
performance, reliability and feature richness per invested effort wise. performance, reliability and feature richness per invested effort wise.
The driver currently is in BETA status, which means that we weren't The driver currently is in PREVIEW status, which means that we weren't
reported and haven't found any data corruption or loss during ordinary reported and haven't found any data corruption or loss during ordinary
driver use and in our extensive quality testing before release of the driver use and in our extensive quality testing before release of the
latest version of ntfs-3g, however we are aware of some usability issues latest version of ntfs-3g, however we are aware of some usability issues
@ -47,12 +47,14 @@ If there was no error during installation then the NTFS volume can be
read-write mounted for everybody the following way (unmount the volume if read-write mounted for everybody the following way (unmount the volume if
it was already mounted, and replace /dev/hda1 and /mnt/windows, if needed): it was already mounted, and replace /dev/hda1 and /mnt/windows, if needed):
mount -t ntfs-3g /dev/hda1 /mnt/windows
or
ntfs-3g /dev/hda1 /mnt/windows ntfs-3g /dev/hda1 /mnt/windows
You may also need to set the 'locale' option to make all files with national You may also need to set the 'locale' option to make all files with national
characters visible. Replace the below hu_HU.utf8 with the appropriate setting. characters visible. Replace the below hu_HU.utf8 with the appropriate setting.
ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8 mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8
Please see the ntfs-3g manual page for more options and examples. Please see the ntfs-3g manual page for more options and examples.

View File

@ -23,7 +23,7 @@
# #
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT([ntfs-3g],[0.20070118-BETA],[ntfs-3g-devel@lists.sf.net]) AC_INIT([ntfs-3g],[0.20070207-PREVIEW],[ntfs-3g-devel@lists.sf.net])
AC_CANONICAL_HOST([]) AC_CANONICAL_HOST([])
AC_CANONICAL_TARGET([]) AC_CANONICAL_TARGET([])