Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. bmxboy@bmxboy-virtual-machine:/$ sudo mount -t btrfs /dev/vg1/volume_1 /mnt/ds001 -o ro
  2. mount: /mnt/ds001: wrong fs type, bad option, bad superblock on /dev/mapper/vg1-volume_1, missing codepage or helper program, or other error.
  3. bmxboy@bmxboy-virtual-machine:/$ sudo mdadm -D /dev/md2
  4. /dev/md2:
  5. Version : 1.2
  6. Creation Time : Thu Mar 28 20:24:15 2019
  7. Raid Level : raid6
  8. Array Size : 23403556352 (22319.37 GiB 23965.24 GB)
  9. Used Dev Size : 2925444544 (2789.92 GiB 2995.66 GB)
  10. Raid Devices : 10
  11. Total Devices : 10
  12. Persistence : Superblock is persistent
  13.  
  14. Update Time : Fri Apr 19 08:55:24 2019
  15. State : clean
  16. Active Devices : 10
  17. Working Devices : 10
  18. Failed Devices : 0
  19. Spare Devices : 0
  20.  
  21. Layout : left-symmetric
  22. Chunk Size : 64K
  23.  
  24. Consistency Policy : resync
  25.  
  26. Name : DS001:2
  27. UUID : 356ff063:76450548:c57674b6:69223636
  28. Events : 29235
  29.  
  30. Number Major Minor RaidDevice State
  31. 0 8 131 0 active sync /dev/sdi3
  32. 1 8 115 1 active sync /dev/sdh3
  33. 2 8 67 2 active sync /dev/sde3
  34. 3 8 83 3 active sync /dev/sdf3
  35. 4 8 51 4 active sync /dev/sdd3
  36. 8 8 99 5 active sync /dev/sdg3
  37. 6 8 147 6 active sync /dev/sdj3
  38. 12 8 19 7 active sync /dev/sdb3
  39. 11 8 163 8 active sync /dev/sdk3
  40. 10 8 35 9 active sync /dev/sdc3
  41.  
  42. bmxboy@bmxboy-virtual-machine:/$ dmesg | grep BTRFS
  43. [ 17.026125] BTRFS: device label 2019.03.28-12:24:35 v23739 devid 1 transid 6011 /dev/dm-1
  44. [ 168.013852] BTRFS info (device dm-1): using free space tree
  45. [ 168.013855] BTRFS info (device dm-1): has skinny extents
  46. [ 168.127156] BTRFS error (device dm-1): parent transid verify failed on 887020683264 wanted 6011 found 6270
  47. [ 168.133110] BTRFS error (device dm-1): parent transid verify failed on 887020683264 wanted 6011 found 6270
  48. [ 168.133118] BTRFS warning (device dm-1): failed to read tree root
  49. [ 168.151448] BTRFS error (device dm-1): open_ctree failed
  50. [ 8686.922437] BTRFS warning (device dm-1): 'recovery' is deprecated, use 'usebackuproot' instead
  51. [ 8686.922439] BTRFS info (device dm-1): trying to use backup root at mount time
  52. [ 8686.922441] BTRFS info (device dm-1): disabling free space tree
  53. [ 8686.922444] BTRFS error (device dm-1): cannot disable free space tree
  54. [ 8686.923395] BTRFS error (device dm-1): open_ctree failed
  55. [ 9761.164452] BTRFS info (device dm-1): disabling free space tree
  56. [ 9761.164455] BTRFS error (device dm-1): cannot disable free space tree
  57. [ 9761.165254] BTRFS error (device dm-1): open_ctree failed
  58. [14237.853328] BTRFS info (device dm-1): unrecognized mount option '0'
  59. [14237.853528] BTRFS error (device dm-1): open_ctree failed
  60.  
  61.  
  62. bmxboy@bmxboy-virtual-machine:/$ sudo btrfs fi show
  63. Label: '2019.03.28-12:24:35 v23739' uuid: 90877621-a602-4915-914c-70eada4c3428
  64. Total devices 1 FS bytes used 14.68TiB
  65. devid 1 size 19.07TiB used 15.50TiB path /dev/mapper/vg1-volume_1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement