Back again with BTRFS errors


Recommended Posts

3 minutes ago, DuzAwe said:

Scrub came back with nothing. 

Also, a scrub only checks data and metadata consistency, it doesn't look for filesystem corruption you can do that with the pool offline by typing:

 

btrfs check /dev/sdX1

 

Note that if errors are found running btrfs check in repair model (btrfs check --repair) is considered dangerous, should only be done if told so.

Link to comment
1 minute ago, JorgeB said:

Also, a scrub only checks data and metadata consistency, it doesn't look for filesystem corruption you can do that with the pool offline by typing:

 


btrfs check /dev/sdX1

 

Note that if errors are found running btrfs check in repair model (btrfs check --repair) is considered dangerous, should only be done if told so.

 

Comes back with:

root@thelibrary:~# btrfs check /dev/sdX1
Opening filesystem to check...
ERROR: mount check: cannot open /dev/sdX1: No such file or directory
ERROR: could not check mount status: No such file or directory

Link to comment
2 minutes ago, DuzAwe said:

 

Comes back with:

root@thelibrary:~# btrfs check /dev/sdX1
Opening filesystem to check...
ERROR: mount check: cannot open /dev/sdX1: No such file or directory
ERROR: could not check mount status: No such file or directory

You have to replace 'X' with the correct letter for the drive as shown in the unPaid GUI.

 

  • Like 1
Link to comment

Well I feel like a fool. Ok Looks clean.

 

Opening filesystem to check...
Checking filesystem on /dev/nvme1n1p1
UUID: cdb12f2a-8005-48a1-b8f7-bd0e1fc9fd43
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space tree
[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 266705154048 bytes used, no error found
total csum bytes: 225909672
total tree bytes: 698073088
total fs tree bytes: 379420672
total extent tree bytes: 46546944
btree space waste bytes: 119030509
file data blocks allocated: 2601829400576
 referenced 262717333504

 

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.