LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
LinkBack Search this Thread
Old 12-16-2007, 12:15 AM   #1
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Rep: Reputation: 15
linux hard drive on windows


ok so, i had a laptop running fedora 7, that laptop's screen went bad, so i sold it for parts, but i kept the hard drive. i bought an enclousure for it. my plan was to use it as an external drive to a new computer i was going to build myself, that has been put off for some time, but i need my data. so on another computer running XP SP2 i want to use these files, windows recognizes the disk, i downloaded from http://www.fs-driver.org/ in order to read my disk, but when i do, it shows the size as 101 MB and when i surf into it it only shows a grub folder and a lost+found folder. and some other files.

ok, some new light into the issue.

when i ran the software again it shows this http://i11.tinypic.com/86g3ng5.jpg

it's not giving me an option to assign a letter to the part of the drive that i want.

Last edited by vertigo88x; 12-16-2007 at 12:25 AM.
 
Old 12-16-2007, 12:28 AM   #2
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
Your driver adds support for ext2 in windows. The second partition is a logical volume (LVM). You could run a live linux distro and copy the files you need.
 
Old 12-16-2007, 12:43 AM   #3
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Original Poster
Rep: Reputation: 15
ok i am right now on ubuntu live cd, because i had the same idea. when i plug in the external drive, it shows it as a USB drive but again only shows grub and the such.
 
Old 12-16-2007, 01:43 AM   #4
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
/sbin/fdisk -l doesn't show a second "Linux LVM" partition? If not, you may not have lvm installed on your Ubuntu live distro.

Code:
sudo /sbin/fdisk -l
Password:

Disk /dev/hda: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          13      104391   83  Linux
/dev/hda2              14        2432    19430617+  8e  Linux LVM
From /etc/fstab:
Code:
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
 
Old 12-16-2007, 01:56 AM   #5
vertigo88x
Member
 
Registered: Dec 2006
Location: Perth Amboy, NJ, USA
Distribution: Fedora 9
Posts: 87

Original Poster
Rep: Reputation: 15
yes fdisk shows the lvm.

but how do i go about accessing it.
 
Old 12-16-2007, 06:18 AM   #6
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
Create a directory to mount it on, and use the fstab line I gave as a guide. Your particular device node may be named differently (than /dev/VolGroup00/LogVol00) but it should be similar. You could create two directories under /mnt, one for this partition and the other for mounting the destination.

Code:
sudo mount -t ext3 /dev/VolGroup00/LogVol00 /mnt/laptopdrive -o defaults
If it mounts successfully, you may need to run "chown" on your old home directory. Your UID using the Ubuntu live distro may be different than what it was when you were running Linux on the Laptop.

Here are the list of modules in the initrd ramdisk for Fedora Core 6:
Code:
ata_piix.ko   dm-mod.ko       dm-zero.ko   ext3.ko  libata.ko   ohci-hcd.ko  sd_mod.ko
dm-mirror.ko  dm-snapshot.ko  ehci-hcd.ko  jbd.ko   mbcache.ko  scsi_mod.ko  uhci-hcd.ko
If you don't see /dev/VolGroup00/LogVol00 or /dev/mapper/VolGroup00/LogVol00, you might want to check the output of "/bin/lsmod" and see if the dm-* modules are loaded.

Also look in the lvm manpages. There are several programs for dealing with lvm volumes.

Last edited by jschiwal; 12-16-2007 at 06:44 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving files from a Linux hard drive to a Windows Vista Premium hard drive WolfMan51 Linux - Hardware 5 07-12-2011 09:19 AM
How do I swap windows on hard 2 to hard drive 1 and linux from 1 to 2 uncle guido Linux - Newbie 5 10-25-2006 11:14 AM
Adding Windows to a Linux Hard drive Poneyboy Linux - Hardware 2 05-07-2006 08:19 PM
Mount Windows Hard drive in Linux burtongeek Linux - Newbie 26 03-28-2005 08:28 AM
Running Windows Games In Linux From Windows Hard Drive Darkstar274 Linux - Games 2 12-25-2003 11:19 PM


All times are GMT -5. The time now is 08:32 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration