Advertisement
Guest User

Untitled

a guest
Jan 1st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [root@rasmusahome ralle]# btrfs fi show
  2. Label: 'Fortune' uuid: f87c173c-c873-424f-9c79-3be2c4d37d88
  3. Total devices 4 FS bytes used 1.09TiB
  4. devid 3 size 465.76GiB used 330.00GiB path /dev/sdc1
  5. devid 4 size 931.51GiB used 796.03GiB path /dev/sda1
  6. devid 5 size 1.46TiB used 788.03GiB path /dev/sdb1
  7. devid 6 size 3.64TiB used 338.00GiB path /dev/sdd1
  8.  
  9. Label: 'Glassbox' uuid: ca44c8e4-1a26-4b4a-ba52-38a4b0d3f104
  10. Total devices 1 FS bytes used 273.96GiB
  11. devid 1 size 2.17TiB used 394.04GiB path /dev/sdb2
  12.  
  13. [root@rasmusahome ralle]# btrfs fi df /mnt/fortune/
  14. Data, RAID1: total=1.09TiB, used=1.08TiB
  15. System, RAID1: total=32.00MiB, used=192.00KiB
  16. Metadata, RAID1: total=11.00GiB, used=8.78GiB
  17. GlobalReserve, single: total=512.00MiB, used=0.00B
  18.  
  19. [root@rasmusahome ralle]# mount
  20. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  21. sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  22. dev on /dev type devtmpfs (rw,nosuid,relatime,size=3931268k,nr_inodes=982817,mode=755)
  23. run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
  24. /dev/sdc1 on / type btrfs (ro,relatime,space_cache,subvolid=1187,subvol=/linux)
  25. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  26. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  27. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  28. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  29. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
  30. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  31. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  32. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  33. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  34. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  35. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  36. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  37. cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
  38. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  39. configfs on /sys/kernel/config type configfs (rw,relatime)
  40. tmpfs on /tmp type tmpfs (rw)
  41. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  42. mqueue on /dev/mqueue type mqueue (rw,relatime)
  43. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  44. /dev/sdc1 on /mnt/fortune type btrfs (ro,relatime,space_cache,subvolid=5,subvol=/)
  45. /dev/sdc1 on /home type btrfs (ro,relatime,space_cache,subvolid=5,subvol=/home)
  46. /dev/sdb2 on /mnt/glassbox type btrfs (rw,relatime,space_cache,subvolid=5,subvol=/)
  47. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=786796k,mode=700,uid=1000,gid=100)
  48. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  49. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement