Jump to content

Cache disk unmountable Wrong or no file system after upgrade to 6.10.2-rc3 from 6.10.0-rc4


Recommended Posts

The problem is isolated to btrfs superblock broken.

 

Fix this by use backup superblock. But I am afraid that I hit this again if upgrade to 6.10.2

 

root@Bovin-lab:/mnt# btrfs check /dev/nvme0n1p1
Opening filesystem to check...
No valid Btrfs found on /dev/nvme0n1p1
ERROR: cannot open file system

 

root@Bovin-lab:/mnt# btrfs check -s 1 /dev/nvme0n1p1
using SB copy 1, bytenr 67108864
Opening filesystem to check...
Checking filesystem on /dev/nvme0n1p1
UUID: 1e4f3935-8a24-49dd-9fea-6b7a7d4b2fac
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space tree
^[[B[4/7] checking fs roots
[5/7] checking only csums items (without verifying data)
[6/7] checking root refs
[7/7] checking quota groups skipped (not enabled on this FS)
found 29662449664 bytes used, no error found
total csum bytes: 28911732
total tree bytes: 56836096
total fs tree bytes: 15187968
total extent tree bytes: 7110656
btree space waste bytes: 9062485
file data blocks allocated: 311883104256
 referenced 28859248640

 

 

root@Bovin-lab:/mnt# btrfs-select-super -s 1 /dev/nvme0n1p1 >>>>>>>>>before overwrite, confirm backup superblock is good. 
using SB copy 1, bytenr 67108864

 

 

 

Edited by Bovin
Link to comment
23 minutes ago, JorgeB said:

Device was wiped, possibly because the name changed, the last command above usually works for this:

 

 

It should now now mount again.

Hi JorgeB,

 

Thanks for reply. How to avoid hit this? I would like to upgrade again. Should I try a fresh install? 

Link to comment

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...