Updated FAQ (markdown)

Chris Lu 2020-02-27 12:12:02 -08:00
parent 8a3cc2a42e
commit 0fab1c9dbb

4
FAQ.md

@ -70,7 +70,7 @@ If you mount SeaweedFS filer on MacOS, sometimes when restarting "weed mount -di
To fix this, do mount: To fix this, do mount:
chris:tmp chris$ mount $ mount
/dev/disk1s1 on / (apfs, local, journaled) /dev/disk1s1 on / (apfs, local, journaled)
devfs on /dev (devfs, local, nobrowse) devfs on /dev (devfs, local, nobrowse)
/dev/disk1s4 on /private/var/vm (apfs, local, noexec, journaled, noatime, 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. 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! That should be it!