Friday, July 27, 2012

samba share - ctags: Warning: cannot open source file "directory" : Value too large for defined data type

  1. Reason: Samba share mounted from windows in linux (fedora) may be read-only check in windows by going to properties of folder.
  2. Solution: if its marked as read-only, un-check box.
  3. fstab: add following lines at end of your /etc/fstab file
 //server/share_name    /path/to/mount/point  cifs rw,uid=1000,gid=1000,credentials=/home/user_home/smbcredential_file,dir_mode=0755,file_mode=0755  0  0  
  1. details: add your credentials to smbcredentials_file:
 username=server_username  
 password=server_password   

0 comments:

Post a Comment