找回密码
 立即注册

QQ登录

只需一步,快速开始

一鹏

高级会员

76

主题

508

帖子

1078

积分

高级会员

积分
1078
一鹏
高级会员   /  发表于:2022-1-21 09:45  /   查看:1886  /  回复:8
10金币
两个活字格服务器,我想共享上传的附件
操作系统ubuntu18
A服务器上我使用samba共享了一个文件夹Upload
B服务器上我创建了一个空目录Upload,想挂载A服务器的这个共享目录,可读写的
于是我使用命令
  1. mount -t cifs -o "rw,dir_mode=0777,file_mode=0777,username=用户名,password=密码"  //A服务器/Upload   /opt/Upload
复制代码


结果提示如下信息:
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


可是,我使用smbclient //ip/Upload -U 用户名 是可以访问共享的:

于是我又查了 man mount.cifs:
mount.cifs  mounts a Linux CIFS filesystem. It is usually invoked indirectly by the mount(8) command when using the "-t cifs" option. This command only works in Linux,
       and the kernel must support the cifs filesystem. The CIFS protocol is the successor to the SMB protocol and is supported by most Windows servers and many other commer‐
       cial servers and Network Attached Storage appliances as well as by the popular Open Source server Samba.

       The  mount.cifs  utility  attaches  the UNC name (exported network resource) specified as service (using //server/share syntax, where "server" is the server name or IP
       address and "share" is the name of the share) to the local directory mount-point.

       Options to mount.cifs are specified as a comma-separated list of key=value pairs. It is possible to send options other than those listed here, assuming that  the  cifs
       filesystem kernel module (cifs.ko) supports them. Unrecognized cifs mount options passed to the cifs vfs kernel code will be logged to the kernel log.

       mount.cifs  causes  the  cifs vfs to launch a thread named cifsd. After mounting it keeps running until the mounted resource is unmounted (usually via the umount util‐
       ity).

       mount.cifs -V command displays the version of cifs mount helper.

然后我以为问题能解决了,于是我使用
mount.cifs //A服务器/Upload /opt/Upload -o username=用户名
输入密码后,仍然提示错误:
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

于是我迷茫了,只好来求助大家了

附件: 您需要 登录 才可以下载或查看,没有帐号?立即注册

最佳答案

查看完整内容

大佬很强,对于Linux的相关配置真是不如您,不过既然是不同服务器的话,我们是否可以通过FilePreviewer插件把附件都上传到腾讯云,通过腾讯云来统一管理附件呢。【新提醒】单元格类型插件 - 支持预览的附件上传 - 活字格专区 - 插件中心 - 葡萄城产品技术社区 (grapecity.com.cn) 或者是活字格应用中通过连接NAS设备来统一管理附件。帮你打开活字格更神奇的功能:七十七,提升活字格服务运行权限,释放更多功能 - 活字格 ...

8 个回复

倒序浏览
一鹏
高级会员   /  发表于:2022-1-28 21:41:37
来自 8#
https://gcdn.grapecity.com.cn/fo ... mp;page=1#pid504677
这是我的解决方案,问题已经解决,非常完美,有需要的可以参考一下了
回复 使用道具 举报
最佳答案
最佳答案
Howie.Sun讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-1-21 09:45:17
来自 3#
一鹏 发表于 2022-1-21 10:25
到现在还是没研究出来,不过,我更改了samba服务器的共享策略,直接用\\A服务器IP%upload
放在了存储路径中
...

大佬很强,对于Linux的相关配置真是不如您,不过既然是不同服务器的话,我们是否可以通过FilePreviewer插件把附件都上传到腾讯云,通过腾讯云来统一管理附件呢。【新提醒】单元格类型插件 - 支持预览的附件上传 - 活字格专区 - 插件中心 - 葡萄城产品技术社区 (grapecity.com.cn)
或者是活字格应用中通过连接NAS设备来统一管理附件。帮你打开活字格更神奇的功能:七十七,提升活字格服务运行权限,释放更多功能 - 活字格专区 - 专题教程 - 葡萄城产品技术社区 (grapecity.com.cn)


回复 使用道具 举报
一鹏
高级会员   /  发表于:2022-1-21 10:25:46
2#
本帖最后由 一鹏 于 2022-1-21 10:28 编辑

到现在还是没研究出来,不过,我更改了samba服务器的共享策略,直接用\\A服务器IP\Upload
放在了存储路径中

同时在共享端隐藏这个共享,只要不知道路径的,就查看不到,并且是所有人可读写的,这样虽然不安全,但是暂时算是解决了问题
上传和下载附件成功

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
一鹏
高级会员   /  发表于:2022-1-21 14:15:22
4#
预算有限啊,而且经常网络问题
回复 使用道具 举报
Howie.Sun讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-1-21 14:45:36
5#
一鹏 发表于 2022-1-21 14:15
预算有限啊,而且经常网络问题

佩服大佬的动手能力,如果现在没问题的话,咱就先保证能用,后续如果有更好的解决方案再推荐给您。
回复 使用道具 举报
一鹏
高级会员   /  发表于:2022-1-21 15:03:51
6#
谢谢,我再等等看看有没有人能提点一下我
回复 使用道具 举报
Howie.Sun讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-1-21 15:10:47
7#
一鹏 发表于 2022-1-21 15:03
谢谢,我再等等看看有没有人能提点一下我

好的。
回复 使用道具 举报
Howie.Sun讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-1-28 23:58:59
9#
一鹏 发表于 2022-1-28 21:41
https://gcdn.grapecity.com.cn/forum.php?mod=viewthread&tid=140852&page=1#pid504677
这是我的解决方案 ...

回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部