could not create directory ???
-
I am looking for suggestions where to start to correct this error.
 code_text
-
Hi,
Check that the target is not read-only and if that's not the case that you have write access.
-
@SGaist I think the problem is in "sharing" RAID between operating systems.
I had some issues mounting the RAID on boot , but even when it is mounted manually
thet does not mean it is accessible.
Other applications also complain same way.
Therefore this appears as NOT QT issue. -
@AnneRanch said in could not create directory ???:
"sharing" RAID between operating systems.
By operating systems, are you mixing Linux, Windows and macOS ? How are you doing that "sharing" ?
-
@SGaist My sharing of same RAID between different OS - all Linux - is a side issue. It appears that .pro uses the "path" - which is normal but if the .pro file was build using different mount point of the RAID - QT cannot access it.
In other words - the "mount point" is part of the QT build path and it has to match . I am still looking "ownership" of the RAID.
Definitely not QT problem.