Ghis, here is what I got:
#umount /dev/sdh1
umount: /dev/sdh1: not mounted
# umount -a
umount: /home: device is busy.
(In some cases useful info about processes that use the device
is found by lsof(8) or fuser(1))
umount: /dev/shm: device is busy.
(In some cases useful info about processes that use the device
is found by lsof(8) or fuser(1))
umount: /: device is busy.
(In some cases useful info about processes that use the device
is found by lsof(8) or fuser(1))
#mount -a
#make /mnt/backup
#fdisk -l
[Here I omitted some information about Disk /dev/mapper/xxxx, etc. ]
Disk /dev/sdh: 2000.4 GB, 2000398933504 bytes
1heads, 63 sectors/track, 62016335 cylinders
Units = cylinders of 63 * 512 = 32256 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa4b57300
Device Boot Start End
Blocks Id System
/dev/sdh1 2 62016256 1953512032+
7 HPFS/NTFS
#mount -t ntfs-3g /dev/sdh1 /mnt/backup
#ls /mnt/backup
nothing appears...
If I use "ntfs-3g /dev/sdh1 /mnt/backup", still echo "Segmentation fault".
Linda
On Thu, Dec 15, 2011 at 9:16 PM, Ghislain Vaillant <
[email protected]> wrote:
> **
> 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]> 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]> 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
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>
>
>