Is my data lost? Installed Linux, no longer can I access my hard drives.


 
Thread Tools Search this Thread
Operating Systems Linux Is my data lost? Installed Linux, no longer can I access my hard drives.
# 1  
Old 07-11-2009
Is my data lost? Installed Linux, no longer can I access my hard drives.

Here's the story -

I installed Linux on my Y drive, and all went well until I tried to boot into XP again. I can't access or install an operating system to my other three hard drives, C, X, and Z.

I think that during the install my hard drives were changed to something other then NTFS, but Linux won't access them either.

When I use my Windows XP or Windows 7 disc, it says the drive has 0mb free, and it can't install until I delete the partition, then reformat. I don't want to do this obviously, because I don't want to format all of my data.

When I go to Places > My Computer it lists my CD drive, Filesystem, and the Y drive. It doesn't show my other three hard drives.

Under Palimpsest Disk Utility I can see my other three drives, but I can't access the data on them yet.

Help!
# 2  
Old 07-11-2009
You don't say which Linux distro you installed or whether it was a "Live" version, it is possible you have created a system wide LVM.

If you have gparted installed see what it says about your disk partitions. If it's not installed try downloading the systemrescue cd from Main Page - SystemRescueCd (always useful to have) and see what gparted and the other tools have to say.
# 3  
Old 07-11-2009
also, if you have a live cd, or if you can boot into rescue/recover mode on the CD do an fdisk -l (L) and send the output to us
# 4  
Old 07-11-2009
Thank you for your replies so far....

Code:
To run a command as administrator (user "root"), use "sudo <command>". 
See "man sudo_root" for details. 

ubuntu@ubuntu:~$ sudo fdisk -l 

Disk /dev/sda: 80.0 GB, 80026361856 bytes 
255 heads, 63 sectors/track, 9729 cylinders 
Units = cylinders of 16065 * 512 = 8225280 bytes 
Disk identifier: 0x00ca89b7 

   Device Boot      Start         End      Blocks   Id  System 
/dev/sda1               1        9730    78148608    7  HPFS/NTFS 

Disk /dev/sdb: 500.1 GB, 500107862016 bytes 
255 heads, 63 sectors/track, 60801 cylinders 
Units = cylinders of 16065 * 512 = 8225280 bytes 
Disk identifier: 0x3de4bf44 

   Device Boot      Start         End      Blocks   Id  System 
/dev/sdb1               1       60801   488384001   17  Hidden HPFS/NTFS 

Disk /dev/sdc: 500.1 GB, 500107862016 bytes 
255 heads, 63 sectors/track, 60801 cylinders 
Units = cylinders of 16065 * 512 = 8225280 bytes 
Disk identifier: 0x76397639 

   Device Boot      Start         End      Blocks   Id  System 
/dev/sdc1               1       60801   488384001   8e  Linux LVM 

Disk /dev/sdd: 500.1 GB, 500107862016 bytes 
255 heads, 63 sectors/track, 60801 cylinders 
Units = cylinders of 16065 * 512 = 8225280 bytes 
Disk identifier: 0x32dbca08 

   Device Boot      Start         End      Blocks   Id  System 
/dev/sdd1               1       60801   488384001   8e  Linux LVM 

Disk /dev/sde: 80.0 GB, 80026361856 bytes 
240 heads, 63 sectors/track, 10337 cylinders 
Units = cylinders of 15120 * 512 = 7741440 bytes 
Disk identifier: 0xf03b4104 

   Device Boot      Start         End      Blocks   Id  System 
/dev/sde1               1       10338    78147584    7  HPFS/NTFS 
ubuntu@ubuntu:~$ 1

# 5  
Old 07-12-2009
Ok you definitely have a LVM problem with hidden partitions.

try the following:
Code:
sudo mount -t ntfs /dev/sda1 /mnt/foo
sudo ls -l /mnt/foo
sudo umount /dev/foo

try sdb1 & sde1 as well

If you can get your NTFS partitions to mount you will need an external device to backup your Windows data before setting up your system from scratch.

You could also consider disconnecting all the drives and trying to boot from:
1) the drive XP is installed on
2) the drive Vista is installed on

If they won't boot check them with Gparted or Partition Magic to see if the boot flag is set.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

Need Hardware help on a RP4440 that lost the RTC and does not see both hard drives

Since the lost of the rtc all the settings became default. Does anyone remember what needs to be reset to discover both Hard drives? It sees the DVD and the scsi disk (intscsib.0) in 0/1/1/1.0 (disk 1 slot) but not 0/1/1/0.1 (intscsia.1)(disk 0 slot). Right now, from the service menu, scsi shows... (3 Replies)
Discussion started by: mrmurdock
3 Replies

2. UNIX for Beginners Questions & Answers

Understanding volumes and hard drives

Ok so i thought i was smart but i can tell I need some help. I am playing around with understanding lvm and adding disks to a linux box. I added a disk and then ran what i thought were commands to add this disk to the box but I think I messed up and would like some help. My question is did i... (5 Replies)
Discussion started by: cptkirkh
5 Replies

3. Solaris

Solaris 8 - Accessing Hard Drives

Hi, I have two SCSI Hard Drives in a Sun Solaris 8 server as shown below. I would like to access Disk1 and look at its contents, directory structure and files. How do I change my default directory from Disk 0 to Disk 1 and vice versa? Thank you. (5 Replies)
Discussion started by: ssabet
5 Replies

4. Hardware

Hard Drives and MBR

Hello everyone. I have a question which I may know the answer to, I'm just looking for a confirmation. When it comes to the MBR of a hard drive, i've read in multiple sources that it's always located in the first sector of the hard drive. Is the MBR there from the factory? When I buy a new blank... (3 Replies)
Discussion started by: Lost in Cyberia
3 Replies

5. Solaris

Reinstall old hard drives

I have a T2000 Sun-Fire server. I have 2 sets of drives in a raid 1. Lets call them Set A and Set B. I had Set A installed and working. I needed a new install so I so build up Set B. After some time I wanted to put Set A back in the server. Now the system will not boot off of Set A. I tried to boot... (7 Replies)
Discussion started by: stu1811
7 Replies

6. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

7. Filesystems, Disks and Memory

Help adding new hard drives

Folks; I just added 2 physical new hard drives to my SUSE server. My server is already running SUSE 10.3 version. Is there a command i can use to add the new space or even see if the system can sees them? (3 Replies)
Discussion started by: Katkota
3 Replies

8. Linux

No Hard Drives Have Been Found

I am using an Acer Aspire 4720Z with two partitions C and D. Windows is installed on C and I decided to install Red Hat Linux 9 in partition D. The two partitions are in NTFS file system. During my installation of the the Linux, a prompt was displayed on screen with the message: "No hard drives... (2 Replies)
Discussion started by: tamcomng
2 Replies

9. UNIX for Dummies Questions & Answers

Hard drives

Will some one tell me what this means. "warning: ida 0 <slot 6> : command timed out on dev 1/42 blk 4824290 logical unit=0 blocks=5512102, size 2, cmd=0x20." I'm running SCO 505 on a proliant 1600r. Thnank you in advance. (3 Replies)
Discussion started by: franruiz
3 Replies
Login or Register to Ask a Question