Mounting a RH9 drive to FreeBSD

Does anyone know how to mount a RH9 drive to a FreeBSD system??

this is the partition for RH:
/dev/hda1 /boot
/dev/hda2 /
/dev/hda3 /swap
/dev/hda5 /usr
/dev/hda6 /var
/dev/hda7 /tmp
/dev/hda8 /home


I'm trying to mount that to a Free BSD server.

I tried :

made a directory called /backup
mount_ext2fs /dev/ad3s1 /backup but I get this error:

mount_ext2fs: /dev/ad2s3a: No such file or directory

Am I doing the wrong syntax?? Anyone know the correct way how to do this?? If anyone knows, I'd appreciate the help. Thanks in advance!!

 

 

 

 

Top