hello,
I made this on fresh installed system (FreeBSD 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64):
which ends up to be unable to boot with this error:
system runs on zfs mirror with SSD as cache:
I have tried to mount filesystem:
I dont see any boot directory there nor etc ....
please help
I made this on fresh installed system (FreeBSD 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64):
freebsd-update fetch install
which ends up to be unable to boot with this error:
zfs i/o error - all block copies unavailable
system runs on zfs mirror with SSD as cache:
Code:
zpool status
pool: zctc
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
zctc ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
mfisyspd0p3 ONLINE 0 0 0
mfisyspd1p3 ONLINE 0 0 0
cache
mfisyspd2 ONLINE 0 0 0
I have tried to mount filesystem:
Code:
# mkdir /tmp/mnt; zpool import -R /tmp/mnt -f zctc
# ls -la /tmp/mnt
total 26
drwxr-xr-x 7 root wheel 320 Jun 25 16:22 .
drwxrwxrwt 9 root wheel 512 Jun 25 17:58 ..
drwxrwxrwt 6 root wheel 6 Jun 25 11:38 tmp
drwxr-xr-x 5 root wheel 192 Jun 25 16:22 usr
drwxr-xr-x 7 root wheel 320 Jun 25 16:22 var
drwxr-xr-x 2 root wheel 2 Jun 23 15:10 zctc
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
zctc 332G 3.16T 88K /tmp/mnt/zctc
zctc/ROOT 1.45G 3.16T 88K none
zctc/ROOT/default 1.45G 3.16T 1.45G /tmp/mnt
zctc/tmp 112K 3.16T 112K /tmp/mnt/tmp
zctc/usr 1.67G 3.16T 88K /tmp/mnt/usr
zctc/usr/home 164K 3.16T 164K /tmp/mnt/usr/home
zctc/usr/ports 1010M 3.16T 1010M /tmp/mnt/usr/ports
zctc/usr/src 704M 3.16T 704M /tmp/mnt/usr/src
zctc/var 672K 3.16T 88K /tmp/mnt/var
zctc/var/audit 88K 3.16T 88K /tmp/mnt/var/audit
zctc/var/crash 88K 3.16T 88K /tmp/mnt/var/crash
zctc/var/log 232K 3.16T 232K /tmp/mnt/var/log
zctc/var/mail 88K 3.16T 88K /tmp/mnt/var/mail
zctc/var/tmp 88K 3.16T 88K /tmp/mnt/var/tmp
I dont see any boot directory there nor etc ....
please help