diff options
author | Pjotr Prins | 2025-06-04 14:44:49 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-13 07:00:19 +0200 |
commit | 8cfd918618d2ea7286c111fd83b203919c95f1a0 (patch) | |
tree | cc61fdb29d0603b58c7b3363d48bd70ba3571271 | |
parent | 68f77ff6f974e1197dd33ab9a217684cba60ba85 (diff) | |
download | gn-gemtext-8cfd918618d2ea7286c111fd83b203919c95f1a0.tar.gz |
Note on fuse
-rw-r--r-- | topics/systems/backup-drops.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/backup-drops.gmi b/topics/systems/backup-drops.gmi index 4acc7b7..3f81c5a 100644 --- a/topics/systems/backup-drops.gmi +++ b/topics/systems/backup-drops.gmi @@ -130,7 +130,7 @@ fusermount3: mount failed: Operation not permitted This means you need to set the suid on the fusermount3 command. Bit nasty in Guix. ``` -apt-get install fuser sshfs +apt-get install fuse(3) sshfs chmod 4755 /usr/bin/fusermount ``` |