Guest User

Untitled

a guest
Nov 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # /etc/fstab
  2. //192.168.1.10/GoFlex40Home40Public /media/nas cifs credentials=/root/.smbcredentials,iocharset=utf8,gid=100,uid=1000 0 0
  3.  
  4. Retrying with upper case share name
  5. mount error(6): No such device or address
  6. Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
  7. mount: mounting //192.168.1.10/GoFlex40Home40Public on /media/nas failed: No such device or address
  8.  
  9. mount -t cifs //192.168.1.10/GoFlex Home Public /media/nas -o credentials=/root/.smbcredentials
  10.  
  11. mount -t cifs "//192.168.1.10/GoFlex Home Public" /media/nas -o credentials=/root/.smbcredentials
Add Comment
Please, Sign In to add comment