First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
Trying to determine the best way to handle my vault storage IE: base files.
So I have five total devices:
- A file storage server (SMB via Linux)
- A PC with Windows
- A laptop with Linux
- An Android phone
- An iPad Mini
I’m trying to determine best practices for where I host the base files as my current solution seems to generate some abnormal behavior.
Things I have tried
I currently:
- Store my Obsidian folders and files on my file storage server.
- Share the folders and files via SMB.
- I mount the Obsidian Folders and files on my laptop.
- I run Obsidian on my laptop, point the vault at the mounted folder on my laptop, and then sync the vault with Obsidian Sync.
- I then install Obsidian on my other devices and select the synced vault from my laptop.
Thanks in advance for any assistance!