Guest User

Untitled

a guest
Jan 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.46 KB | None | 0 0
  1. pi@raspberrypi ~ $ df
  2. Filesystem     1K-blocks    Used Available Use% Mounted on
  3. /dev/root       15187852 4272964  10238292  30% /
  4. devtmpfs          469752       0    469752   0% /dev
  5. tmpfs             474068       0    474068   0% /dev/shm
  6. tmpfs             474068    6716    467352   2% /run
  7. tmpfs               5120       4      5116   1% /run/lock
  8. tmpfs             474068       0    474068   0% /sys/fs/cgroup
  9. /dev/mmcblk0p1     57288   20304     36984  36% /boot
  10. tmpfs              94816       0     94816   0% /run/user/1000
  11.  
  12.  
  13.  
  14. pi@raspberrypi ~ $ mount
  15. /dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered)
  16. devtmpfs on /dev type devtmpfs (rw,relatime,size=469752k,nr_inodes=117438,mode=755)
  17. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  18. proc on /proc type proc (rw,relatime)
  19. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  20. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  21. tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
  22. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  23. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  24. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  25. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  26. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  27. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  28. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  29. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  30. cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
  31. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
  32. mqueue on /dev/mqueue type mqueue (rw,relatime)
  33. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  34. configfs on /sys/kernel/config type configfs (rw,relatime)
  35. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  36. /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
  37. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=94816k,mode=700,uid=1000,gid=1000)
  38. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  39.  
  40.  
  41.  
  42. pi@raspberrypi ~ $ sudo fdisk -l
  43.  
  44. Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
  45. Units: sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 4096 bytes
  47. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  48. Disk /dev/ram1: 4 MiB, 4194304 bytes, 8192 sectors
  49. Units: sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 4096 bytes
  51. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  52. Disk /dev/ram2: 4 MiB, 4194304 bytes, 8192 sectors
  53. Units: sectors of 1 * 512 = 512 bytes
  54. Sector size (logical/physical): 512 bytes / 4096 bytes
  55. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  56. Disk /dev/ram3: 4 MiB, 4194304 bytes, 8192 sectors
  57. Units: sectors of 1 * 512 = 512 bytes
  58. Sector size (logical/physical): 512 bytes / 4096 bytes
  59. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  60. Disk /dev/ram4: 4 MiB, 4194304 bytes, 8192 sectors
  61. Units: sectors of 1 * 512 = 512 bytes
  62. Sector size (logical/physical): 512 bytes / 4096 bytes
  63. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  64. Disk /dev/ram5: 4 MiB, 4194304 bytes, 8192 sectors
  65. Units: sectors of 1 * 512 = 512 bytes
  66. Sector size (logical/physical): 512 bytes / 4096 bytes
  67. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  68. Disk /dev/ram6: 4 MiB, 4194304 bytes, 8192 sectors
  69. Units: sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 4096 bytes
  71. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  72. Disk /dev/ram7: 4 MiB, 4194304 bytes, 8192 sectors
  73. Units: sectors of 1 * 512 = 512 bytes
  74. Sector size (logical/physical): 512 bytes / 4096 bytes
  75. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  76. Disk /dev/ram8: 4 MiB, 4194304 bytes, 8192 sectors
  77. Units: sectors of 1 * 512 = 512 bytes
  78. Sector size (logical/physical): 512 bytes / 4096 bytes
  79. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  80. Disk /dev/ram9: 4 MiB, 4194304 bytes, 8192 sectors
  81. Units: sectors of 1 * 512 = 512 bytes
  82. Sector size (logical/physical): 512 bytes / 4096 bytes
  83. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  84. Disk /dev/ram10: 4 MiB, 4194304 bytes, 8192 sectors
  85. Units: sectors of 1 * 512 = 512 bytes
  86. Sector size (logical/physical): 512 bytes / 4096 bytes
  87. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  88. Disk /dev/ram11: 4 MiB, 4194304 bytes, 8192 sectors
  89. Units: sectors of 1 * 512 = 512 bytes
  90. Sector size (logical/physical): 512 bytes / 4096 bytes
  91. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  92. Disk /dev/ram12: 4 MiB, 4194304 bytes, 8192 sectors
  93. Units: sectors of 1 * 512 = 512 bytes
  94. Sector size (logical/physical): 512 bytes / 4096 bytes
  95. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  96. Disk /dev/ram13: 4 MiB, 4194304 bytes, 8192 sectors
  97. Units: sectors of 1 * 512 = 512 bytes
  98. Sector size (logical/physical): 512 bytes / 4096 bytes
  99. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  100. Disk /dev/ram14: 4 MiB, 4194304 bytes, 8192 sectors
  101. Units: sectors of 1 * 512 = 512 bytes
  102. Sector size (logical/physical): 512 bytes / 4096 bytes
  103. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  104. Disk /dev/ram15: 4 MiB, 4194304 bytes, 8192 sectors
  105. Units: sectors of 1 * 512 = 512 bytes
  106. Sector size (logical/physical): 512 bytes / 4096 bytes
  107. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  108. Disk /dev/mmcblk0: 14,9 GiB, 15931539456 bytes, 31116288 sectors
  109. Units: sectors of 1 * 512 = 512 bytes
  110. Sector size (logical/physical): 512 bytes / 512 bytes
  111. I/O size (minimum/optimal): 512 bytes / 512 bytes
  112. Disklabel type: dos
  113. Disk identifier: 0xba2edfb9
  114.  
  115. Device         Boot  Start      End  Sectors  Size Id Type
  116. /dev/mmcblk0p1        8192   122879   114688   56M  c W95 FAT32 (LBA)
  117. /dev/mmcblk0p2      122880 31116287 30993408 14,8G 83 Linux
  118.  
  119. Disk /dev/sda: 465,8 GiB, 500107862016 bytes, 976773168 sectors
  120. Units: sectors of 1 * 512 = 512 bytes
  121. Sector size (logical/physical): 512 bytes / 512 bytes
  122. I/O size (minimum/optimal): 512 bytes / 512 bytes
  123. Disklabel type: dos
  124. Disk identifier: 0x58a4277e
  125.  
  126. Device     Boot Start       End   Sectors   Size Id Type
  127. /dev/sda1        2048 976769023 976766976 465,8G  7 HPFS/NTFS/exFAT
Advertisement
Add Comment
Please, Sign In to add comment