Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Rafal Chmielewski 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!!!
-
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.
??????
-
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!