Advertisement
Guest User

Untitled

a guest
Jul 14th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. root@temp:/home/rojer# e2fsck -n /dev/sdb
  2. e2fsck 1.42.5 (29-Jul-2012)
  3. /dev/sdb: clean, 10/3276800 files, 251695/13107200 blocks
  4. root@temp:/home/rojer# moutn /dev/sdb /mnt
  5. bash: moutn: command not found
  6. root@temp:/home/rojer# mount /dev/sdb /mnt
  7. root@temp:/home/rojer# ll /mnt/
  8. bash: ll: command not found
  9. root@temp:/home/rojer# ls -la /mnt
  10. total 8
  11. drwxr-xr-x 2 root root 4096 Jul 14 15:46 .
  12. drwxr-xr-x 24 root root 4096 Jul 13 11:08 ..
  13. root@temp:/home/rojer# df -h
  14. Filesystem Size Used Avail Use% Mounted on
  15. rootfs 9.8G 826M 8.4G 9% /
  16. udev 10M 0 10M 0% /dev
  17. tmpfs 60M 124K 60M 1% /run
  18. /dev/disk/by-uuid/f48d0d6c-8364-4a3d-b92e-b2747abf03ed 9.8G 826M 8.4G 9% /
  19. tmpfs 5.0M 0 5.0M 0% /run/lock
  20. tmpfs 119M 0 119M 0% /run/shm
  21. /dev/sdb 50G 52M 47G 1% /mnt
  22. root@temp:/home/rojer# umount /dev/sdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement