LouisDK

Untitled

Jun 17th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. localhost:~ # mount /dev/sdb1 /mnt/test
  2. mount: /mnt/test: special device /dev/sdb1 does not exist.
  3. localhost:~ # mount /dev/sdb /mnt/test
  4. mount: /mnt/test: /dev/sdb already mounted or mount point busy.
  5. localhost:~ # umount /mnt/test
  6. umount: /mnt/test: not mounted.
Advertisement
Add Comment
Please, Sign In to add comment