On Thu, 2003-10-16 at 08:05, Peram's List wrote:
> Hi,
> I've got a Redhat 9 system and all the parititions are ext3. I've added
> a data disk which I've taken from a SuSe Linux system and added it as a
> secondary.
> I'd not able to see old partitions on the second hard drive. I'd
> appreciate if you gurus can let me know how to configure my system so
> that I can see the drive and the partitions.
> 

did you mount the partitions?  You need to create a directory that will
be the mountpoint and then mount the partition on that point.

Assuming that it is an ide drive then something like this should work
to mout the first partition
mkdir /mnt/suse1
mount /dev/hdb1 /mnt/suse1

to mount at boot you need to add entries for the new drive to /etc/fstab

RH 9 probably has a gui tool to add mounts but I do not know.  webmin
can also do this.

you can see the partitions with the command 

fdisk -l /dev/hdb


Bret


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to