General :: Rescuing Data From Windows Vista Disk

May 27, 2011

I'm trying to help out a Windows Vista user by rescuing their data from a failing hard disk. When their laptop stopped booting, I immediately pulled the disk to get as much as I could off of it using another Windows box, but the process took days and ultimately choked on multiple bad sectors and stopped responding. I then hooked it up to my Ubuntu box via a USB disk dock and ran a ddrescue on the Windows partition. The operation took a week, then seemed to get stuck for another week on the "splitting failed blocks" phase. So I have an dd image and a log to go back to, but when I resume that process it still seems to use the disk and I don't see much progress.

I then tried a plain `dd` on the disk with `conv=noerror,sync` options, and that has been running for a few days now, but with input/ouput error messages every few seconds and seemingly no records going in or out. I think that's a bad sign.What's the best, and fastest, way to get the most data off the disk as possible and into an image file, and then perform any necessary operations on the image file so that the disk is no longer needed (since it seems to be just about dead)? Er, just realized I'd put "Windows 7" in the post title, but this is a Vista partition, and I can't change the title. They're pretty similar, with one OS being much less useful than the other, but I thought I'd better acknowledge my mistake.

View 14 Replies


ADVERTISEMENT

General :: Rescuing Windows Vista As Well As Fedora Through Bootable USB

Jun 1, 2010

My system was a dual-boot with Windows Vista and Fedora 9. During the installation of some updates of Windows vista I powered off the system and since then my Windows Vista gives blue death screen error. I think it as some MBR corruption issue for which I have searched these corrective steps:

Step 1:1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Startup Repair.
7. Restart the computer.

Step 2: use bootrec.exe to fix MRB and BOOT
1. Put the Windows Server 2008 installation disc in the disc drive(you can use Windows Vista installation disc too), and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer, and then click Next.
5. In the System Recovery Options dialog box, click Command Prompt.
6. Type bootrec /fixmbr, and then press ENTER.
7. Type bootrec /fixboot, and then press Enter.
8. Restart the computer.

My DVD-ROM does not detect any media I insert into it. So I have created a Windows Vista's USB installation media.My Problem: At present Fedora boots normally. But when I will fix MBR, what will happen to fedora ? If it removes the grub, I will not be able to boot in fedora. Please suggest something. I think there must be a way to install grub through USB, but I don't know the 'howtos' of that.

View 13 Replies View Related

Ubuntu :: Rescuing Data From Laptop HDD?

Dec 31, 2010

I'm trying to put her hard drive into my functioning laptop to save her pictures. I downloaded the universal usb installer and am going to try and make a virtual drive from one of my flash drives. I need to know what a good iso would be for network support that is pre-loaded so I don't have to mess around with getting the usb set up before transferring the files.

View 5 Replies View Related

Fedora :: Help Rescuing Data From Faulty Drive

Aug 8, 2009

I have an XD card with lots of pictures in it which suddenly stopped working, it gives me "card error" messages in my camera (and any other one) and it refuses to mount on my laptop's card reader (which does work in F11 for XD cards, I've tried other ones).So I'm trying to use some program to make an image of what's in the card, like ddrescue or dd_rhelp. But they all need me to mount the disk, which I just can't. I have tried to mount it manually, but I'm not even sure what device I should point to.

So my question is, how can I mount a faulty drive in such a way that any of these programs can make an image? Or maybe there is a smarter way to try to get my pictures back? (There are some non-free programs in Windows which may seemingly help, but I'd like to figure out how to do this in Linux).

View 12 Replies View Related

General :: Error - Unknown Filesystem. Grub Rescue> - No Longer Have The Install Disk For Windows Vista

May 11, 2011

error: unknown filesystem grub rescue>

Background: My mother's HP laptop had Ubuntu and Vista on it, Ubuntu my brother's doing. He decided he wanted to take off Ubuntu yesterday (he had forgotten the password), and deleted the partition that it was contained within. The computer now boots to this error.

Inventory: We no longer have the install disk for Windows Vista, he cannot tell me what version he used of Ubuntu, what partition it was on, any of the specs for the machine, or generally any information about the system. All I am aware of is that error on the boot-up screen. I have nothing else to work with.

I would like to remove Grub, and Ubuntu, and leave Windows intact (the request of the owner of the computer), but I have no idea what commands I could use to get rid of either when I can't access Windows, or how to properly remove them if I did access Windows.

View 10 Replies View Related

General :: Retrieve Windows Data From Hard Disk

Sep 29, 2010

I have 2 hard disks and all together I created 6 partion in it.On primary I installed Windows XP and REST 5 partions were having data.From Second hard disk ,I copied all the first partion data to another partions and installed Red Hat 7.It took only 3 GB all togethr for Linux Distribution.Now I need to fetch my Windows data back.I logged from the Windows XP disk and I could see the second disk through disk managemnt .But it was showing "Unhelathy".But I will not be able to retrive the data.So can Anyone give soln for this.

View 2 Replies View Related

Fedora :: Windows Vista Installed On Hard Disk Partitions?

Jun 19, 2011

i've fedora 15 & windows vista installed on hard disk partitions.i can access windows files from fedora but how to view fedora files when i'm working on windows???

View 11 Replies View Related

Fedora :: 13 Windows 7 Dualboot And Hard Disk - Complete Loss Of All My Data

Oct 11, 2010

Last time I installed Ubuntu in a dualboot configuration with Win7 on one of my machines, my entire boot sector and Windows install got corrupted, resulting in a complete loss of all my data and requiring a fresh install of Windows.

I looked into this a bit after the fact, and it seemed to me it was due to conflicting hard disk geometry between Linux and Windows.

My question is, how likely is this to happen with Fedora? Is this because of Ubuntu? A bad install? Is there someway I can avoid this from happening when I install Fedora if it will happen?

View 1 Replies View Related

General :: Formatting Vista Hard Drive With Disk

May 24, 2011

I have a computer that was given to me and is no longer booting up properly. It's an Acer with VISTA installed. I would like to format the hard drive and start over with Linux. I don't have the original windows vista disk, I don't believe the computer even came with one, and no back up disks. Apparently this is the only way to format VISTA. When I am in the command prompt here is what happens.

C:> format c:
The type of the file system is NTFS.
Enter correct volume lable for drive C:
I don't know the correct label.

Searching on the forums I found this.
format c:/fs:NTFS/p:/
That doesn't work. I get this:
"Invalid parameter - /p:"

View 6 Replies View Related

General :: Partioing Hard Disk On Vista And Install Fedora10?

Feb 15, 2010

I have Toshiba Satelite E105 laptop with installed home vista and now i want to install Fedora 10.My problem is that when i was trying to partion my 290gb hard disk(C drive)after going to storage managament and going to "Shrink Volume "option then my laptop can maximum provide 970 mb space to shrink whereas i need minimum 20 gb space for linux.What should i do?I have 4gb RAM.Please tell me how to install fedora10

View 1 Replies View Related

Fedora Installation :: Dual Booting Vista And / 11 Wipes Out Windows Vista?

Nov 18, 2009

i have recently started my masters degree program and i have to install fedora 11 for one of my courses. The problem is when i try to install fedora 11 on my laptop, it wipes out my windows vista installation. I want to keep vista. I have a sony vaio laptop model VGN-FW340D. 4GB RAM and 400 GB HD. i first shrink my hard drive to free up around 100 GB. Then i run fedora 11 DVD and let it make the partitions on my free space.. I have tried everything.. I chose use free space the first time, but i didnt work, it wiped out my vista, next time i chose custom layout and defined boot, root and swap partitions , but again it wiped out my vista.. I have read many guides to dual boot vista and fedora and have carried them out step by step, but nothing works.... Also i dont have vista installation DVD, i just have the recovery CDs, so everytime it wipes out my vista, i have to do system recovery, ive been trying for a week now, and its driving me crazy, i asked a friend of mine to help me out, he has dual boot system, and he tried it and it did the same thing, wiped out my vista... i just have one drive C: with two partitions, one small partitions which contains recovery files, and the rest of the partition has vista.......

View 7 Replies View Related

Installation :: Unistall Windows Vista From An Ubuntu / Vista Dual-boot?

Mar 18, 2011

I have a single hard-drive on a spare computer and I decided to try out Ubuntu on recommendation from a friend. I really like it now but at first I just dual-booted it, and now I want Vista gone. I know it's unnecessary to have just one OS but my hard-drive isn't particularly big and I'd prefer to have Ubuntu by itself. Can anyone tell me how to eliminate vista and leave Ubuntu as my sole operating system (I've all my files from computer on another computer so I don't have to worry about losing anything).

View 2 Replies View Related

General :: Install Ubuntu On Vista From Iso File Directly From Hard Disk?

Jun 10, 2010

when i install ubuntu on vista from iso file directly from hard disk it install the copy completely but after booting up a white sreen comes up with vertical coloured linning.

View 3 Replies View Related

General :: Windows 7 Disk Management Utility Doesn't Show Disk With Ext3 Partition

Oct 10, 2010

I have a 2 TB disk in an external SATA dock, formatted with a single ext3 (Linux) partition, which doesn't show up in the Windows 7 Computer Management->Disk Management utility, even as a raw/blank disk. I've verified that there's nothing wrong with the disk by connecting it to my Linux machine and mounting it, and I've verified that the dock is functioning properly by connecting a different FAT32-formatted disk, which mounts flawlessly as expected.I realize that I can't actually read the ext3 partition without additional software (e.g., Ext3IFS), but why doesn't the disk show up at all? Is there some sort of stupid anti-Linux filter built in? Is there any way to force Windows to recognize the disk, so that I can at the very least use direct block access with it?

Background: I want to clone an identical 2 TB disk onto this one. Due to my hardware layout, it's much easier to have the source disk attached to one machine and the destination disk connected to another, and do the clone over the network (the network is not a bottleneck with switched gigabit ethernet), than it is to hook them both up to one machine.(1) I did this once before when both machines were running Linux, but I've since upgraded the destination machine and decided to switch back to Windows for regular desktop use. I've got Cygwin installed, and have verified that the same basic method (dd + nc) will work, but I can't do anything if Windows doesn't even consider the destination disk to exist.I only have one eSATA port on each machine. Opening them up just to do this clone is a rather large annoyance. Also, since this is my backup disk, I'd like to eventually automate the cloning from the active disk to another one that I regularly swap with a third disk that I store off-site.

View 1 Replies View Related

General :: Windows Vista - Install ?

Dec 10, 2010

I have Vista opertating system . I want to install Linx Redhat 5 in my Leptop. I had create parttion in my harddisk. I want to know at the boot time of linux where i want to set a path for new drive? Is there any link for that ?

View 2 Replies View Related

General :: Data Written To Unformatted Disk

Jan 14, 2011

I went and fdisk'd a USB disk and put the Fat32 filesystem onto it. Then I thought I ran dosfsck over it which I thort formatted the disk - apparently not. Then I copied a bunch of files and directories to it. Now I am unable to recover the files and data. In the rare instances when I perform a sloppy mount I see directories named 001, 002, 003 and 004. These directories variously contain files named 001, 002, 004 (no 003) etc.

Fdisk gives me:

I don't know enough to use dd, kpartx, parted, partmon, partprobe, partx et al

View 1 Replies View Related

General :: CentOS 5.4 - LVM Data Copy To Different Disk

Jan 26, 2010

I've got a CentOS 5.4 box and the following disks connected:
# parted /dev/sda print
Model: ATA WDC WD1600BEKT-0 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 160GB 160GB primary lvm

# parted /dev/sdb print
Model: ATA WDC WD1200BEVT-0 (scsi)
Disk /dev/sdb: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 120GB 120GB primary ext3 lvm
the OS, data and programs are on /dev/sda.

I'd like to copy the full directories and files to the newly added /dev/sdb wich has, as you can see, less space. Also note that /dev/sda has only about 3.6Gigs uses, so it will no doubt easily go into /dev/sdb. How can I do the full copy, and yet make /dev/sdb bootable just like /dev/sda (just as if it was cloned by Ghost)? I've checked dd, but AFAIK, it needs that both source and target devices be the same in size.

View 1 Replies View Related

General :: Installation Of Ubuntu Alongwith Windows Xp And Unable To Access Data From Windows

Mar 1, 2011

Last week I installed Ubuntu 10.10 on my system in dual booting. I had installed succesfully both but unable to see data files from windows OS. Though I have excercised the options in various resources available on internet/blogs. System takes about 03 hrs during installation process. I am also unable to configure Thunderbird.

System hardware info is as -
System ManufacturerVIA Technologies, Inc.
System ModelKM266APro-835
System TypeX86-based PC

[code]....

View 8 Replies View Related

General :: Add Windows Vista To The Grub Menu?

Aug 16, 2011

I had Windows Vista installed on my computer and created a partition to install Fedora 15. I chose the option to install fedora on any free space, so it should have installed on the empty partition. When I boot up, there are two boot options. Fedora and Other. When I select other, it gives an error:BOOTMGR not found.Is there a way to add Windows Vista to the Grub Bootloader by editing the grub menu. I don't know if it will help, but here is what I get when I run fdisk in the terminal:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes

[code]....

View 1 Replies View Related

General :: How To Install Ubuntu On Windows Vista

Jun 14, 2010

i urgently require ubuntu on my windows vista. i have ubuntu 9.01 in my pen drive. i have set first bootable at usb but still it does not detect my pen drive and start again windows .

is it not possible to install ubuntu after windows vista?

View 4 Replies View Related

General :: OS To Windows Vista Software Interface

Jul 6, 2011

I was wondering if you guys have a software interface that will interface my DVR to my PC via Ethernet? My Current PC's OS is Vista and my DVR is Linux OS.

View 3 Replies View Related

General :: Protect Hard Disk Data From A Live Cd?

Aug 9, 2010

Risk to native OS from Live CD?

when booted from linux live cd, all partitions of hard disk become accessible without any restriction. How to block this?

View 2 Replies View Related

General :: Compress And Backup Data In Hard Disk

Apr 30, 2011

My hard disk is failing and I amnot able to boot into the system! Currently I have logged into the system uing Live CD! Any way to compress and back up the data in my hard disk in an efficient way!

View 6 Replies View Related

General :: How To Create Disk Image Of Actual Data

Nov 15, 2010

Suppose I have a 80 GB hard disk (sda) with 4GB of contents. Using a dd to copy to a different disk

Code:
dd if=/dev/sda of=/dev/sdb
copies all the contents (including free space). So sdb also needs to be 80GB.

You will notice that in VMWare or VirtualBox disk images, it is possible to set the disk to use only the amount of space of actual data. So a 80GB virtualbox/vmware image with 4GB of contents will be 4GB.

Is it possible to do that with an actual hard disk (sda) image? I want to create an image of an actual hard disk, copy it to DVD and transport it (in mail) for restoration on another computer (having same hard disk).

View 6 Replies View Related

General :: Open SuSe 11.1 - Cannot Copy Data From Second Disk

Jan 25, 2010

I have a PC with OpenSuse 11.1. Beside root there are two other users on the system. Now I have installed a new PC with OpenSuse 11.2. Only one user is set up until now. I installed the hard disk from OpenSuse 11.1 into the new PC on IDE Primary Slave, because I wanted to copy some files from the old system. OpenSuse 11.2 has mounted the old disk automatically in /media/disk and /media/disk-1. The problem is that I can't find any files or directories from the users. I could find only one file from root in /media/disk-1/root/Desktop. Why can't I see the files? Does it have anything to do with UID or SUID?

View 14 Replies View Related

General :: Mount 2nd Hard Disk Without Erasing Data?

Jan 26, 2010

Is it possible to mount a 2nd hard disk without erasing the data that is already on it? If so, what command must I enter. The system recognizes that the disk is there, I just can't access the data because it hasn't been mounted.

View 5 Replies View Related

General :: Ubuntu 10.10 - Playback From Microsoft Data Disk

Mar 2, 2011

It would seem that my cds/dvds that I've created under Microsoft vista home premium can't be read/written on (formatted as data disks. Is there a program to be downloaded or an app, that would allow me to read, download or add data to these dcs/dvds. Using ubuntu-10.10 and debian.

View 1 Replies View Related

CentOS 5 :: Redistribute A Disk Without Loss Of Data Namely It Is Necessary To Make / Boot And Two Equivalent On Disk Volume?

Aug 24, 2009

There is a disk 500 gb, it is broken on /boot and on /root and on /dev/sda1 and /dev/sda2. Whether prompt it is possible to redistribute a disk without loss of data namely it is necessary to make/boot and two equivalent on disk volume.

View 3 Replies View Related

General :: Remote Desktop Logon From Windows Vista?

Mar 12, 2010

I have a PC running Opensuse 11.0 Linux. I currently login using ssh with putty. However this is a command line login. How to do a remote xserver login from windows to run a gnome or kde session. what software should I use?I have the root password for the Linux PC and admin privileges on vista.

View 2 Replies View Related

General :: Reinstall GRUB After Installing Windows Vista?

Sep 1, 2010

I had two OS in laptop windows vista and linux mint and when I used to start my computer I used to get different option for os like linux mint, linux mint memory check, windows vista etc.. but because of virus windows vista got crashed so I formatted disk drive C: which were containing windows vista and reinstalled fresh copy of vista.. but now when I start my computer vista start automatically, I do not see GRUB options to run windows os or linux mint..Is there a way to reinstall GRUB to get options like I used to get before formatting ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved