Advertisement
Guest User

Untitled

a guest
Jan 5th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo blkid
  2. /dev/loop0: TYPE="squashfs"
  3. /dev/loop1: LABEL="casper-rw" UUID="bbd79fde-1f7e-8642-af05-cddc11161973" TYPE="ext2"
  4. /dev/sda1: UUID="00CCB96BCCB95B9A" TYPE="ntfs"
  5. /dev/sda5: UUID="59aa75c2-d743-499b-95a0-3b3d3c9892e8" TYPE="swap"
  6. /dev/sda6: UUID="38ccf1da-92dd-4382-906b-da0d686075f1" TYPE="swap"
  7. /dev/sda7: UUID="0e5cb2f3-22ab-4b9e-a39f-72f8950d0cd2" TYPE="ext4"
  8. /dev/sda8: UUID="c6564cca-6b22-487b-8bfb-bfd7c351e36d" TYPE="swap"
  9. /dev/sdb1: LABEL="PENDRIVE" UUID="0A3C-224E" TYPE="vfat"
  10. ubuntu@ubuntu:~$ mount
  11. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  12. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  13. udev on /dev type devtmpfs (rw,relatime,size=1019880k,nr_inodes=254970,mode=755)
  14. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  15. tmpfs on /run type tmpfs (rw,nosuid,relatime,size=411280k,mode=755)
  16. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  17. /dev/sdb1 on /cdrom type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  18. /dev/loop0 on /rofs type squashfs (ro,noatime)
  19. /cow on / type overlayfs (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow)
  20. none on /sys/kernel/debug type debugfs (rw,relatime)
  21. none on /sys/kernel/security type securityfs (rw,relatime)
  22. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  23. none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  24. none on /run/shm type tmpfs (rw,nosuid,nodev,relatime)
  25. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
  26. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  27. ubuntu@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement