Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-app-cifs-mount 无法工作 #181

Open
WindyCloudCute opened this issue Jan 4, 2023 · 0 comments
Open

luci-app-cifs-mount 无法工作 #181

WindyCloudCute opened this issue Jan 4, 2023 · 0 comments

Comments

@WindyCloudCute
Copy link

在最新的构建尝试中发现
luci-app-cifs-mount插件出现无法挂载SMB分区的问题
排查后得知位于luci/applications/luci-app-cifs-mount/root/etc/init.d/cifs
文件内46行
mount -t cifs -o vers=$smbver,user=$users,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath
需要改为
mount -t cifs -o vers=$smbver,username=$users,password=$pwd,iocharset=$iocharset,$agm //$server/$name $natpath
可以恢复正常使用
希望能核查一下是否正确

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant