I created a fresh install of bsd on a new hard drive, but also remounted my old hd to access my old configuration files and so on. The problem is when I've attached the new drive as a IDE secondary slave not all of my slices are showing up.
Here's what my /dev currently looks like
All the slices in ad3 are no longer showing up. There are a number of slices that I should be seeing and the should look like this.
This drive was primary partitioned and now attached as a slave device. Should that make a difference?
Here's what my /dev currently looks like
Code:
crw-r----- 1 root operator 0, 75 Apr 13 15:27 ad0
crw-r----- 1 root operator 0, 76 Apr 13 15:27 ad0s1
crw-r----- 1 root operator 0, 77 Apr 13 10:27 ad0s1a
crw-r----- 1 root operator 0, 78 Apr 13 10:27 ad0s1b
crw-r----- 1 root operator 0, 79 Apr 13 15:27 ad0s1c
crw-r----- 1 root operator 0, 80 Apr 13 10:27 ad0s1d
crw-r----- 1 root operator 0, 82 Apr 13 10:27 ad0s1e
crw-r----- 1 root operator 0, 83 Apr 13 10:27 ad0s1f
crw-r----- 1 root operator 0, 84 Apr 13 15:27 ad2
crw-r----- 1 root operator 0, 85 Apr 13 10:27 ad2s1
crw-r----- 1 root operator 0, 86 Apr 13 15:27 ad3
crw-r----- 1 root operator 0, 89 Apr 13 10:27 ad3s1
All the slices in ad3 are no longer showing up. There are a number of slices that I should be seeing and the should look like this.
Code:
/dev/ad3s1b
/dev/ad3s1a
/dev/ad3s1e
/dev/ad3s1f
/dev/ad3s1d
This drive was primary partitioned and now attached as a slave device. Should that make a difference?