Koozali.org: home of the SME Server

hard drive problems

Rafal Chmielewski

hard drive problems
« on: December 13, 2000, 04:48:51 PM »
I've HDD with ext2 filesystem made on RH 7.0. After installing e-smith no partitions are avaiable any more. It's the second hdd not the one i was instaling to.
Any help please!!!

Tim Litwiller

RE: hard drive problems
« Reply #1 on: December 14, 2000, 12:23:56 AM »
When you installed e-smith you typed accept to a prompt that said you would not longer have any data on your computer if you continued.

So you no longer have any data on your computer as you told it you wanted.

??????

toad

RE: hard drive problems
« Reply #2 on: December 14, 2000, 02:17:08 AM »
You have to mount the partitions on the second hd on your e-smith system.  It would go something like this:

#first make a directory to mount the drive to

mkdir /mnt/rh7

#now mount the drive with this command, assuming your partition is the first one on the 2nd hd is the primary slave

mount -t ext2 /dev/hdb1 /mnt/rh7

good luck!