Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

XP Won't Boot After SP 3 Installation


  • Please log in to reply

#16
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
Actually, this was somewhat successful. This shows the hard drive as /dev/sda, with nearly all of it as sda1 and then 8mb or so of unallocated space, as previously discussed.

So, I'm curious as to why it shows up here, but not in fdisk (which only shows my data stick, sdb1).

Oh, I'm also curious as to what you suggest next :-)

Thanks again for your continued help.
  • 0

Advertisements


#17
edge2022

edge2022

    Member 2k

  • Member
  • PipPipPipPipPip
  • 2,117 posts
Try the following commands

sudo mount /dev/sda /mnt
sudo mount /dev/sda1 /mnt

There is a space between the "sda" and the "/mnt"
Also with the 2nd command

There might be error messages.
  • 0

#18
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
I should also note that when I click on information for sda1, it has a huge error message.

$MFT has invalid magic.
ntfs_mft_load(): Failed
Failed to load $MFT: Input/Output error
Failed to startup volume: Input/Output error
Failed to mount /dev/sda1: input/output error

It then goes on to preach the warnings of NTFS' inconsistancies, and to run CHKDSK /f twice (which I can't, as far as I know).
  • 0

#19
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
The only error messages were that I had to specify the filesystem type.

Try the following commands

sudo mount /dev/sda /mnt
sudo mount /dev/sda1 /mnt

There is a space between the "sda" and the "/mnt"
Also with the 2nd command

There might be error messages.


  • 0

#20
edge2022

edge2022

    Member 2k

  • Member
  • PipPipPipPipPip
  • 2,117 posts
Ok...
Try

sudo mount /dev/sda /mnt -t ntfs -r
sudo mount /dev/sda1 /mnt -t ntfs -r

I have to log off now, see u tomorrow at around 1:00 PM Pacific Time.

Edited by edge2022, 01 April 2009 - 12:15 AM.

  • 0

#21
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
Gave those a crack and got the following error messages. Thanks for your help, very, very much.

ubuntu@ubuntu:~$ sudo mount /dev/sda /mnt -t ntfs -r
NTFS signature is missing.
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?


ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt -t ntfs -r
$MFT has invalid magic.
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.
  • 0

#22
edge2022

edge2022

    Member 2k

  • Member
  • PipPipPipPipPip
  • 2,117 posts
http://www.sysresccd...-start-guide_EN

Check this guide and download the boot disc. It has tools to help fix the MBR and the MFT on ntfs partitions. I don't know the specifics and I don't have time to research them. Try doing this yourself, I know u can.
  • 0

#23
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
It took me a few days to get back to working on this problem, then a few days of playing with it on and off, but I've had some success using the system restore CD that you mentioned with Photorec. I've been able to mount a flash drive and have Photorec search for files of specific types. It's worked well for pictures, but I've had some difficulty getting .doc files and the like to recover. Something gets recovered, but it doesn't open correctly. It may just be saving all office files as .doc as opposed to .xls and the like. I'll have to play with that.

But it looks like this was at least mostly successful. While I'll take any more advice you can offer, thank you for all your help. It looks like I may walk away with at least a lot of my data.

Brendan
  • 0

#24
anzenketh

anzenketh

    BSOD Warrior/Computer Surgeon

  • Technician
  • 2,854 posts
bmshanley,

I would recommend testing your hard drive. It looks like you may have a hard drive issue.

Run Hard drive diagnostics
  • Turn off your computer
  • Turn it back on.
  • Press F12 until you get a one time boot menu.
  • Select IDE or Hard drive diagnostics.
  • Post back if you get any errors.

  • 0

#25
edge2022

edge2022

    Member 2k

  • Member
  • PipPipPipPipPip
  • 2,117 posts
From the errors that you gave, I think the issue here is a corrupted MFT (Master File Table).

ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt -t ntfs -r
$MFT has invalid magic.
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda1': Input/output error

Run the hd diagnostics that tux suggested. I don't know of any free software that can recover MFT. I know there are some, it's just that I don't know of any.

EDIT: Also run check disk off your Windows CD.
Use the command chkdsk /r

Read this:http://www.pcreview.co.uk/forums/thread-397447.php

Edited by edge2022, 07 April 2009 - 04:40 PM.

  • 0

Advertisements


#26
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
Got the following message:
No diagnostic utility partition found. To run diagnostics, insert your Dell "Drivers and Utilities" CD, then select OK to restart the system and boot off the CD.

I'll have to try the CHKDSK again when I get home. It threw and error, but I can't recall what it was. I'll have to try the tips from PC Review too.

Thanks,
Brendan
  • 0

#27
anzenketh

anzenketh

    BSOD Warrior/Computer Surgeon

  • Technician
  • 2,854 posts
bmshanley

Did it run any diagnostics without a blueish screen before you got that error message?
  • 0

#28
bmshanley

bmshanley

    Member

  • Topic Starter
  • Member
  • PipPip
  • 13 posts
It ran for about 8 minutes before I got any error messages.
  • 0

#29
anzenketh

anzenketh

    BSOD Warrior/Computer Surgeon

  • Technician
  • 2,854 posts

It ran for about 8 minutes before I got any error messages.


What were the error messages?
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP