<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body>
Ryan C. Gordon wrote:
<blockquote
 cite="midPine.LNX.4.33L2.0403301732430.18932-100000@gamehenge.icculus.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">one more question. Is it possible to install UT2004 to a VFAT partition,
or at least move away and symlink some of the bigger data directories?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
With the exception of the binaries themselves, which must have the
executable bit set, the game shouldn't care about file system.

--ryan.




  </pre>
</blockquote>
Vfat filesystems set the x attribtue to all their files (depending on
how did you set the drive attributes in fstab), but their usually set
to a umask=002, which leaves all rwx attributes for the owner (root)
and group members (a nice security feature) ;) So you can make an UT2K4
group and install to that directoy, then add users to that group if you
want them to be able to play the game ;)<br>
</body>
</html>