Others > Miscellaneous

mounting ntfs partion in EL5

(1/1)

samu:
can i mount NTFS part ion in LINUX

Ricky:
Yes .. you can.. try following..


--- Code: ---sudo mkdir /tmp/winxp
sudo mount -t ntfs-3g /dev/sda3 /tmp/winxp

--- End code ---

First line creates directory where we will mount ntfs partition, while /dev/sda3 is your ntfs partition.  You can find out about your partition numbers by :

--- Code: ---fdisk -l /dev/sda
--- End code ---
This will display all current partitions on /dev/sda i.e First SATA HDD

kaushalpatel1982:
You might require fuse-ntfs-3g installed before you do compelete the steps provided by Ricky.

Navigation

[0] Message Index

Go to full version