共享 Windows 映射驱动器
我有一个软件归档解决方案,需要客户端的 Windows 共享,但我想通过 samba 在 Linux 主机上实际存储文件。
这种依赖性要求我的 Linux 文件存档有一个 Windows 前端。
当我将客户端上的 Linux Samba 共享映射为驱动器时,我无法“共享”它以供服务器查看。
我也尝试创建快捷方式,但没有共享选项
有没有办法创建一个可以共享的 Windows 文件夹,并且能够将文件写入 Samba 网络共享?
I have a software archiving solution which requires a Windows share for the client but I want to actually store the files through samba on a Linux host.
This dependency requires that I have a Windows front-end to my Linux file archive.
When I map the Linux Samba share on the client as a drive, I cannot "share" it for the server to see.
I tried making a shortcut as well, but no sharing options
Is there a way to create a Windows folder that can be shared and as well, be able to write files to a Samba network share?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
是的,你可以!
在 W2008R2 上:进入
服务器管理器
-角色
--安装文件服务
---安装文件服务器&分布式文件系统 (DFS) 命名空间和复制
现在您可以继续使用管理工具 - DFS 管理 - 在命名空间中您可以添加共享映射驱动器
Yes you can !
On W2008R2: Go into
Server Manager
-Roles
--Install File Services
---Install File Server & Distributed File System (DFS) Namespaces and Replication
Now you can go on Administrative tool - DFS Management - and in namespace you can add you share map drive
不知道为什么 user3613052 的答案有反对票。 MKLink 将能够做到这一点。它创建一个指向共享文件夹的符号链接,然后可以共享该文件夹。
然后您可以通过
\\yourpc\newlink
http://www.edugeek.net/forums/windows-7/78598-re-sharing-mapped-shared-drive.html#post700170
Dont know why there are down votes for user3613052's answer. MKLink will be able to do that. It creates a symbolic link to the shared folder which can then be shared.
Then you can access the drive by
\\yourpc\newlink
http://www.edugeek.net/forums/windows-7/78598-re-sharing-mapped-shared-drive.html#post700170
DFS确实是答案。
映射网络驱动器。右键单击可为该映射驱动器创建快捷方式。
打开DFS(如上所述)
新命名空间,输入服务器名称,输入文件夹的任意名称
创建后,将快捷方式复制/移动到命名空间文件夹中
默认位置是 c:\dfsroots\
sweet - 谢谢。
DFS is indeed the answer.
map network drive. R-click to creat shortcut for that mapped drive.
Open DFS (as stated above)
new namespace, enter name of server, enter any name for folder
Once created, copy/move your shortcut into the namespace folder
Default location is c:\dfsroots\
sweet - thanks.
您可以使用 mklink 命令将网络驱动器映射到本地文件夹
You can use the mklink command to map the Network drive to a local folder
我认为不可能通过 Windows 计算机上的网络驱动器进行共享。即使是这样,性能也可能会很糟糕。
客户端的备份方案直接使用samba共享不可以吗?它的行为不应与 Windows 计算机上的共享不同。
I don't think it's possible to share through a network drive on a windows machine. Even if it would be, the performance would probably be terrible.
Is it not possible for the backup solution on the client to just use the samba share directly? It should not behave differently from a share on a Windows machine.
我还没有这样做,但端口转发 samba 端口可能会起作用。
I haven't done it, but port forwarding the samba ports might work.