From 0fab1c9dbba98444b1e9b456ebd9b84eb5da02ed Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 27 Feb 2020 12:12:02 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1361c19..8a46ce6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -70,7 +70,7 @@ If you mount SeaweedFS filer on MacOS, sometimes when restarting "weed mount -di To fix this, do mount: - chris:tmp chris$ mount + $ mount /dev/disk1s1 on / (apfs, local, journaled) devfs on /dev (devfs, local, nobrowse) /dev/disk1s4 on /private/var/vm (apfs, local, noexec, journaled, noatime, nobrowse) @@ -82,7 +82,7 @@ To fix this, do mount: The last line shows the folder that already mounted something. Need to unmount it first. - chris:tmp chris$ umount weed@osxfuse0 + $ umount weed@osxfuse0 That should be it!