Hello, I'm trying to have a Bottle write to a mounted ext4-formatted drive (single partition, used for storage of sample libraries), but I can't get it to work.
In the bottle, the application (EastWest Installation Center, a program to download + install virtual instrument sample libraries) says it can't write to the folder specified.
I managed to write from my 'default' wine prefix to this particular folder without issue, but somehow I can't achieve the same for bottles (which I need because my 'default' wine can't handle the software installation for some reason).
Any ideas? I'm ready otherwise to just put the content inside the bottle, but I'd like to keep all my virtual instrumenbt sample libraries (they're huge) on a particular disk (4 TB)...
[EDIT: previous version of post mentioned me trying to grant 'Others' writing access, which however does not seem to be necessary when I compare vs the folders inside the Bottle which have the same access rights as that drive. So the problem must be somewhere else.]