Updated FAQ (markdown)

Chris Lu 2018-05-05 22:30:42 -07:00
parent 6a37ce055b
commit 9b31877108

21
FAQ.md

@ -27,19 +27,20 @@ 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 chris:tmp chris$ 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)
> map -hosts on /net (autofs, nosuid, automounted, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse)
> map auto_home on /home (autofs, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse)
> map -fstab on /Network/Servers (autofs, automounted, nobrowse) map -fstab on /Network/Servers (autofs, automounted, nobrowse)
> /dev/disk2 on /Volumes/FUSE for macOS (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by chris) /dev/disk2 on /Volumes/FUSE for macOS (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by chris)
> weed@osxfuse0 on /Users/chris/tmp/mm (osxfuse, local, nodev, nosuid, synchronous, mounted by chris) weed@osxfuse0 on /Users/chris/tmp/mm (osxfuse, local, nodev, nosuid, synchronous, mounted by chris)
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 chris:tmp chris$ umount weed@osxfuse0
That should be it! That should be it!