Hardware Troubleshooting in Linux > Other Devices

USB Hard drive not opening

(1/1)

pradiptart:
Sir.
kindly tell me how to recover data from a seagate goflex 500GB ..
It is not detected by windows xp and I have some data to recover it
sir, I have tried in xp but not able to find any solution .

since it is showing in Linux redhat but still I am not able to open it
it showing Its format is NTFS and can't mount ..

Sir is there any way to read my data from this drive in Linux

kindly tell some suggestion
Thank you
Pradipta kumar rout

thegod_slayer:
it seems that your kernel dosen't support ntfs partition.

so first update your kernel and then try to mount the ntfs partition by either mount or by going to the /etc/fstab file.

try these addresses....

http://www.linuxquestions.org/questi...04/05/4/183392
http://heanet.dl.sourceforge.net/sou....20-8.i686.rpm
http://linux-ntfs.sourceforge.net/rpm/instructions.html

arran:
follow the following steps


In step four of the following tutorial, replace hdx1 with your actual partition found in step two. For example hda1, hdb2, sda1, etc.

1.Open a terminal and type sudo su
2.Type fdisk -l (note which partition contains the NTFS file system)
3.Type mkdir /media/windows (This directory is where we will access the partition)
4.Type mount /dev/hdx1 /media/windows/ -t ntfs -o nls=utf8,umask=0222
5.Type cd /media/windows (Moves us to the windows directory)
6.Type ls to list the files on the NTFS partition

Arran
_____
Chicago cleaning service | Chicago commercial cleaning

AaronSkido:
I have a bad hard drive on my workcentre pro 90. Does anyone know where I can find another one?

Navigation

[0] Message Index

Go to full version