Skip to content

Instantly share code, notes, and snippets.

@audstanley
Created August 8, 2021 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audstanley/bc03c6546038e95c929af607381167a9 to your computer and use it in GitHub Desktop.
Save audstanley/bc03c6546038e95c929af607381167a9 to your computer and use it in GitHub Desktop.
seaweed commands for starting server, volume, filler, and client connection
#!/bin/bash
# server
weed server -master.port=9333 -volume.port=8080 -dir="/media/14Tb/share" -filer=true
# client
# filler runs on port 8888, and can be connected with FUSE
weed mount -filer=192.168.4.66:8888 -dir=/home/audstanley/swfuse -filer.path=/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment