[Linux] Accessing NTFS in write mode

Last update on May 4, 2009 02:27 PM by jak58
Published by deri58

[Linux] Accessing NTFS in write mode







The various versions of Linux come with different NTFS drivers.
Some can write in NTFS, while others canโ€™t (even when they appear RW!)


If your NTFS driver does not support write NTFS (eg Knoppix <5.1)

You can then use Captive-NTFS.

Captive-NTFS


Principle


It is possible to have a real write access using Captive-NTFS.
Link: http://www.jankratochvil.net/project/captive/
This module emulates part of the Windows kernel to run the NTFS file system in Linux.

Implementation


Here's how (eg Knoppix 3.4):

(These operations are performed as root).
  • Get the file ntfs.sys and ntoskrnl.exe fromWindows XP



(Do not take those for Windows 2000: It is imperative to those of Windows XP, even to access NTFS partitions of Windows 2000.)
  • Copy these two files in / tmp
  • In the command line:

captive-install-acquire --text --scan-path=/tmp

captive-install-fstab --add



Make a " cat /etc/fstab " to ensure that captive is displayed.
  • To mount your partition, for example (any one):

mount /mnt/hda5 
mount -t captive-ntfs /dev/hda5 /mnt/hda5


Try creating a directory, it should be ok

Disclaimer


Beware, the driver does not sync very often.
(Type sync in command line if you want to force writing)

Note


It's a slow procedure (about 90 kb / second on a Pentium III 500 MHz).
This is due to the Windows emulation layer.
If your driver supports NTFS writing NTFS (eg Knoppix 5.1.1)

You can use NTFS-3G.

NTFS-3G : http://www.ntfs-3g.org/

The NTFS-3G module is capable of direct access to NTFS partitions (write access).
On Debian distributions (Ubuntu, etc..) Is the package ntfs-3g

Under Knoppix, right-click on your hard> "Change the way of reading / writing" you can write directly on the disc.

You can also use the command: mount -o remount,rw /mnt/hda1 to set your disk to read-write mode .

Remember to shutdown your system to make sure everything is written to disk.
Best answers for « Accessing NTFS in write mode » in :
Download NTFS for Mac OS X Show Total read and write access to NTFS volumes. NTFS for Mac ยฎ BONE X supplies a total access (reading or writing, formatting) towards NTFS partitions. Compatible with all NTFS versions. All the NTFS versions supported - from Windows NT 3.1 to...
How to access your BIOS set up ShowHow to access your BIOS set up Depending on your computer model, the way you will access your BIOS set up menu will differ. Here is a list of the most common models used and the access key used for this process. ACER You can make use...
Access the hidden Administrator Account in Windows Vista ShowAccess the hidden Administrator Account in Windows Vista Why has the Administrator account been disabled in Vista? How to activate the Administrator Account Solution 1: Through User Account Control Solution 2: With Command Prompt Solution...
[Vista] Take control over a file whose access is denied Show[Vista] Take control over a file whose access is denied Most Vista users have encounter the following type of message: "Access denied" when trying to edit some files or folder. To solve this problem: Right click the folder...
Download MathMatic Junior Edition ShowMathMatic junior Edition has been designed. The software allows the children to learn the multiplication tables from 1 to 12 and it is only developed for that purpose. The user can choose between two modes: Mental mode and written mode. For the...
Download NTFS for Mac OS X ShowNTFS NTFS for Mac ยฎ OS X supplies a full access (reading or writing, formatting) towards NTFS partitions. Compatible with all the versions of NTFS. All the NTFS versions are supported โ€“ from Windows NT 3.1 to Windows Vista (NTFS 1.2, 3.0 and...
Download NTFS Reader ShowIt is now possible to have access to NTFS readers from MS DOS. NTFS Reader DOS Disk Boot allows the reading of NTFS readers from MS DOS. It supports long file names as well as well as compressed or fragmented files. NTFS Reader DOS Disk Boot...
WiFi modes of operation (802.11 or Wi-Fi) ShowThere are several kinds of hardware that may be used to implement a WiFi wireless network: Wireless adapters or network interface controllers (NICs for short) are network cards with the 802.11 standard which let a machine connect to a wireless...
Random access memory (RAM or PC memory) ShowTypes of random access memory There are generally two broad categories of random access memory: DRAM memories (Dynamic Random Access Module), which are inexpensive. They are used essentially for the computer's main memory SRAM memories (Static...
Creating a WiFi network in infrastructure mode ShowPresentation of the WiFi infrastructure network The set-up of a Wi-Fi network in infrastructure mode is very similar to that of a computer-to-computer Wi-Fi network except for the following differences: A Wi-Fi network in infrastructure mode...