Advertisement
Guest User

Untitled

a guest
Aug 4th, 2011
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo mount /dev/sda /mnt
  2. mount: /dev/sda ist bereits eingehängt oder /mnt wird gerade benutzt
  3. ubuntu@ubuntu:~$ sudo mount
  4. aufs on / type aufs (rw)
  5. none on /proc type proc (rw,noexec,nosuid,nodev)
  6. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  7. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  8. none on /dev type devtmpfs (rw,mode=0755)
  9. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  10. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  11. /dev/loop0 on /rofs type squashfs (ro,noatime)
  12. none on /sys/kernel/debug type debugfs (rw)
  13. none on /sys/kernel/security type securityfs (rw)
  14. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  15. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  16. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  17. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  18. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  19. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement