Hi all!
My HDDs lost power suddenly and the Proxmox server I have TrueNAS virtulised on rebooted once the HDDs started spinning.
A similar thing has happened before but after starting both up again all my data was intact.
After powering the drives and proxmox back on, TrueNAS reported no pool but could see the drives. The “Import Pool“ drop down list was empty. But I was able to import the pool using the CLI with an error “cannot mount ‘/Main’: failed to create mountpoint: Read-only file system
Import was successful, but unable to mount some datasets”.
The storage is reporting correctly - 2 x MIRROR | 2 wide | 1.82 TiB and the same capacity as before but the dataset seems to be incorrect or old. It has my Main dataset with paths but has the wrong available space and in the Permissions tile says “Dataset is not mounted”.
I would like to try and fix the dataset, if that is the issue. Happy to add any information that is relevant.
Version: 25.10.5 - Goldeye
TrueNAS CE on a Proxmox VM with drives pass through using ASM1166 SATA controller.
truenas_admin@truenas[~]$ sudo zpool import Main
cannot mount ‘/Main’: failed to create mountpoint: Read-only file system
Import was successful, but unable to mount some datasets
truenas_admin@truenas[~]$ zpool status Main
pool: Main
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using ‘zpool upgrade’. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 04:07:11 with 0 errors on Sun Aug 9 12:59:29 2026
config:NAME STATE READ WRITE CKSUM Main ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 1769118d-3f28-45b6-abf2-5eee57fc0d2c ONLINE 0 0 0 5607efb3-6b78-48e2-a989-26ba59143fb9 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 70d2617e-72a4-4b74-b739-cefb6b7ad2ec ONLINE 0 0 0 9c932556-03f3-42c1-bcf1-4be0a0ea1550 ONLINE 0 0 0errors: No known data errors
truenas_admin@truenas[~]$
Thanks!
Relatively new the the NAS hobby and would like to learn more.