Comment 30 for bug 210741

Revision history for this message
bigal50 (bigal50) wrote :

This appears to be a duplicate of at bug at https://dev.openwrt.org/ticket/2865

Try mounting in fstab using this
For a non-password protected share with read/write permission use
//netbiosname/sharename /media/sharename cifs guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

For a password protected share with read/write permission.
//netbiosname/sharename /media/sharename cifs user,username=user,password=******,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

New > Incomplete