Hmmm let's do it one more time (could you please give the output you get
from each command if any):
1) unmount the sdh drive (in case of)
# umount /dev/sdh1
Maybe you could rather unmount everything by:
# umount -a
Later you can remount everything using:
# mount -a
2) create a new mount directory
# mkdir /mnt/mymountdir
3) list the drives
# fdisl -l
I get this:
Device Boot Start End Blocks Id System
/dev/sdb1 1 121601 976760001 7 HPFS/NTFS
4) mount your ntfs drive to the directory
# mount -t ntfs-3g /dev/sdb1 /mnt/mymountdir
5) list files
# ls /mnt/mymountdir
Ghis
On 15/12/11 12:45, ting xu wrote:
No, nothing appears.
On Thu, Dec 15, 2011 at 8:42 PM, Ghislain Vaillant
<[email protected] <mailto:[email protected]>> wrote:
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