restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
technology/linux/filesystems
|
@ -31,7 +31,7 @@ mergerfs -o cache.files=partial,dropcacheonclose=true,category.create=mfs /mnt/h
|
|||
/mnt/hdd0:/mnt/hdd1 /media fuse.mergerfs cache.files=partial,dropcacheonclose=true,category.create=mfs 0 0
|
||||
```
|
||||
|
||||
[Systemd](../Systemd.md):
|
||||
[Systemd](../systemd/Systemd.md):
|
||||
```toml
|
||||
[Unit]
|
||||
Description=mergerfs service
|
||||
|
|
|
@ -3,7 +3,7 @@ arch-wiki: https://wiki.archlinux.org/title/SSHFS
|
|||
obj: filesystem
|
||||
---
|
||||
# SSHFS
|
||||
SSHFS is a FUSE Filesystem based on the [SSH](../../applications/SSH.md) and SFTP Protocol.
|
||||
SSHFS is a FUSE Filesystem based on the [SSH](../../applications/network/SSH.md) and SFTP Protocol.
|
||||
|
||||
## Mounting
|
||||
```shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue