View Single Post
  #4   (View Single Post)  
Old 28th October 2009
Calderon's Avatar
Calderon Calderon is offline
Real Name: Patrick Lindholm
Fdisk Soldier
 
Join Date: May 2008
Location: Finland
Posts: 60
Default

I tried to recompile the kernel with removing

"options GEOM_PART_GPT" and
added "options GEOM_BSD" and "options GEOM_MBR"

Now my dev looks like

Code:
bsdkone# ls -l
total 2
crw-r-----  1 root  operator    0,  75 Oct 28 11:22 acd0
crw-r--r--  1 root  wheel       0,  34 Oct 28 11:22 acpi
crw-r-----  1 root  operator    0,  73 Oct 28 11:22 ad0
crw-r-----  1 root  operator    0,  76 Oct 28 11:25 ad0a
crw-r-----  1 root  operator    0,  76 Oct 28 11:25 ad0a
crw-r-----  1 root  operator    0,  97 Oct 28 11:25 ad0as1
crw-r-----  1 root  operator    0,  97 Oct 28 11:25 ad0as1
crw-r-----  1 root  operator    0,  97 Oct 28 11:25 ad0as1
crw-r-----  1 root  operator    0,  79 Oct 28 11:25 ad0c
crw-r-----  1 root  operator    0, 103 Oct 28 11:25 ad0ca
crw-r-----  1 root  operator    0, 105 Oct 28 11:25 ad0cas1
crw-r-----  1 root  operator    0, 102 Oct 28 11:25 ad0cs1
crw-r-----  1 root  operator    0,  84 Oct 28 11:25 ad0s1
crw-r-----  1 root  operator    0,  74 Oct 28 11:22 ad2
crw-r-----  1 root  operator    0,  80 Oct 28 11:22 ad2s1
crw-r-----  1 root  operator    0,  87 Oct 28 13:22 ad2s1a
crw-r-----  1 root  operator    0,  88 Oct 28 11:22 ad2s1b
crw-r-----  1 root  operator    0,  89 Oct 28 11:22 ad2s1c
crw-r-----  1 root  operator    0, 116 Oct 28 11:22 ad2s1ca
crw-r-----  1 root  operator    0, 117 Oct 28 11:22 ad2s1cb
crw-r-----  1 root  operator    0, 118 Oct 28 11:22 ad2s1cd
crw-r-----  1 root  operator    0, 119 Oct 28 11:22 ad2s1ce
crw-r-----  1 root  operator    0, 120 Oct 28 11:22 ad2s1cf
crw-r-----  1 root  operator    0,  90 Oct 28 13:22 ad2s1d
crw-r-----  1 root  operator    0,  91 Oct 28 13:22 ad2s1e
crw-r-----  1 root  operator    0,  92 Oct 28 13:22 ad2s1f
crw-------  1 root  operator    0,  33 Oct 28 11:22 ata
crw-------  1 root  wheel       0,  35 Oct 28 11:22 atkbd0
I have tried to mount every ad0 but it only says:

Code:
bsdkone# mount -t ufs /dev/ad0cs1 /kakkonen
mount: /dev/ad0cs1 : Invalid argument
bsdkone#
__________________
SpreadBsd
Reply With Quote