mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
Updated FAQ (markdown)
parent
6a37ce055b
commit
9b31877108
21
FAQ.md
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:
|
||||
|
||||
> chris:tmp chris$ 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)
|
||||
> map -hosts on /net (autofs, nosuid, automounted, nobrowse)
|
||||
> map auto_home on /home (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)
|
||||
> weed@osxfuse0 on /Users/chris/tmp/mm (osxfuse, local, nodev, nosuid, synchronous, mounted by chris)
|
||||
chris:tmp chris$ 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)
|
||||
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
|
||||
map auto_home on /home (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)
|
||||
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.
|
||||
|
||||
> chris:tmp chris$ umount weed@osxfuse0
|
||||
chris:tmp chris$ umount weed@osxfuse0
|
||||
|
||||
|
||||
That should be it!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user