Advertisement
skaramicke

Untitled

Aug 12th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. root@pine64:~# fdisk -l
  2.  
  3. Disk /dev/mmcblk0: 14.9 GiB, 16021192704 bytes, 31291392 sectors
  4. Units: sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disklabel type: dos
  8. Disk identifier: 0xa2427f8e
  9.  
  10. Device Boot Start End Sectors Size Id Type
  11. /dev/mmcblk0p1 40960 143359 102400 50M e W95 FAT16 (LBA)
  12. /dev/mmcblk0p2 143360 31291391 31148032 14.9G 83 Linux
  13.  
  14. root@pine64:~# df -h
  15. Filesystem Size Used Avail Use% Mounted on
  16. /dev/mmcblk0p2 7.0G 4.9G 1.8G 74% /
  17. devtmpfs 962M 0 962M 0% /dev
  18. tmpfs 995M 0 995M 0% /dev/shm
  19. tmpfs 995M 8.9M 986M 1% /run
  20. tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  21. tmpfs 995M 0 995M 0% /sys/fs/cgroup
  22. /dev/mmcblk0p1 50M 13M 38M 26% /boot
  23. tmpfs 199M 4.0K 199M 1% /run/user/119
  24. tmpfs 199M 0 199M 0% /run/user/1000
  25. root@pine64:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement