Guest User

Untitled

a guest
May 21st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. ~# fdisk -l
  2. Disk /dev/mmcblk0: 14.9 GiB, 16012804096 bytes, 31275008 sectors
  3. Units: sectors of 1 * 512 = 512 bytes
  4. Sector size (logical/physical): 512 bytes / 512 bytes
  5. I/O size (minimum/optimal): 512 bytes / 512 bytes
  6. Disklabel type: dos
  7. Disk identifier: 0x40c68308
  8.  
  9. Device Boot Start End Sectors Size Id Type
  10. /dev/mmcblk0p1 2048 31275007 31272960 14.9G c W95 FAT32 (LBA)
  11.  
  12.  
  13. Disk /dev/sda: 3.7 GiB, 3999268864 bytes, 7811072 sectors
  14. Units: sectors of 1 * 512 = 512 bytes
  15. Sector size (logical/physical): 512 bytes / 512 bytes
  16. I/O size (minimum/optimal): 512 bytes / 512 bytes
  17. Disklabel type: dos
  18. Disk identifier: 0x55a1afc3
  19.  
  20. Device Boot Start End Sectors Size Id Type
  21. /dev/sda1 * 2048 450559 448512 219M 83 Linux
  22. /dev/sda2 450560 6805503 6354944 3G 83 Linux
  23. /dev/sda3 6807550 7809023 1001474 489M 5 Extended
  24. /dev/sda5 6807552 7809023 1001472 489M 82 Linux swap / Solaris
  25.  
  26. ~# mount
  27. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  28. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  29. udev on /dev type devtmpfs (rw,nosuid,relatime,size=250696k,nr_inodes=62674,mode=755)
  30. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  31. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=51400k,mode=755)
  32. /dev/sda2 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  33. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  34. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  35. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  36. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  37. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  38. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  39. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  40. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  41. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  42. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  43. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  44. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  45. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  46. mqueue on /dev/mqueue type mqueue (rw,relatime)
  47. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  48. /dev/sda1 on /boot type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
  49. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=51396k,mode=700,uid=1000,gid=1000)
Add Comment
Please, Sign In to add comment