GPT parttions

From PryMar56, 1 Year ago, written in Plain Text, viewed 105 times.
URL https://pb.dynavirt.com/view/1195bdf1 Embed
Download Paste or View Raw
  1. tlviewer@z68xen:~$ sudo parted /dev/sda
  2. GNU Parted 3.4
  3. Using /dev/sda
  4. Welcome to GNU Parted! Type 'help' to view a list of commands.
  5. (parted) print                                                            
  6. Model: ATA ST32000641AS (scsi)
  7. Disk /dev/sda: 2000GB
  8. Sector size (logical/physical): 512B/512B
  9. Partition Table: gpt
  10. Disk Flags:
  11.  
  12. Number  Start   End     Size    File system     Name     Flags
  13.  1      2097kB  210MB   208MB                   primary  bios_grub
  14.  2      210MB   3355MB  3146MB  linux-swap(v1)  primary  swap
  15.  3      3355MB  6291MB  2936MB  fat32           vfat     msftdata
  16.  4      6291MB  33.6GB  27.3GB                  primary
  17.  5      33.6GB  49.3GB  15.7GB  ext4            primary
  18.  6      49.3GB  65.0GB  15.7GB  ext4            primary
  19.  7      65.0GB  80.7GB  15.7GB                  primary
  20.  8      80.7GB  186GB   105GB                   primary  lvm
  21.  9      186GB   1332GB  1146GB                  primary  lvm
  22. 10      1332GB  1350GB  18.3GB  ext4            primary
  23. 11      1350GB  1362GB  12.0GB  ext4            primary
  24. 12      1362GB  1372GB  10.0GB  ext4            primary
  25.  
  26. (parted)                                                                  
  27.  
  28.  
  29. tlviewer@z68xen:~$ sudo grep -o -P "menuentry '[^\']*" /boot/grub/grub.cfg | sed -e 's| {||'
  30. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64-xsm and Linux 6.1.0-0.deb11.7-amd64
  31. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64-xsm and Linux 5.19.0-2-amd64
  32. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64-xsm and Linux 5.10.0-10-amd64
  33. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64 and Linux 6.1.0-0.deb11.7-amd64
  34. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64 and Linux 5.19.0-2-amd64
  35. menuentry 'Debian GNU/Linux, with Xen 4.17-amd64 and Linux 5.10.0-10-amd64
  36. menuentry 'Debian GNU/Linux, with Linux 6.1.0-0.deb11.7-amd64
  37. menuentry 'Debian GNU/Linux, with Linux 5.19.0-2-amd64
  38. menuentry 'Debian GNU/Linux, with Linux 5.10.0-10-amd64
  39. menuentry 'Memory test (memtest86+x64.bin, serial console)
  40. menuentry 'AL-8 Desktop gpt10 (4.18.0-348.12.2.el8_5.x86_64) 8.7 (Stone Smilodon)
  41. menuentry 'AlmaLinux (0-rescue-11e2efa89c614edcbbcbcd3ecb7e5682) 8.5 (Arctic Sphynx)
  42. menuentry 'AL-9 Desktop gpt6 (5.19.12-0.rc4.el9.elrepo)  (Emerald Puma)
  43. menuentry 'AL-9 gpt12 (5.19.12-0.rc4.el9.elrepo.x86_64)  (Lime Lynx)
  44. menuentry 'AlmaLinux 9, with Xen 4.17 and Linux 5.19.11-0.rc3.el9.prymar.x86_64
  45. menuentry 'AlmaLinux 9, with Xen 4.17 and Linux 6.0.8-1.el9.elrepo.x86_64
  46.  

Reply to "GPT parttions"

Here you can reply to the paste above

captcha