【问题标题】:How to share files between linux and window os from Network sharing如何通过网络共享在 linux 和 windows 操作系统之间共享文件
【发布时间】:2013-09-13 10:40:49
【问题描述】:

我想使用 LAN 或 WiFi 将一些文件从一台计算机复制到另一台计算机。但我无法在 Linux 网络上看到 Windows 共享驱动器或在 Windows 网络上看到 Linux 共享驱动器。谁能建议我如何配置网络用于在 Linux 和 Windows 之间共享文件。

【问题讨论】:

    标签: linux windows sharing samba file-sharing


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      我认为这个问题可以通过在你的 linux 系统中配置 samba 服务器来解决。这是 NFT 系统在不同平台上的工作

      【讨论】:

        【解决方案3】:

        在 Linux 中访问 Windows 文件

        Mount –t cifs –o username=YourUserName,password=YourPassword --verbose //WindowsComputerName/Folder /media/Folder
        
        1. 不要在YourUserName前面输入域名。
        2. 请勿在用户名和密码之间输入空格。
        3. 您可以忽略用户名的撇号。
        4. 最好输入-verbose,这样执行后可以看到详细信息。
        5. 您应该提前创建 /media/Folder。
        6. 如果执行后提示“Permission Denied”,您可以阅读Windows事件日志找出根本原因!

        参考:http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html

        在 Windows 中访问 Linux 文件

        http://www.howtogeek.com/176471/how-to-share-files-between-windows-and-linux/

        【讨论】:

          猜你喜欢
          • 2021-08-13
          • 1970-01-01
          • 2022-12-19
          • 2017-08-12
          • 1970-01-01
          • 2012-10-22
          • 2022-06-26
          • 2020-12-06
          • 1970-01-01
          相关资源
          最近更新 更多