Advertisement
Guest User

Untitled

a guest
Dec 27th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. pi@raspberrypi:~ $ rvm -v
  2. rvm 1.26.11 (latest) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
  3.  
  4. pi@raspberrypi:~ $ rvm install ruby
  5. Searching for binary rubies, this might take some time.
  6. No binary rubies available for: debian/8/armhf/ruby-2.2.1.
  7. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
  8. Not enough space (297MB) to install ruby (440MB).
  9.  
  10. pi@raspberrypi:~ $ mount
  11. /dev/mmcblk0p2 on / type ext4 (rw,noatime,data=ordered)
  12. devtmpfs on /dev type devtmpfs (rw,relatime,size=469748k,nr_inodes=117437,mode=755)
  13. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  14. proc on /proc type proc (rw,relatime)
  15. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  16. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  17. tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
  18. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  19. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  20. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd- cgroups-agent,name=systemd)
  21. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  22. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  23. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  24. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  25. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  26. cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
  27. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
  28. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  29. mqueue on /dev/mqueue type mqueue (rw,relatime)
  30. configfs on /sys/kernel/config type configfs (rw,relatime)
  31. /dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
  32.  
  33. pi@raspberrypi:~ $ df -h
  34. Filesystem Size Used Avail Use% Mounted on
  35. /dev/root 1.3G 882M 310M 75% /
  36. devtmpfs 459M 0 459M 0% /dev
  37. tmpfs 463M 0 463M 0% /dev/shm
  38. tmpfs 463M 6.2M 457M 2% /run
  39. tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  40. tmpfs 463M 0 463M 0% /sys/fs/cgroup
  41. /dev/mmcblk0p1 60M 20M 41M 34% /boot
  42.  
  43. pi@raspberrypi:~ $ lsblk
  44. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  45. mmcblk0 179:0 0 15G 0 disk
  46. ├─mmcblk0p1 179:1 0 60M 0 part /boot
  47. └─mmcblk0p2 179:2 0 1.3G 0 part /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement