Guest User

Untitled

a guest
Aug 2nd, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. cat mdstat
  2. Personalities : [raid1] [multipath]
  3. md1 : active raid1 nvme0n1p2[2] sdb2[1] sda2[0]
  4. 563136 blocks super 1.0 [3/3] [UUU]
  5. resync=DELAYED
  6.  
  7. md0 : active raid1 nvme0n1p1[2] sdb1[1] sda1[0]
  8. 487689216 blocks super 1.2 [3/3] [UUU]
  9. [==>..................] resync = 10.0% (49162496/487689216) finish=47.5min speed=153804K/sec
  10. bitmap: 4/4 pages [16KB], 65536KB chunk
  11.  
  12. unused devices: <none>
  13. (bifrost) root@bifrost:/opt/stack/bifrost/playbooks# cat mount
  14. rootfs on / type rootfs (rw,size=65717024k,nr_inodes=16429256)
  15. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  16. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  17. devtmpfs on /dev type devtmpfs (rw,nosuid,noexec,size=4096k,nr_inodes=65536,mode=755)
  18. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  19. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  20. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  21. tmpfs on /run type tmpfs (rw,nosuid,nodev,size=26341372k,nr_inodes=819200,mode=755)
  22. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  23. cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
  24. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  25. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  26. none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
  27. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=9709)
  28. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
  29. mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
  30. debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
  31. tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
  32. fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
  33. configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
  34. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
  35. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=13170684k,nr_inodes=3292671,mode=700,uid=1000,gid=1000)
  36. (bifrost) root@bifrost:/opt/stack/bifrost/playbooks# cat parted
  37. Model: ATA Samsung SSD 870 (scsi)
  38. Disk /dev/sda: 500GB
  39. Sector size (logical/physical): 512B/512B
  40. Partition Table: gpt
  41. Disk Flags:
  42.  
  43. Number Start End Size File system Name Flags
  44. 2 1049kB 578MB 577MB fat32 uefi-holder-0 boot, esp
  45. 1 578MB 500GB 500GB primary
  46.  
  47.  
  48. Model: ATA Samsung SSD 870 (scsi)
  49. Disk /dev/sdb: 500GB
  50. Sector size (logical/physical): 512B/512B
  51. Partition Table: gpt
  52. Disk Flags:
  53.  
  54. Number Start End Size File system Name Flags
  55. 2 1049kB 578MB 577MB fat32 uefi-holder-1 boot, esp
  56. 1 578MB 500GB 500GB primary
  57.  
  58.  
  59. Model: CT500P2SSD8 (nvme)
  60. Disk /dev/nvme0n1: 500GB
  61. Sector size (logical/physical): 512B/512B
  62. Partition Table: gpt
  63. Disk Flags:
  64.  
  65. Number Start End Size File system Name Flags
  66. 2 1049kB 578MB 577MB fat32 uefi-holder-2 boot, esp
  67. 1 578MB 500GB 500GB primary
  68.  
  69.  
  70. Model: Linux Software RAID Array (md)
  71. Disk /dev/md0: 499GB
  72. Sector size (logical/physical): 512B/512B
  73. Partition Table: gpt
  74. Disk Flags:
  75.  
  76. Number Start End Size File system Name Flags
  77. 1 1049kB 578MB 577MB fat32 ESP boot, esp
  78. 2 578MB 586MB 8389kB BSP bios_grub
  79. 3 586MB 6375MB 5789MB ext4 root
  80. 4 499GB 499GB 68.1MB
  81.  
  82.  
  83. Model: Linux Software RAID Array (md)
  84. Disk /dev/md1: 577MB
  85. Sector size (logical/physical): 512B/512B
  86. Partition Table: loop
  87. Disk Flags:
  88.  
  89. Number Start End Size File system Flags
  90. 1 0.00B 577MB 577MB fat32
Advertisement
Add Comment
Please, Sign In to add comment