Question:
Problem:
I cannot log into windows XP. I get taken to the log in screen (which did not previously happen as I am the only account/admin). When i click my user to log in I get immediately logged out and it says 'saving settings'. I have tried going through safe mode but the same thing happens to the admin account when I try to log in!.
I have decided to reformat the computer and reinstall windows XP. I want to be able to view My Computer so i can copy and paste my files onto my Ipod then onto the laptop.
How can I get access to my files? I cannot even get into Task Manager without logging in first.
I understand that it is possible to take my HD out, put it into another machine as a 'slave' (i think its called that) and then transfer the files onto that machine. I do not have another machine to put the HD into.
PC World has quoted me £30 for a data transer job (unlimited data put onto DVD).
I am willing to pay a local MSE £20 to do this. You must have a computer with a spare HD slot and good tech knowledge. I will need you to transfer 'My Documents' onto your computer, then onto my Laptop (via Ipod of need be). Should not be more than 2 hours if you know what you are doing.
I live in Leicester and am not willing to travel far. Please PM me if you think you can do this. Or please feel free to post any ideas you might have to solving mt log in issue.
Answers:
you can reinstall windows without formatting the hard disk, then copy the stuff off and reformat if you still want to.
Answers:
Hav e you tried the recovery console ?
Boot in to it and try scandisk /restore, it'll run through the files and attempt to fix any problems
or
try the last known good configuration, press F8 repatedly at boot up until you get a menu, then choose from there.
Answers:
Thanks for the promt replies.
Before paying up to PC World i will try:
1) Recovery console (after reading a bit more into it)
2) Reinstall without formatting HD.
I have already tried the last know good config (via F8) but i still can't get further than the log in screen.
Answers:
Thanks for the promt replies.
Before paying up to PC World i will try:
1) Recovery console (after reading a bit more into it)
2) Reinstall without formatting HD.
I have already tried the last know good config (via F8) but i still can't get further than the log in screen.
Rather than using the Recovery Console to repair Windows XP - follow this guide.
Answers:
how much data do you have to retreive?
there a couple of ways you can transfer the files using a dos based program on floppy disk using a serial cable or paralel cable but probably the easiest way is to pop down to maplins and buy a usb 2 to ide adaptor see
item number A25AT
simple take the hdd out of the pc , connect to this device and plug into usb on laptop and the pc hdd will appear as another drive on your lappy.
they are £40 but are well handy plus maplin do a 7 day refund on all their goods. this device is on 1/2 price offer several times of the year.
Answers:
120GB HD in the PC, 100GB used, 40GB of it i MUST keep. At most I will be able to backup 65GB with the IDE cable due to the limited capacity on my laptop and Ipod combined!
how much data do you have to retreive?
Answers:
Thanks for the help guys.
I am currently playing around with the recovery console thing and hope i can get somewhere. Not used to this 'command' typing but will read around it.
Ianian99's solution with the IDE adaptor looks like the perfect solution with least hassle although i will try to avoid paying £40 for it if i can. But i am sure i will go for that before paying PC world £30 to plug their one in. I didn't know these existed!
Answers:
Hi,
Scan offer a which I have used alot for data recovery. It will set you back about £17 inc VAT and delivery.
However if you live near to, or can get to the Reebok stadium in Bolton - Scan is based just around the corner and the item would be £9.98 inc VAT.
You could also pick up a DVD writer which you can attach to the USB converter and burn all your data to DVD. Prices on Scan's website are very competitive (between £20-£25 for a 16x Dual Layer drive).
With regards to Windows Recovery Console etc, I not heard many success stories, and I would suggest that if it is urgent that you just bite the bullet and purchase a USB to IDE converter straight away.
Cheers and good luck,
Paul.
Answers:
LOL i have been using recovery console to try and locate my files and copy and paste them onto Ipod. Not getting anywhere - stuck in the windows folder. Enough of this...
Next step is the repair install.
Then try to locate a cheap IDE cable.
Paying PC World will be last option.
Answers:
This may be your problem. Whether you find this easier to do than the reaoir installation I gave you a link to earlier is up to you.
Answers:
I have read that link for the repair install guide. I am concerned about the warnings asking me to delete files i have never heard of in order to avoid hard drive data loss. Deleting these files will be even harder since i cannot log on and must use recovery console (and today was my first time trying it). Also it warns I WILL loose documents & settings?? I have therefore decided not to try this and hunt the cheapest IDE cable. I have 2 days before I will need important data so may order one today.
Answers:
i know the ide cable is £40 but maplins do a no questions asked 7 day refund
Answers:
scream and hit the keyboard always works.
Answers:
Thanks for you help guys but I have found the best solution:
CBL Client Services has quoted to do it for me for £350-£950 +VAT. And they will also come and get it and have someone look at it today instead of tommorow for +£250.
*drives off to maplin to get IDE/USB cable*
Answers:
Thanks for you help guys but I have found the best solution:
CBL Client Services has quoted to do it for me for £350-£950 +VAT. And they will also come and get it and have someone look at it today instead of tommorow for +£250.
*drives off to maplin to get IDE/USB cable*
you ahd me going there mate lol
Answers:
another possiblity is a Linux Boot Disk such as Knoppix, boot using that and burn the data to a cd
Answers:
another possiblity is a Linux Boot Disk such as Knoppix, boot using that and burn the data to a cd
i tried using knoppix and a couple others but never sussed how to access the hdd
Answers:
i tried using knoppix and a couple others but never sussed how to access the hdd
Normally under linux you can (the # is the linux 'root' prompt)
# cat /proc/partitions
This should tell you all the available partitions
eg :
major minor #blocks name
8 0 71687325 sda
8 1 40131 sda1
8 2 2008125 sda2
8 3 69633742 sda3
8 16 244198584 sdb
8 17 102398278 sdb1
8 18 141797722 sdb2
Normally - your drive will have some partitions - each partition should end in a number (normally 1-4). So - if you see a number try mounting that.
Not all partitions are used for user disk space - some might be swap space...
(This is also useful when you connect a pen drive!)
anyway if i'd loaded knoppix from a cd on that system - I might try :
# mkdir /tmp/mnt_sda1
# mkdir /tmp/mnt_sda2
# mkdir /tmp/mnt_sda3
# mkdir /tmp/mnt_sdb1
# mkdir /tmp/mnt_sda2
# mount /dev/sda1 /tmp/mnt_sda1
# mount /dev/sda2 /tmp/mnt_sda2
# mount /dev/sda3 /tmp/mnt_sda3
# mount /dev/sdb1 /tmp/mnt_sdb1
# mount /dev/sdb2 /tmp/mnt_sdb2
I could then look around those directories I'd created to see what did get mounted and if I could do anything useful with it....
Answers:
I've rescued data using a Linux boot disc and a USB memory stick before now....
