Hulk Asked: 2010-06-28 22:10:21 +0800 CST2010-06-28 22:10:21 +0800 CST 2010-06-28 22:10:21 +0800 CST Mount NTFS HDD on linux 772 I have an external HDD, Maxtor, with an NTFS partition on it. How can this be mounted on an RHEL5 OS? linux mount ntfs automount 1 Answers Voted DimitrisD 2010-06-28T22:59:41+08:002010-06-28T22:59:41+08:00 assuming you have ntfs-3g installed, you can mount it by using mount /dev/sdX# -t ntfs-3g /media/MOUNTPOINT WHERE: X = letter (depends on your computer) # = number (partition number you want to mount) MOUNTPOINT = folder (where this disk would be mounted)
assuming you have ntfs-3g installed, you can mount it by using
WHERE: