Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mount the Puter Internet Filesystem on Your Linux/Mac Device

License

NotificationsYou must be signed in to change notification settings

HeyPuter/puter-fuse

Repository files navigation

HiTIDE logo

FUSE Driver for the Puter Internet OS

Access Puter's filesystem on your device


What does this do?

This program lets you mount your files from thePuter Open-Source Internet OS as thoughthey were another harddrive. This works on Linux and Mac OSusing the FUSE interface.

How to use

Make sure Go is installed.This has been tested on versiongo1.22.0.

Then, run this command to installputer-fuse:

go install github.com/HeyPuter/puter-fuse@v1.0.0

Configuration

First-time Configuration

The first-time configuration will ask you for your Puter usernameand password. If you don't have an account on puter.com you'll needone in order to use this FUSE driver. Note that once we release theopen-source Puter Kernel you'll be able to login to any instance ofthat instead.

Entering your username and password, and accepting the default optionsfor all other questions, should be sufficient for most installations.

Configuration file

Configuration is saved to:

  • $HOME/.config/puterfuse/config.json

Technical Information

What's a FUSE?

Filesystem in USErspace (FUSE) is an interface for filesystemdrivers that are loaded as userspace programs rather than inthe kernel. It is available in most POSIX systems like Linuxand Mac OS.

Puter's FUSE driver allows access to a cloud filesystem in away that looks like an ordinary local filesystem.

Performance and Caching

Currently directory trees support read and write-back caching.The contents of files are not currently cached by default, butyou can setexperimental_cache totrue in the configurationfile to enable read and write-back caching for files.


[8]ページ先頭

©2009-2025 Movatter.jp