vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello on the same disk i have OpenBSD and FreeBSD and i would like to know when i am under OpenBSD 1- How can i see partition of the other sytem ? fdisk /dev/rwd0c show .... *1: A6 638 0 1 - 1912 254 63 [ 10249470: 20482875 ] OpenBSD 2: A5 1913 0 1 - 3187 254 63 [ 30732345: 20482875 ] FreeBSD .... but disklabel see only OpenBSD 2- How can i mount partition FreeBSD on OpenBSD ? thanks |
| ||||
| On 4 Apr 2004, blackhole wrote: > 1- How can i see partition of the other sytem ? > > fdisk /dev/rwd0c show > ... > *1: A6 638 0 1 - 1912 254 63 [ 10249470: 20482875 ] OpenBSD > 2: A5 1913 0 1 - 3187 254 63 [ 30732345: 20482875 ] FreeBSD > ... > > but disklabel see only OpenBSD you have to add them manually, using disklabel -E > 2- How can i mount partition FreeBSD on OpenBSD ? same as any other partition using mount, once it's in the disklabel. -- |