LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   mounting ntfs(xp) drive (https://www.linuxquestions.org/questions/linux-hardware-18/mounting-ntfs-xp-drive-24431/)

elpresidente 06-27-2002 08:00 AM

mounting ntfs(xp) drive
 
i have had a couple drives on xp machines(<--clients') go bad lately and have found that the only way to retrieve the data was through linux as windows would'nt see it even though the bios did. one of them crapped out while copying the data over and now when i try to mount it i get:

[root@Linuxbox brussow]# mount -t ntfs /dev/hdc1 /mnt/ntfs/lloyd
mount: wrong fs type, bad option, bad superblock on /dev/hdc1,
or too many mounted file systems

this may be just that the hard drive is jacked up beyaond repair but i wonder if there is any way to verify that or try to repair the damage.

any suggestions?

neo77777 06-27-2002 08:35 AM

run hdparm on poor thing, see what you get.
hdparm -tT /dev/hdc

elpresidente 06-27-2002 08:45 AM

doesnt look good

[root@Linuxbox root]# hdparm -tL /dev/hdc
-L: missing value (0/1)

/dev/hdc:
Timing buffered disk reads: read() failed: Input/output error

is that the end of story? rma this baby?

fool_inteligent 06-28-2002 01:37 PM

you are missing this thing "/"
moun -t ntfs /dev/hdc1 /mnt/ntfs/lloyd/
so type / at the end

shoot2kill 06-28-2002 02:00 PM

Quote:

Originally posted by fool_inteligent
you are missing this thing "/"
moun -t ntfs /dev/hdc1 /mnt/ntfs/lloyd/
so type / at the end

does it matter?

nuzzy 06-28-2002 02:15 PM

did you create the directory you're trying to mount to first?

elpresidente 06-29-2002 12:00 PM

the "/" after a directory isnt necessary and i did make the directory before trying. the drive just ended up being toast - starting making a real nasty chunking noise. there's no way to retrieve this data- oh well. thanks for the replies though

linuxlastslonge 07-01-2002 09:24 AM

try running fsck on it.


All times are GMT -5. The time now is 10:08 PM.