Guest User

Untitled

a guest
Aug 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. fdisk -l
  2.  
  3. Device Start End Sectors Size Type
  4. /dev/nvme0n1p1 1048576 966660783 965612208 460.5G Linux filesystem
  5. /dev/nvme0n1p2 966660784 1000215182 33554399 16G Linux swap
  6. /dev/nvme0n1p3 2048 1048575 1046528 511M EFI System
  7.  
  8. Partition table entries are not in disk order.
  9.  
  10. ➜ ~ mount | grep boot
  11. /dev/nvme0n1p3 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  12. ➜ ~ df /boot
  13. Filesystem 1K-blocks Used Available Use% Mounted on
  14. /dev/nvme0n1p3 522224 198884 323340 39% /boot
Add Comment
Please, Sign In to add comment