<br><br><div class="gmail_quote">On Mon, Oct 20, 2008 at 9:16 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
Matt B wrote:<br>
<br>
&gt; I&#39;m using Grass on ubuntu 8.04. Weird thing is that unless I run it &quot;sudo<br>
&gt; grass&quot; I get a bunch of errors (and it&#39;s unusable) related to grass not<br>
&gt; having the correct permissions to write to where I keep the data (ie the<br>
&gt; users home directory). It&#39;s not a show stoppper at the moment and only<br>
&gt; slightly annoying. I&#39;m not sure why this is but I have some ideas to hunt<br>
&gt; down when I get time. I used the standard ubuntu install and assume its<br>
&gt; something to do with the ubuntu setup script.<br>
<br>
</div>Note that GRASS won&#39;t let you select a mapset as the current mapset<br>
(where new files are stored) unless you own it. Write permission isn&#39;t<br>
sufficient.<br>
<br>
If you are creating a location which is to be shared by multiple<br>
users, you either need to create a mapset directory for each user,<br>
owned by the user, or grant all such users write permission on the<br>
location directory so that they can create their own mapset directory<br>
(which they will own).<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</font></blockquote><div>&nbsp;</div></div>Thanks for the heads up on this Glynn, my problem is that I&#39;m on a dual boot system and I&#39;m storing mapsets/data on an NTFS drive. It&#39;s being automatically mounted with the owner set as root and read/write permission for everyone. If I put the data on the ext3 filesystem, it works. I&#39;ll mess around with fstab and mount the data drive as the appropriate user. Having said that.... it does seem to me that this sort of check is doubling up. File permissions are usually run by the file system/OS. While having a sanity check for &quot;read/write&quot; access is a good idea, checking for ownership seems a little over the top. &lt;insert newby user disclaimer here&gt;.<br>
<br>Thanks<br>Matt<br>