NTFS-3G 2009.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NTFS-3G 2009.1.1 (Default branch)
# 1  
Old 01-23-2009
NTFS-3G 2009.1.1 (Default branch)

NTFS-3G is a stable read/write NTFS driver. It isavailable for over 180 Linux distributions and thedefault read/write NTFS driver for most majorones. It has been ported to many other operatingsystems like FreeBSD, NetBSD, Solaris, Haiku, andMac OS X, and to little/big-endian, 32/64-bit, andMMU-less computer architectures.License: GNU General Public License (GPL)Changes:
Built-in, transparent UTF-8 conversion support wasadded. This solves problems with hidden andinaccessible filenames having national characters.Support for getting or setting the file creationtimestamp on Mac OS X was added. A problem wasfixed in which an extended attribute got corruptedif the new attribute size was smaller than theoriginal size. A memory leak when an extendedattribute or alternate data stream couldn't beopened was fixed. An error is reported if afilename cannot be listed while reading adirectory.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
NTFS.UTIL(8)						    BSD System Manager's Manual 					      NTFS.UTIL(8)

NAME
ntfs.util -- NTFS file system utility SYNOPSIS
ntfs.util -k device ntfs.util -m device mountpoint mountflag1 mountflag2 mountflag3 mountflag4 ntfs.util -p device mountflag1 mountflag2 ntfs.util -u device mountpoint DESCRIPTION
The ntfs.util command supports the mounting, probing, and unmounting of NTFS file systems. Options: -k Get the UUID key for the NTFS file system at device. -m Mount the NTFS file system located on device onto mountpoint with the flags mountflag1 mountflag2 mountflag3 mountflag4. -p Probe the device for an NTFS file system using the flags mountflag1 mountflag2. If the probe is successful, i.e. the device contains a valid NTFS file system, its label is printed to the standard output stream. -u Unmount the NTFS file system located at device and mounted on mountpoint. The mountflags referenced above are: o mountflag1: removable or fixed o mountflag2: readonly or writeable o mountflag3: suid or nosuid o mountflag4: dev or nodev SEE ALSO
diskarbitrationd(8) mount_ntfs(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 October 22, 2006 Mac OS X