Had a failed upgrade of my system from 12.3 to 13.0 that resulted in corrupted boot loader, i.e the system wouldn't boot. After trying around wit that problem and not solving it without overwriting data I decided to install a fresh version 13 on another drive and mount the filesystems on the old drive from there. However, that has so far failed miserably, despite my research. It's probably an easy fix, but I'm lost.
Active, working disk:
The disk I want to mount:
Any help would be appreciated
Active, working disk:
Code:
root@ticker:/home/olwin # gpart show da0
=> 63 209715137 da0 MBR (100G)
63 1 - free - (512B)
64 209715136 1 freebsd [active] (100G)
root@ticker:/home/olwin # gpart show da0s1
=> 0 209715136 da0s1 BSD (100G)
0 201326592 1 freebsd-ufs (96G)
201326592 8388544 2 freebsd-swap (4.0G)
root@ticker:/home/olwin # more /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/da0s1a / ufs rw 1 1
/dev/da0s1b none swap sw 0 0
root@ticker:/home/olwin #
The disk I want to mount:
Code:
root@ticker:/home/olwin # gpart show da1
=> 63 524287937 da1 MBR (250G)
63 524281212 1 freebsd [active] (250G)
524281275 6725 - free - (3.3M)
root@ticker:/home/olwin # gpart show da1s1
=> 0 524281212 da1s1 BSD (250G)
0 104857600 1 freebsd-ufs (50G)
104857600 377487360 4 freebsd-ufs (180G)
482344960 41936252 2 freebsd-swap (20G)