Audio (112) Datatype (15) Demo (64) Development (259) Document (69) Driver (20) Emulation (67) Game (562) Graphics (232) Library (23) Network (65) Office (22) Utility (289) Video (19)
Total files: 1818
Full index file Recent index file
Part of Aros World Exec |
NTFS-3G | | Description: | Port of Tuxera's NTFS-3G file system | | Download: | ntfs3g.x86_64-aros-v11.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | | Size: | 216kb | | Version: | 53.5 | | Date: | 04 Mar 26 | | Author: | Fredrik Wikstrom | | Submitter: | Amiwell79 | | Email: | amiwell/virgilio it | | Requirements: | Aros X86_64 Abiv11 | | Category: | driver/filesystem | | License: | GPL | | Distribute: | yes | | FileID: | 3221 | | | | | Comments: | 0 | | Snapshots: | 0 | | Videos: | 0 | | Downloads: | 2 (Current version) | | 2 (Accumulated) | | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux, Android,
Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating
systems. It provides safe handling of the Windows XP, Windows Server 2003,
Windows 2000, Windows Vista, Windows Server 2008, Windows 7 and Windows 8 NTFS
file systems.
This is a port of NTFS-3G for the AROS operating system. For the original
source code and pre-compiled binaries for the other operating systems
mentioned above you should go to:
https://www.tuxera.com/community/open-source-ntfs-3g/
Requirements:
- filesysbox.library
Installation:
Copy L/ntfs3g-handler L:
Usage:
When creating a DOSDriver or Mountlist entry for an NTFS partition make sure
that the FileSystem and Handler are set as follows:
FileSystem = L:ntfs3g-handler
DosType = 0x4e544653
Also to make a read-only mount you can set:
Control = ro
Source code:
The source code for current and older versions is available under GPL license
on github:
https://github.com/salass00/ntfs-3g
Changes:
For a list of changes in this and earlier versions see the releasenotes file.
|