Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个基于 linux 的设备(嵌入式 linux),我想下载文件并将其存储在 windows 分区中。请建议如何使用 shell 脚本或任何其他方式进行操作。
首先,您需要支持“windows”文件系统。我假设那是 NTFS,但可能是 FAT32。无论哪种方式,您的“嵌入式 linux”都可能没有正确的模块。但是一旦你有了这个模块,你所要做的就是像任何其他文件系统一样挂载它。
这个网站可能会有所帮助。但这仅取决于您的 2 个环境的具体情况。