Advertisement
Guest User

Untitled

a guest
Jul 26th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. rush@ubuntu:~$ sudo mkdir /LDrive
  2. [sudo] password for rush:
  3. rush@ubuntu:~$ gksudo gedit /etc/fstab #And /host to /LDrive
  4. unmount /host
  5. mount /LDrive
  6. rush@ubuntu:~$ unmount /host
  7. No command 'unmount' found, did you mean:
  8. Command 'umount' from package 'mount' (main)
  9. Command 'umount' from package 'loop-aes-utils' (universe)
  10. unmount: command not found
  11. rush@ubuntu:~$ mount /LDrive
  12. mount: can't find /LDrive in /etc/fstab or /etc/mtab
  13. rush@ubuntu:~$ gksudo gedit /etc/fstab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement