Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Problem with drive and error message I don't understand...

February 2nd, 2010, 17:55

I've taken my wifes hard drive from her computer, which was running windows xp, and hooked it up to mine via usb external case. I'm running linux hardy heron.

The problem in her computer was that it would start to boot then restart before it finished... seemed like it was looped.

Anyway now when I try to access the boot partition via my hardy heron laptop I get a long error message that I'm going to partially paraphrase... I'll get more specific if someone needs me to...

CANNOT MOUNT VOLUME
unable to mount the volume 'volume name'.

details

$logfile indicates unclean shutdown (0,0) failed to mount /dev/sdb2': operation not supported mount is denied because NTFS is marked to be in use.


Choose 1 action: choice 1... if you have windows..

I DONT SO I WONT BOTHER TYPING THIS PART"

Choice 2: If you don't have windows then you can use the 'force' option for your own responsibility. For example type on the command line: mount -t ntfs-3g/dev/sdb2/media/(volume name) -o force

I tried this putting this in the terminal and it didn't seem to help.


Or add the option to the relevant row in the /etc/fstab file: /dev/sdb2/media/ (volume name) ntfs -3g force 0 0

Can anyone help?

What is the relevant row and how do I get to the /etc/fstab file?

Thanks

Re: Problem with drive and error message I don't understand...

February 2nd, 2010, 18:25

fstab probably won't help... you could plug it back into a windows PC and google "clean dirty partition XP"
Post a reply