So nothing appears if you "ls /mnt/mounted_disk" ?
On 15/12/11 11:59, ting xu wrote:
Ghis,
Thank you for your reply. I tried, nothing echo, but when I check with
"df -Th", the disk has not been mounted:(
Do you have any other suggestion?
Best!
Linda
On Thu, Dec 15, 2011 at 6:57 PM, Ghislain Vaillant
<[email protected] <mailto:[email protected]>> wrote:
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