Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unraid 6.12.14 -> 7.1.4 zfs master plugin "Unmountable: no file system"

Featured Replies

Hi!

I just upgraded from Unraid 6.12.14 -> 7.1.4 and i'm having issues with my zfs pools saying my Disk 1 is "Unmountable: no file system".

I followed Spaceinvader One's video https://www.youtube.com/watch?v=T83gqqh0D4E and have my cache and array disk 1 formatted as zfs.

In hindsight i should never have switched to zfs since i haven't really used it and want my server to be as easy to upgrade and maintain as possible and this is a bit to hard for me. But i really would like to get my server up and running again.

I tried fixing it myself but didn't manage to get it working. I did manage to mount the drive (i think) using zpool import -d /dev disk1. The drive is supposed to be ONLINE again but it still shows as unmountable. If i restart the server the drive is gone again. I did a zpool upgrade so i don't think its possible to roll back to Unraid 6 again.

Before the upgrade
before.png

After the upgrade

after.png

After my best effort to fix it

my best effort.png

root@Bubbatron:~# zpool status
  pool: cache
 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 00:00:18 with 0 errors on Wed Jan  1 12:15:41 2025
config:

        NAME         STATE     READ WRITE CKSUM
        cache        ONLINE       0     0     0
          nvme0n1p1  ONLINE       0     0     0

errors: No known data errors

  pool: disk1
 state: ONLINE
config:

        NAME        STATE     READ WRITE CKSUM
        disk1       ONLINE       0     0     0
          md1p1     ONLINE       0     0     0

errors: No known data errors

Any help would be greatly appreciated 🙏

Thanks!

Solved by JorgeB

  • Community Expert

Reboot and post the diagsnostics after array start.

  • Community Expert

With the array started, post the ouput from

wipefs /dev/md1p1

Despite the name, this won't wipe anything as written

  • Author
~# wipefs /dev/md1p1

DEVICE OFFSET        TYPE       UUID                                 LABEL

md1p1  0x0           xfs        265a25f8-0ca7-4a9d-baad-5aa8ac4c42ad 

md1p1  0x4000        zfs_member 12900186009733923430                 disk1

md1p1  0x44000       zfs_member 12900186009733923430                 disk1

md1p1  0x3a381744000 zfs_member 12900186009733923430                 disk1

md1p1  0x3a381784000 zfs_member 12900186009733923430                 disk1
  • Community Expert
  • Solution

Disk has dual signatures, that is the issue, if you are sure you were using zfs, not xfs, and that checks out since the zfs filesystem can be imported manually, you can delete the xfs signature:

wipefs -a -t xfs /dev/md1p1

Then restart the array, and it should now mount.

P.S. if the pool is imported, you must export it manually before with zpool export disk1

  • Author

Thank you sooooo much!! Everything is working perfectly again. ❤️

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.