Hello,
before I try some things and destroy my data I would like to ask some question:
On an old i386 PC I have 2 hard drives (HD). The second HD2 has the 'data' and on the first HD1 was the system FreeBSD 6.0 installed.
Because of a HD-crash of HD1 I buy a new one and installed successfully FreeBSD 9.0 on the first HD. Now I want to integrate HD2 again into the system. How can I do that, without to clear all the data on it, when using the new "bsdinstall" partition utility. (I could do it on command line but I don't know the exact commands)
I like to give more technical information:
I found in /dev before installing the new system:
ad1s1b = swap
ad1s1d = /home and my data...
Now I see in /dev
So my first question is:
- How can I make ada1a to ada1sb (swap) + ada1sd (home) ?
and second:
- what is this, with this links in /dev like "lrwxr-xr-x ... /dev/ad0s2b -> ada0s2b" which was not seen before?
before I try some things and destroy my data I would like to ask some question:
On an old i386 PC I have 2 hard drives (HD). The second HD2 has the 'data' and on the first HD1 was the system FreeBSD 6.0 installed.
Because of a HD-crash of HD1 I buy a new one and installed successfully FreeBSD 9.0 on the first HD. Now I want to integrate HD2 again into the system. How can I do that, without to clear all the data on it, when using the new "bsdinstall" partition utility. (I could do it on command line but I don't know the exact commands)
I like to give more technical information:
I found in /dev before installing the new system:
with "ad0" was hard drive 1 and "ad1" was hard drive 2/dev/ad0
/dev/ad0s1
/dev/ad0s2
/dev/ad0s2a
/dev/ad0s2b
/dev/ad0s2c
/dev/ad0s2d
/dev/ad0s2e
/dev/ad0s2f
/dev/ad1
/dev/ad1s1
/dev/ad1s1b
/dev/ad1s1c
/dev/ad1s1d
ad1s1b = swap
ad1s1d = /home and my data...
Now I see in /dev
lrwxr-xr-x 1 root wheel 4 20 Sep 10:49 /dev/ad0 -> ada0
lrwxr-xr-x 1 root wheel 6 20 Sep 10:49 /dev/ad0s1 -> ada0s1
lrwxr-xr-x 1 root wheel 6 20 Sep 10:49 /dev/ad0s2 -> ada0s2
lrwxr-xr-x 1 root wheel 7 20 Sep 10:49 /dev/ad0s2a -> ada0s2a
lrwxr-xr-x 1 root wheel 7 20 Sep 10:49 /dev/ad0s2b -> ada0s2b
lrwxr-xr-x 1 root wheel 7 20 Sep 10:49 /dev/ad0s2d -> ada0s2d
lrwxr-xr-x 1 root wheel 7 20 Sep 10:49 /dev/ad0s2e -> ada0s2e
lrwxr-xr-x 1 root wheel 7 20 Sep 10:49 /dev/ad0s2f -> ada0s2f
lrwxr-xr-x 1 root wheel 4 20 Sep 10:49 /dev/ad2 -> ada1
lrwxr-xr-x 1 root wheel 5 20 Sep 10:49 /dev/ad2a -> ada1a
crw-r----- 1 root operator 0, 83 20 Sep 10:49 /dev/ada0
crw-r----- 1 root operator 0, 88 20 Sep 10:49 /dev/ada0s1
crw-r----- 1 root operator 0, 90 20 Sep 10:49 /dev/ada0s2
crw-r----- 1 root operator 0, 95 20 Sep 12:49 /dev/ada0s2a
crw-r----- 1 root operator 0, 97 20 Sep 10:49 /dev/ada0s2b
crw-r----- 1 root operator 0, 99 20 Sep 12:49 /dev/ada0s2d
crw-r----- 1 root operator 0, 101 20 Sep 12:49 /dev/ada0s2e
crw-r----- 1 root operator 0, 103 20 Sep 12:49 /dev/ada0s2f
crw-r----- 1 root operator 0, 85 20 Sep 10:49 /dev/ada1
crw-r----- 1 root operator 0, 92 20 Sep 10:49 /dev/ada1a
So my first question is:
- How can I make ada1a to ada1sb (swap) + ada1sd (home) ?
and second:
- what is this, with this links in /dev like "lrwxr-xr-x ... /dev/ad0s2b -> ada0s2b" which was not seen before?