NTFS-3G 1.2812SR.1 (Ownership and Permissions Support branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NTFS-3G 1.2812SR.1 (Ownership and Permissions Support branch)
# 1  
Old 09-02-2008
NTFS-3G 1.2812SR.1 (Ownership and Permissions Support branch)

NTFS-3G is a stable read/write NTFS driver. It is available for over 170 Linux distributions and the default read/write NTFS driver for most major ones. It has been ported to many other operating systems like FreeBSD, NetBSD, Solaris, Haiku, and Mac OS X, and to big-endian, 64-bit, and MMU-less computer architectures. License: GNU General Public License (GPL) Changes:
This release fixes a memory leak condition when reading the user mapping file. Entries were added in the security API to process user mappings and Win32 attributes. This release has been updated to ntfs-3g-1.2812. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to echo "File permissions or ownership changed from required " when accidentally changed.

Hi All, I have to work in the late nights some times for server maintenance and in a hurry to complete I am accidentally changing ownership or permission of directories :( which have similar names ( /var in root and var of some other directory ).:confused: Can some one suggest me with the... (1 Reply)
Discussion started by: shiek.kaleem
1 Replies

2. UNIX for Dummies Questions & Answers

Setting default directory file permissions and ownership help

I'm trying to setup a directory structure for my staff which enables them full access to files in the directories with their name, and have access to anything in the shared directory. The directory structure looks like this: root@www10 # ls -l total 56 drwxr-xr-x 7 internal internal 4096... (3 Replies)
Discussion started by: v_greg
3 Replies

3. OS X (Apple)

disc ownership permissions

Hi all, I am running OSX 10.4.11 on a G4 Sawtooth with 3 internal hard drives. Recently while setting up new user accounts for family members, I foolishly assigned 'No Access' to 2 drives other than the boot drive. Naturally, they now don't appear on the desktop. I tried to fix... (1 Reply)
Discussion started by: les51
1 Replies

4. UNIX for Dummies Questions & Answers

Ntfs support

hello, I want to acces my other drives(NTFS) on my fedora 6......I had recomplied my kernel to 2.6.23....previously it was 2.6.18.... Also I had loaded driver for ntfs ie.......installed successfully ....fuse + ntfs-3g..... Now I am able to accces my other ntfs drives....... but what i need is... (11 Replies)
Discussion started by: arunchaudhary19
11 Replies

5. Gentoo

Red Hat 9 - NTFS Support

Does any one know if RedHat 9 comes with ntfs support by default? And, if by chance its not included by default, does any one here know where I can get that support added? (10 Replies)
Discussion started by: AndroidI6
10 Replies
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