From 3caebec66f099f43ee1bd02811043a99827a4926 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 21 Jan 2021 21:21:51 -0800 Subject: [PATCH] Updated FUSE Mount (markdown) --- FUSE-Mount.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FUSE-Mount.md b/FUSE-Mount.md index af518f5..b24c16b 100644 --- a/FUSE-Mount.md +++ b/FUSE-Mount.md @@ -333,5 +333,6 @@ To reuse the local cache during restart, only one weed mount should run for a lo To run multiple `weed mount`, you need to set a different local cache directory. E.g., ``` -weed mount -cacheDir=/tmp/cache/mount2 +weed mount -cacheDir=/tmp/cache/mount1 -dir=dir1 +weed mount -cacheDir=/tmp/cache/mount2 -dir=dir2 ``` \ No newline at end of file