Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News NTFS-3G 1.2310 (Default branch) Post 302174672 by Linux Bot on Tuesday 11th of March 2008 06:50:03 PM
Old 03-11-2008
NTFS-3G 1.2310 (Default branch)

NTFS-3G is a stable read/write NTFS driver. It isavailable for over 130 Linux distributions, including most major ones. Moreover, it has been ported to other operating systems like FreeBSD, NetBSD, OpenSolaris, Haiku, and Mac OS X, and to big-endian and 64-bit computer architectures.License: GNU General Public License (GPL)Changes:
This release fixes 'dev' and 'suid' mount option handling, failing unprivileged mounts, minor inconsistencies reported by Windows CHKDSK, and a driver crash when one tried to open a non-existent file that had a name at least twice as long as the one allowed by the NTFS specification. rmdir(2) returns the more common ENOTEMPTY instead of EEXIST, which solves the Nautilus recursive directory removal errors, and uses the 'dev' and 'suid' mount options as the default for root mounts, similar to other file systems.Image

More...
 
MOUNT_NTFS(8)						    BSD System Manager's Manual 					     MOUNT_NTFS(8)

NAME
mount_ntfs -- mount an NTFS file system SYNOPSIS
mount_ntfs [-s] [-o options] special node DESCRIPTION
The mount_ntfs command attaches the NTFS file system residing on the device special to the global file system namespace at the location indi- cated by node. This command is normally executed by mount(8) at boot time, but can be used by any user to mount an NTFS file system on any directory that they own (provided, of course, that they have appropriate access to the device that contains the file system). The options are as follows: -s Mount the volume using case sensitive semantics. This means that you can create files that have names that only differ in case such as for example "foo" and "Foo". Without this option the volume is mounted using case insensitive semantics in which case if you cre- ate a file with name "foo" you then cannot create a file named "Foo" or rather if you do create a file named "Foo" it would overwrite the existing file "foo". -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. SEE ALSO
mount(2), unmount(2), fstab(5), mount(8) HISTORY
This NTFS implementation first appeared in Mac OS X 10.5. AUTHORS
This NTFS implementation was written by Anton Altaparmakov <aia21@cantab.net>. Mac OS X September 12, 2008 Mac OS X
All times are GMT -4. The time now is 07:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy