What about:
mkdir /mnt/mounted_disk
mount -t ntfs-3g /dev/sdh /mnt/mounted_disk
This is the basic mounting command for ntfs partitions, more infos on
mounting options here:
http://opensuse.swerdna.org/susentfs.html
Ghis
On 15/12/11 02:19, ting xu wrote:
Hi,
I want to mount a NTFS hard disk. I have installed the ntfs-3g, but
there is a "Segmentation fault" information come out. I don't know how
to fix it. I am a freshman of Linux. Would anyone tell me how to mount
this NTFS hard disk? Much appreciate!
/
/
/#rpm -qa ntfs*
ntfs-3g-2011.4.12-5.el6.x86_64
#fdisk -l |grep NTFS/
/Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2 doesn't contain a valid partition table
Disk /dev/dm-3 doesn't contain a valid partition table
Disk /dev/dm-4 doesn't contain a valid partition table
Disk /dev/dm-5 doesn't contain a valid partition table
/dev/sdh1 1 60801 488384001 7 HPFS/NTFS/
/#ntfs-3g /dev/sdh1 /mnt/
/Segmentation fault/
Linda