Advertisement
Guest User

CentOS SSD Troubleshooting 2

a guest
Dec 15th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. Information for disk problems.
  2. [code]
  3. == BEGIN uname -rmi ==
  4. 3.10.0-957.1.3.el7.x86_64 x86_64 x86_64
  5. == END uname -rmi ==
  6.  
  7. == BEGIN rpm -qa \*-release\* ==
  8. centos-release-7-6.1810.2.el7.centos.x86_64
  9. == END rpm -qa \*-release\* ==
  10.  
  11. == BEGIN cat /etc/redhat-release ==
  12. CentOS Linux release 7.6.1810 (Core)
  13. == END cat /etc/redhat-release ==
  14.  
  15. == BEGIN getenforce ==
  16. Enforcing
  17. == END getenforce ==
  18.  
  19. == BEGIN free -m ==
  20. total used free shared buff/cache available
  21. Mem: 23831 1486 21252 231 1091 21738
  22. Swap: 12031 0 12031
  23. == END free -m ==
  24.  
  25. == BEGIN cat /etc/fstab ==
  26.  
  27. #
  28. # /etc/fstab
  29. # Created by anaconda on Sun Dec 9 17:03:40 2018
  30. #
  31. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  32. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  33. #
  34. /dev/mapper/centos-root / xfs defaults 0 0
  35. UUID=c644e328-5f82-4cd8-9cfe-f2d249edd3e5 /boot xfs defaults 0 0
  36. UUID=13B2-7FAA /boot/efi vfat umask=0077,shortname=winnt 0 0
  37. /dev/mapper/centos-home /home xfs defaults 0 0
  38. /dev/mapper/centos-swap swap swap defaults 0 0
  39. == END cat /etc/fstab ==
  40.  
  41. == BEGIN df -h ==
  42. Filesystem Size Used Avail Use% Mounted on
  43. /dev/mapper/centos-root 50G 5.1G 45G 11% /
  44. devtmpfs 12G 0 12G 0% /dev
  45. tmpfs 12G 42M 12G 1% /dev/shm
  46. tmpfs 12G 10M 12G 1% /run
  47. tmpfs 12G 0 12G 0% /sys/fs/cgroup
  48. /dev/sdb2 1014M 224M 791M 23% /boot
  49. /dev/sdb1 200M 12M 189M 6% /boot/efi
  50. /dev/mapper/centos-home 869G 5.2G 863G 1% /home
  51. tmpfs 2.4G 28K 2.4G 1% /run/user/1000
  52. == END df -h ==
  53.  
  54. == BEGIN fdisk -lu ==
  55. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
  56.  
  57. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
  58. Units = sectors of 1 * 512 = 512 bytes
  59. Sector size (logical/physical): 512 bytes / 4096 bytes
  60. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  61. Disk label type: gpt
  62. Disk identifier: 41D43EA4-B46A-4956-98A0-638966E5A18C
  63.  
  64.  
  65. # Start End Size Type Name
  66. 1 2048 411647 200M EFI System EFI System Partition
  67. 2 411648 2508799 1G Microsoft basic
  68. 3 2508800 1953523711 930.3G Linux LVM
  69.  
  70. Disk /dev/mapper/centos-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
  71. Units = sectors of 1 * 512 = 512 bytes
  72. Sector size (logical/physical): 512 bytes / 4096 bytes
  73. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  74.  
  75.  
  76. Disk /dev/mapper/centos-swap: 12.6 GB, 12616466432 bytes, 24641536 sectors
  77. Units = sectors of 1 * 512 = 512 bytes
  78. Sector size (logical/physical): 512 bytes / 4096 bytes
  79. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  80.  
  81.  
  82. Disk /dev/mapper/centos-home: 932.6 GB, 932607688704 bytes, 1821499392 sectors
  83. Units = sectors of 1 * 512 = 512 bytes
  84. Sector size (logical/physical): 512 bytes / 4096 bytes
  85. I/O size (minimum/ohBZvx4Aptimal): 4096 bytes / 4096 bytes
  86.  
  87. == END fdisk -lu ==
  88.  
  89. == BEGIN parted -l ==
  90. Model: ATA ST1000LM024 HN-M (scsi)
  91. Disk /dev/sdb: 1000GB
  92. Sector size (logical/physical): 512B/4096B
  93. Partition Table: gpt
  94. Disk Flags:
  95.  
  96. Number Start End Size File system Name Flags
  97. 1 1049kB 211MB 210MB fat16 EFI System Partition boot
  98. 2 211MB 1285MB 1074MB xfs
  99. 3 1285MB 1000GB 999GB lvm
  100.  
  101.  
  102. Model: Linux device-mapper (linear) (dm)
  103. Disk /dev/mapper/centos-home: 933GB
  104. Sector size (logical/physical): 512B/4096B
  105. Partition Table: loop
  106. Disk Flags:
  107.  
  108. Number Start End Size File system Flags
  109. 1 0.00B 933GB 933GB xfs
  110.  
  111.  
  112. Model: Linux device-mapper (linear) (dm)
  113. Disk /dev/mapper/centos-swap: 12.6GB
  114. Sector size (logical/physical): 512B/4096B
  115. Partition Table: loop
  116. Disk Flags:
  117.  
  118. Number Start End Size File system Flags
  119. 1 0.00B 12.6GB 12.6GB linux-swap(v1)
  120.  
  121.  
  122. Model: Linux device-mapper (linear) (dm)
  123. Disk /dev/mapper/centos-root: 53.7GB
  124. Sector size (logical/physical): 512B/4096B
  125. Partition Table: loop
  126. Disk Flags:
  127.  
  128. Number Start End Size File system Flags
  129. 1 0.00B 53.7GB 53.7GB xfs
  130.  
  131.  
  132. == END parted -l ==
  133.  
  134. == BEGIN blkid ==
  135. /dev/mapper/centos-root: UUID="4e716068-fec5-4c09-a654-759b9559b633" TYPE="xfs"
  136. /dev/sdb3: UUID="FmXegk-xkuU-QlGB-PLre-seJ3-p7gl-J5oECt" TYPE="LVM2_member" PARTUUID="1b589afa-6f2c-48e8-a709-ffbfeef4e2bd"
  137. /dev/sdb1: SEC_TYPE="msdos" UUID="13B2-7FAA" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0677a8dc-c4bc-4a28-9858-ebd3d7e43946"
  138. /dev/sdb2: UUID="c644e328-5f82-4cd8-9cfe-f2d249edd3e5" TYPE="xfs" PARTUUID="b1e5ec29-4b0f-4e6f-b3d6-34069775ee96"
  139. /dev/mapper/centos-swap: UUID="15b3a4e2-2362-4cea-b48c-ad53b3d0a1ba" TYPE="swap"
  140. /dev/mapper/centos-home: UUID="b2372a79-aa0d-4d34-b8f6-002004955cf7" TYPE="xfs"
  141. == END blkid ==
  142.  
  143. == BEGIN cat /proc/mdstat ==
  144. Personalities :
  145. unused devices: <none>
  146. == END cat /proc/mdstat ==
  147.  
  148. == BEGIN pvs ==
  149. PV VG Fmt Attr PSize PFree
  150. /dev/sdb3 centos lvm2 a-- 930.31g 4.00m
  151. == END pvs ==
  152.  
  153. == BEGIN vgs ==
  154. VG #PV #LV #SN Attr VSize VFree
  155. centos 1 3 0 wz--n- 930.31g 4.00m
  156. == END vgs ==
  157.  
  158. == BEGIN lvs ==
  159. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  160. home centos -wi-ao---- <868.56g
  161. root centos -wi-ao---- 50.00g
  162. swap centos -wi-ao---- 11.75g
  163. == END lvs ==
  164.  
  165. [/code]
  166. [root@typhoon Downloads]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement