mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated FAQ (markdown)
parent
8a3cc2a42e
commit
0fab1c9dbb
4
FAQ.md
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!
|
||||||
|
|
Loading…
Reference in a new issue