Running wine from a real windows install
Last modified on July 24, 2026 • 1 min read • 163 wordsI thought wine might run better from a real windows install.
mount -t vfat -o uid=jeltsch,gid=users,fmask=644,dmask=755 /dev/hda1 /media/win98Without giving the uid, gis, fmask and dmask options you won’t be able to write anything to the partition.