|
|
|
|
This project is no longer maintained.
Project implements the first full read/write free access to NTFS disk drives. You can mount your Microsoft Windows NT, 200x or XP partition as a transparently accessible volume for your GNU/Linux.
This compatibility was achieved in the Wine way by using the original Microsoft Windows ntfs.sys driver. It emulates the required subsystems of the Microsoft Windows kernel by reusing one of the original ntoskrnl.exe, ReactOS parts, or this project's own reimplementations, on a case by case basis. Project includes the first open source MS-Windows kernel API for Free operating systems. Involvement of the original driver files was chosen to achieve the best and unprecedented filesystem compatibility and safety.
As opposed to other projects this is currently the only software supporting the full read/write access including the possibility to create/delete files, modify directories etc.
Summary | The first free NTFS read/write filesystem for GNU/Linux |
License | GNU General Public License |
State | Dead code, no longer supported. |
GIT of main tree | GIT repository | Download GIT snapshot | GIT shortlog |
GIT of branched ReactOS subdir | GIT repository | Download GIT snapshot | GIT shortlog |
Programming language | i386 asm, C, Perl |
git clone git://git.jankratochvil.net/captive cd captive git clone -b captive git://git.jankratochvil.net/reactos ./autogen.pl make ./src/client/cmdline/captive-cmdline --load-module=/var/lib/captive/ntoskrnl.exe --filesystem=/var/lib/captive/ntfs.sys --disk --blind /dev/hda1
Distribution Type | Downloadable File | ||
---|---|---|---|
Sources (.tar.gz) | captive-1.1.7.tar.gz (2.8MB) | ||
'captive-static' build (never needed for a regular build) |
my staticbuild project link |
EOF