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.

Cache: Unmountable: Unsupported or no file system (after update)

Featured Replies

Hi all,

 

just updated to 6.12.2. After the reboot, my cache drives (formated btrfs) show 'Unmountable: Unsupported or no file system'. (there is also a warning '... references non existent pool cache')

 

Please find my Diagnostics file attached. What can I do to fix the issue and prevent any data loss?

 

Thanks in advance and all the help and great work!

mule-diagnostics-20230705-1125.zip

Solved by JorgeB

  • Replies 98
  • Views 17.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Try this:   Stop array and unassign both pool devices Start array (click checkbox "I want to do this") Stop array Reassign both pool devices Start array, post new diags.

  • It wouldn't because it may have the same end result but 's not the same problem, log tree is damaged, if that is the only issue this may help:   btrfs rescue zero-log /dev/sdj1   Then

  • If the log tree is the only issue this may help: btrfs rescue zero-log /dev/nvme0n1p1 Then restart the array.

Posted Images

  • Community Expert
  • Solution

Try this:

 

Stop array and unassign both pool devices

Start array (click checkbox "I want to do this")

Stop array

Reassign both pool devices

Start array, post new diags.

  • Author
42 minutes ago, JorgeB said:

Try this:

 

Thanks for the fast reply.

Done.

 

Please find the new diags. attached.

mule-diagnostics-20230705-1227.zip

  • Community Expert

Looks like it worked, everything looks OK.

  • Author
23 minutes ago, JorgeB said:

Looks like it worked, everything looks OK.

thanks so much

I have this exact same issue, unfortunately the solution didnt seem to work for me.

 

I have attached my diagnostics in case anyone happens to be able help. Will make a new thread if I dont hear back, thought I wouild post here first to keep all the info in one thread.

 

image.thumb.png.e13a8d7e20ee4df8c008d651b8850ef9.png

tower-diagnostics-20230705-2108.zip

  • Community Expert
37 minutes ago, nardiGray said:

unfortunately the solution didnt seem to work for me.

It wouldn't because it may have the same end result but 's not the same problem, log tree is damaged, if that is the only issue this may help:

 

btrfs rescue zero-log /dev/sdj1

 

Then re-start array.

 

50 minutes ago, JorgeB said:

It wouldn't because it may have the same end result but 's not the same problem, log tree is damaged, if that is the only issue this may help:

 

btrfs rescue zero-log /dev/sdj1

 

Then re-start array.

Thank you JorgeB, you were entirely correct and my cache is now normal. Apologies if my initial post confused anyone.

Hello @JorgeB, I think I'm experiencing something similar to this... A few weeks ago, I updated Unraid to Version: 6.12.0 and upon rebooting the server, I'm getting the same error message as the one in the title of this post on the disks where I have BTRFS format. Could you help me resolve this? Thank you.

Edit: I have already tried both solutions mentioned in this thread, but without any positive results.

diagnostics-20230708-1621.zip

Edited by DeKa

  • Community Expert
20 hours ago, DeKa said:

I think I'm experiencing something similar to this...

Updating to v6.12.2 should fix your issue.

Works, Gracias JorgeB!
Ty4All

  • 4 months later...

Hi Guys

I have lost all my VM's and Docker Service failed to start.

I saw that my cache drive is Unmountable: Unsupported or no file system

I can access to all my discs

Can someone help me to repair everything ?

tower-diagnostics-20231130-2252.zip

  • Community Expert
11 hours ago, Server_home said:

Can someone help me to repair everything ?

If the log tree is the only issue this may help:

btrfs rescue zero-log /dev/nvme0n1p1

Then restart the array.

20 minutes ago, JorgeB said:

If the log tree is the only issue this may help:

btrfs rescue zero-log /dev/nvme0n1p1

Then restart the array.

JorgeB

I get this

 

root@Tower:~# btrfs rescue zero-log /dev/nvme0n1p1
Clearing log on /dev/nvme0n1p1, previous log_root 3102204461056, level 0
ERROR: failed to write super block for devid 1: flush error: No data available
ERROR: failed to write dev supers: No data available
WARNING: fsync on device 1 failed: No data available

I think that the problem is that cache drive is Unmountable: Unsupported or no file system

Can I format it ?

All my docker data and vm's are  saved and accessible as you can see in the screenshot

 

By the way how can I add my vm's again to the VM tab so I can acess them ?

Screenshot_3.png.4a2f8e76f94be08f07c206963614b001.pngScreenshot_4.png.7549765fdf711f9c6e06df99dab5ce0e.pngScreenshot_5.thumb.png.41dc69b0329032a8df9a2d6c210db971.png

  • Community Expert
36 minutes ago, Server_home said:

Can I format it ?

You can but will lose all data there, including all your appdata and VMs,  if they were using that pool.

But the cache drive is Unmountable: Unsupported or no file system so is there a way to recover it ?

 

I have the Vm iso files stored in other avaliable disks , can i recover a vm from a iso file ?

when i do this step

mount -o usebackuproot,ro /dev/sdX1 /temp

I get this message

 root@Tower:/temp# mount -o usebackuproot,ro /dev/sdX1 /temp
mount: /temp: special device /dev/sdX1 does not exist.
       dmesg(1) may have more information after failed mount system call.

  • Community Expert

You need to replace sdX with the correct device, since it's an NVMe it should be

 

mount -o usebackuproot,ro /dev/nvme0n1p1 /temp

 

i use this one

 

root@Tower:/temp# mount -o rescue=all,ro /dev/nvme0n1p1 /temp

 

now in /temp I have 3 folders

appdata/  domains/  system/

 

Do I save them, format the MVME and them copy the files to MVME ?

 

Edited by Server_home

  • Community Expert

Yes, copy everything to the array or somewhere else, confirm the data is good and then re-format and restore the data.

Do you think that there is a problem with the mvme ?

Should I replace it ?

1 hour ago, JorgeB said:

Yes, copy everything to the array or somewhere else, confirm the data is good and then re-format and restore the data.

Now that i already have the vmdk files , how can i put them back on again ?

Guest
This topic is now closed to further replies.

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.