Wine on a raid volume

Questions about Wine on Linux
Locked
gerard94
Newbie
Newbie
Posts: 1
Joined: Thu Jun 13, 2024 7:28 am

Wine on a raid volume

Post by gerard94 »

Is it possible to run exe files with wine on a raid 5 volume ?
User avatar
JoseskVolpe
Level 4
Level 4
Posts: 124
Joined: Sat Sep 04, 2021 9:35 pm

Re: Wine on a raid volume

Post by JoseskVolpe »

¿You mean the prefix?
Wine is built to be filesystem-independent, so it should be able to read and run Windows executables in any filesystem in any implementation, but prefixes must be in a filesystem compatible with Unix permissions and the directory must be owned by your user. A RAID 5 volume would be managed by the system and it should be no worry for Wine as a user-level process. Be aware that a filesystem compatible with symbolic links and non-FUSE are very recommended to be used with Wine.
Locked