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.

(Solved) Upgrade 7.0.1 to 7.1.2 - Pool devices are now "Unmountable: wrong or no filesystem"

Featured Replies

After upgraded to 7.1.2 from 7.0.1, I noticed some odd behavior with some of the dockers.   I didn't see it at first, but my pool devices are "unmountable: wrong or no file system".  One drive is a 480gb ssd as cache drive and the other is 512gb NVME.  I haven't had any issues with this prior to the upgrade.

 

Not really sure where to begin troubleshooting this issue.

 

Thank you in advance.

 

Edited by Rush2112

Solved by JorgeB

  • Community Expert

Post the output from

 

wipefs /dev/sdb1

and

wipefs /dev/nvme0n1p1

 

Note that despite the name, this won't wipe anything as written.

  • Author

Thanks for the quick reply:

wipefs /dev/sdb1:

DEVICE OFFSET       TYPE       UUID                                 LABEL
sdb1   0x0          xfs        b35ef0f4-e5c0-4c55-8d35-6415a6db5089
sdb1   0x6fc8544000 zfs_member 571767980592686562                   boot-pool
sdb1   0x6fc8584000 zfs_member 571767980592686562                   boot-pool

 

wipefs /dev/nvme0n1p1:

DEVICE    OFFSET       TYPE       UUID                                 LABEL
nvme0n1p1 0x0          xfs        bb6aadf8-f567-4f70-8402-e0795f75fe09
nvme0n1p1 0x773c0c4000 zfs_member 4843099954729049596                  data

 

 

  • Community Expert
  • Solution

The problem is the old zfs signatures, there are only being detected now because of a kernel change, you can use wipefs to wipe them, and it should be perfectly safe, I've used it before myself and with other users without issues, type:

 

wipefs -a -t zfs_member /dev/sdb1

and

wipefs -a -t zfs_member /dev/nvme0n1p1

 

This will delete the zfs signatures and leave only the xfs ones, after that, restart the array and the pools should now mount.

 

 

  • Author

Ok, we'll give that a go!
Just want to make sure, should I stop the array prior to running those or it doesn't matter as they are not mounted?

Edited by Rush2112

  • Community Expert
3 minutes ago, Rush2112 said:

should I stop the array prior to running those or it doesn't matter as they are not mounted?

It doesn't really matter.

  • Author

And just like that, the devices are back online...

Thanks!

  • Rush2112 changed the title to (Solved) Upgrade 7.0.1 to 7.1.2 - Pool devices are now "Unmountable: wrong or no filesystem"

I did the wipefs -a -t zfs_member /dev/sdb1  command and now none of my zfs disks are mountable.

When I run wipefs /dev/sdb1, nothing is returned.

 

 

Any help would be appreciated here.

Edited by leprechaun17

  • Community Expert
16 hours ago, leprechaun17 said:

I did the wipefs -a -t zfs_member /dev/sdb1  command and now none of my zfs disks are mountable.

You should never run commands from a post intended for another user, if the devices were zfs, doing that would delete the zfs signature.

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.