Powered by Blogger.

Social Icons

Featured Posts

Read / Write NTFS partition from Linux

Wednesday, August 01, 2007

NTFS-3G driver will allow to read / write to NTFS partitions.
Download source code from http://www.ntfs-3g.org/.

unpack the source package and 'cd' to the directory.
now run these commands.

./configure
make
make install

Use the following statement to mount ntfs partition.

mount -t ntfs-3g /dev/hdxx /mount-point

To know the partition (/dev/hdxx), run the command
fdisk -l
 

Translate

Popular Posts