Add olddrive to new install

Hey guys. I have done a fresh install of FreeBSD 7.2 on a new computer. My old system (7) started with only one drive and I later added another (/disk2). I fdisk'd entire drive for FreeBSD, then labeled disk and added to fstab. Everything worked fine.

I assumed (mistake) that second drive would have been detected automatically with fresh install. But of course it does not. The second drive shows up in dmesg and fdisk etc. If I'm not mistaken if I go through the same process as when I added drive before fdisk will destroy my data.

Is there anyway I can add this drive without losing everything? I really appreciate any help. Thanks!
 
It was working under freeBSD 7 a few days ago. It doesn't show under df -h. I did try adding it to fstab and mount -a. Error said my mount point /disk2 didn't exist. Thanks for replying.
 
Code:
/dev/ad1s1d     72G     24G     42G    37%    /disk2

Thank you very much. I have been banging my head on this for two days. You have saved me alot of recovery.
 
Back
Top