Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. sudo mount -t cifs -o username=USERNAME,password=PASSWORD \192.168.2.12TestShare mnt/
  2.  
  3. mount.cifs: bad UNC (192.168.2.12TestShare)
  4.  
  5. sudo mount -t cifs -o username=USERNAME,password=PASSWORD \192.168.2.12\TestShare mnt/
  6. sudo mount -t cifs -o username=USERNAME,password=PASSWORD \192.168.2.12:TestShare mnt/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement