xartin

Untitled

Jan 3rd, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo parted -l
  2. Model: ATA CT2000MX500SSD1 (scsi)
  3. Disk /dev/sda: 2000GB
  4. Sector size (logical/physical): 512B/512B
  5. Partition Table: gpt
  6. Disk Flags:
  7.  
  8. Number Start End Size File system Name Flags
  9. 1 1049kB 2000GB 2000GB ntfs Basic data partition msftdata
  10.  
  11.  
  12. Model: ATA Samsung SSD 860 (scsi)
  13. Disk /dev/sdb: 1000GB
  14. Sector size (logical/physical): 512B/512B
  15. Partition Table: gpt
  16. Disk Flags:
  17.  
  18. Number Start End Size File system Name Flags
  19. 1 17.4kB 16.8MB 16.8MB Microsoft reserved partition msftres
  20. 2 16.8MB 1000GB 1000GB ntfs Basic data partition msftdata
  21.  
  22.  
  23. Model: SanDisk Cruzer (scsi)
  24. Disk /dev/sdc: 16.0GB
  25. Sector size (logical/physical): 512B/512B
  26. Partition Table: msdos
  27. Disk Flags:
  28.  
  29. Number Start End Size Type File system Flags
  30. 1 1049kB 16.0GB 16.0GB primary fat32 boot, lba
  31.  
  32.  
  33. Model: Samsung SSD 970 EVO 1TB (nvme)
  34. Disk /dev/nvme0n1: 1000GB
  35. Sector size (logical/physical): 512B/512B
  36. Partition Table: gpt
  37. Disk Flags:
  38.  
  39. Number Start End Size File system Name Flags
  40. 1 1049kB 17.8MB 16.8MB Microsoft reserved partition msftres
  41. 2 17.8MB 999GB 999GB ntfs Basic data partition msftdata
  42. 3 999GB 1000GB 854MB ntfs hidden, diag
  43.  
  44.  
  45. Model: Samsung SSD 980 PRO 2TB (nvme)
  46. Disk /dev/nvme1n1: 2000GB
  47. Sector size (logical/physical): 512B/512B
  48. Partition Table: gpt
  49. Disk Flags:
  50.  
  51. Number Start End Size File system Name Flags
  52. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  53. 2 538MB 2000GB 2000GB ext4
  54.  
  55.  
  56. ubuntu@ubuntu:~$ sudo parted -l >parted.log
  57. ubuntu@ubuntu:~$ ls
  58. Desktop Documents Downloads Music parted.log Pictures Public snap Templates Videos
  59. ubuntu@ubuntu:~$
Add Comment
Please, Sign In to add comment