Results 1 to 3 of 3
I had a drive that kept kernel panic'ing so my data center recommended using the spare hard drive to reinstall OS on, and import the data from the old drive. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-23-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Linux newbie - need to mount a hard drive with my pre existing file system and data o
I had a drive that kept kernel panic'ing so my data center recommended using the spare hard drive to reinstall OS on, and import the data from the old drive. (they checked the hardware, it wasn't the hardware)
The new install is done, and I need to mount the old drive and get backups off it since my data center does not provide management whatsoever.
It's the same OS on both (Cent OS 5.4 32-bit)
I'm an advanced user on windows, but linux gets me. I can ssh in, do basic stuff like setup IP ranges and restart services. I normally navigate the box through SFTP so I have a gui.
WHM shows me my drives as such
Found Disk: hda
Found Disk: sdb
so I'm assuming SDB is my old drive and the drive I need to access. I attempted to follow instructions on
cyberciti.biz/faq/freebsd-adding-second-hard-disk-howto/
but I'm assuming FreeBSD would work differently and I wasn't totally sure what the labels of the file systems should be.
Basically I'm stuck and I need a linux guy to help me out! I'd be willing to pay someone to walk me through this, it's urgent and I'm desperate at this point.
you can contact me on skype "GMUNCH"
AIM screen name "EDDIE"
email "setauket ( at ) gmail dot com"
thanks in advance everyone.
- 03-23-2010 #2Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
some info on my setup:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 547 4192965 82 Linux swap / Solaris
/dev/sda3 548 808 2096482+ 83 Linux
/dev/sda4 809 60801 481893772+ 5 Extended
/dev/sda5 809 33804 265040338+ 83 Linux
/dev/sda6 33805 45803 96381936 83 Linux
/dev/sda7 45804 54802 72284436 83 Linux
/dev/sda8 54803 60801 48186936 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 104391 83 Linux
/dev/sdb2 14 60801 488279610 8e Linux LVM
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 45G 444M 42G 2% /
/dev/sda7 67G 373M 63G 1% /var
/dev/sda6 90G 2.4G 83G 3% /usr
/dev/sda5 245G 1.6G 231G 1% /home
/dev/sda3 2.0G 38M 1.9G 2% /tmp
/dev/sda1 190M 17M 164M 10% /boot
tmpfs 1.8G 0 1.8G 0% /dev/shm
LABEL=/ / ext3 defaults,usrquota 1 1
LABEL=/var /var ext3 defaults,usrquota 1 2
LABEL=/usr /usr ext3 defaults,usrquota 1 2
LABEL=/home /home ext3 defaults,usrquota 1 2
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
- 03-23-2010 #3
perhaps this will help
Mounting a Linux LVM volumelinux user # 503963


Reply With Quote
