Running portable Trillium stored on a network drive #2940
-
Hi all. I'm using Trillium that is stored on a memory stick. Running Trilium in a portable configuration (via trilium-portable.bat) makes this very easy and efficient.
When launching Trillium using trilium-portable.bat, the script seems to work just fine (I get no errors from the script) and after that Trillium window shows up for a split second and crashes. Does anyone know how to fix this? UPD: only one user is going to be using Trilium at a time, so no support for multiple users is required. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Can you open a command prompt in the folder with the bat file, then run the bat file by entering the name of it, so the error can be seen before it closes? |
Beta Was this translation helpful? Give feedback.
-
I don't know about this particular problem, but generally trying to use Trilium (or any SQLite database) over network drives will sooner or later lead to data corruption. Network drives implementations usually don't have the same guarantees as local FS and/or are buggy. |
Beta Was this translation helpful? Give feedback.
-
I've been bitten by this before also. Issue: SQLite Database Always Locked On CIFS/NFS Mount SQLite3 uses filesystem locking to prevent DB corruption. CIFS & NFS do not support this so we need to use the following mount options: Note: Neither of these mount options is ideal, but I needed them for my Raspi server using external storage
|
Beta Was this translation helpful? Give feedback.
I don't know about this particular problem, but generally trying to use Trilium (or any SQLite database) over network drives will sooner or later lead to data corruption. Network drives implementations usually don't have the same guarantees as local FS and/or are buggy.