By default, Suite’s FUSE integration on Linux restricts specific access permissions for security reasons. If you need other users (including root) to have read/write access to the Suite volume, enabling FUSE_ALLOW_OTHER
will achieve this.
Update /etc/fuse.conf
Open /etc/fuse.conf in your text editor:
sudo nano /etc/fuse.conf
Locate the line containing #user_allow_other and remove the leading #:
user_allow_other
Save the file and exit the editor.
Configure Suite
Navigate to the Suite configuration directory:
cd /home/<user-name>/.SuiteStudios/App/
Create or edit the .config.json file:
.config.json
Add the following property:
{
"FUSE_ALLOW_OTHER": "true"
}
Save your changes and restart Suite.