Qter 发表于 2023-11-6 22:59:52

挂载为本地磁盘工具

本帖最后由 Qter 于 2023-11-12 23:28 编辑

坚果云webdav网盘挂载为本地磁盘工具-基于rclone,类似RaiDrive
https://www.52pojie.cn/thread-1446931-1-1.html

rclone
https://gitee.com/mirrors/rclone

NetDrive
https://www.123pan.com/s/xReA-EXsx.html提取码:pMz6

可能收费


使用 Alist 挂载本地磁盘,通过域名可内外网访问
https://alist.nn.ci/zh/

目前亚马逊和阿里云 以及腾讯云的S3对象存储,国内还没有一款成熟支持挂载windows作为磁盘的客户端的软件。
国外比较成熟的只有TntDrive,Mountain Duck,RaiDrive,WebDrive,但是都没有中文版,或者可用版本。

上传下载使用工具只有CloudBerry Explorer,S3 Browser,Cyber Duck,可惜这些工具一个汉化版本也没有,一个能用的版本资源也没有。

希望有大神能推荐一个好用的中文能自定义挂载对象存储的工具,对象存储肯定是存储的未来趋势。最好类似是TntDrive 和 S3Browser pro这样工具的汉化可用版,万分感谢,必有重酬。


巴别鸟




infuse

http://tntdrive.com/http://s3browser.com


https://github.com/winfsp/winfsp

https://winfsp.dev/https://rclone.org/commands/rclone_mount/





Qter 发表于 2023-11-6 23:08:24

本帖最后由 Qter 于 2023-11-6 23:09 编辑

Precompiled binaryFetch the correct binary for your processor type by clicking on these links. If not sure, use the first link.
[*]Intel/AMD - 64 Bit
[*]Intel/AMD - 32 Bit
[*]ARM - 64 Bit
Open this file in the Explorer and extract rclone.exe. Rclone is a portable executable so you can place it wherever is convenient.Open a CMD window (or powershell) and run the binary. Note that rclone does not launch a GUI by default, it runs in the CMD Window.
[*]Run rclone.exe config to setup. See rclone config docs for more details.
[*]Optionally configure automatic execution.
If you are planning to use the rclone mount feature then you will need to install the third party utility WinFsp also.Windows package manager (Winget)https://rclone.org/install/


Qter 发表于 2023-11-6 23:10:03

https://winfsp.dev/

Windows File System ProxyWinFsp is system software that provides runtime and development support for custom file systems on Windows computers. In this sense it is similar to FUSE (Filesystem in Userspace), which provides the same functionality on UNIX-like computers.Typically any information or storage may be organized and presented as a file system via WinFsp, with the benefit being that the information can be accessed via the standand Windows file API’s by any Windows application.

Home ·Download ·API Reference ·Documentation ·Commercial License ·Source
https://winfsp.dev/trust.svgTrustedWinFsp is trusted by some of the largest software companies, cloud services companies and major financial institutions in the world.

https://winfsp.dev/maturity.svgMatureWinFsp is mature software that is in use in millions of installations. It has been deployed at all scales from government to enterprise to individual.

https://winfsp.dev/stability.svgStableWinFsp is stable software. There are no known crashes and it does not suffer from resource leaks or similar problems.

https://winfsp.dev/correctness.svgSemantically correctWinFsp strives for correct file system semantics and compatibility with the NTFS file system.

https://winfsp.dev/performance.svgFastWinFsp outperforms its competition often by an order of magnitude. In many scenarios it performs as well as NTFS.

https://winfsp.dev/easeofuse.svgEasy to useWinFsp has an easy to use but comprehensive API. It provides native Windows, FUSE and Cygwin API’s for C, C++ and .NET out of the box.

https://winfsp.dev/opensource.svgOpen SourceWinFsp is open source with all community and transparency benefits that this entails.

https://winfsp.dev/licensing.svgFlexible licensingWinFsp is available under the GPLv3 license with a special exception for Free/Libre and Open Source Software. A commercial license is also available.






Qter 发表于 2023-11-6 23:12:06

https://winfsp.dev/src/
https://winfsp.dev/logo.png
WINFSPHomeDownloadAPI ReferenceDocumentationCommercial LicenseSource

Source CodeWinFsp is an open-source project hosted at GitHub. You can access and download its source code from the location below.GitHub RepositoryWinFsp is available under the GPLv3 license with a special exception for Free/Libre and Open Source Software. A commercial license is also available; please contact Bill Zissimopoulos <billziss at navimatics.com> for more details.Language SupportWinFsp includes built-in support for developing file systems on Windows in the C, C++ and .NET languages. The following open source projects provide support for additional languages via WinFsp. Please note that these are external projects and not directly related to WinFsp.https://winfsp.dev/src/go.png
winfsp/cgofuseCross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD


https://winfsp.dev/src/java.png
SerCeMan/jnr-fuseFUSE implementation in Java using Java Native Runtime (JNR)


https://winfsp.dev/src/python.png
Scille/winfspyWinFSP binding for Python


https://winfsp.dev/src/python.png
pleiszenburg/refuseSimple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp


https://winfsp.dev/src/python.png
billziss-gh/fusepySimple ctypes bindings for FUSE - Also support Windows


https://winfsp.dev/src/rust.png
SnowflakePowered/winfsp-rsRust bindings to WinFSP






页: [1]
查看完整版本: 挂载为本地磁盘工具