You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
远端ubuntu建立samba共享,本地linux创建一个note在该samba共享文件夹内。
在创建笔记进行编辑时,只要一修改文件,即便已经保存(Ctrl+S),仍然会不停的提示笔记已经被修改,选择是否放弃本地缓存或者取消的那个弹窗。
配置:
远端ubuntu(10.100.192.168)正常配置samba文件夹,创建samba账号:user/passwd = sam/sam。创建共享文件夹:sam_share_folder。
本地linux(10.100.192.169,用户名:vnote)安装smbclient,创建文件夹:/home/vnote/sam_share_folder
建立映射:sudo mount -t cifs //10.100.192.168/sam_share_folder /home/vnote/sam_share_folder -o username=sam,password=sam,uid=1000,gid=1000,iocharset=utf8,rw,dir_mode=0755,file_mode=0755
备注:
Windows访问samba暂时未发现不停弹窗。
建在samba共享文件夹的目的,是为了能够在不同的设备上共享编辑同一份note。
Beta Was this translation helpful? Give feedback.
All reactions