Mounting a windows share Ubuntu (CIFS)


/ Published in: Bash
Save to your folder(s)

Mounting a windows share in Ubuntu (The UI version doesn't seem to offer a mount point).


Copy this code and paste it in your HTML
  1. $ sudo apt-get install smbfs
  2. $ mkdir /media/shared
  3. $ sudo mount.cifs //host/shared/ /media/shared/ -o username=user,domain=bla,ocharset=utf8,file_mode=0777,dir_mode=0777

URL: https://techcommons.stanford.edu/topics/miscellaneous/mounting-active-directory-windows-cifs-file-share-ubuntu-linux

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.