Hi there,<br><br>Alright, curiosity got the best of me and despite the fact that GRASS is now installed remotely, I fired it up locally and pointed it to the remote DB. Worked like a charm, I was able to see all of my data and do the things that I had wanted to before. Thanks for the tips! I think I'll stick to working remotely, though, since I can leave processes running while I'm out and about with my computer. Nonetheless, it's good to know :)<br>

<br>Best,<br>Daniel<br><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/13 Hamish <span dir="ltr"><<a href="mailto:hamish_b@yahoo.com" target="_blank">hamish_b@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all, (online for just a few hours)<br>
<div class="im"><br>
<br>
Glynn wrote:<br>
> Have you tried using the uid= and/or idmap=user mount<br>
> options?<br>
><br>
> <a href="http://manpages.ubuntu.com/manpages/precise/man8/mount.fuse.8.html" target="_blank">http://manpages.ubuntu.com/manpages/precise/man8/mount.fuse.8.html</a><br>
><br>
> idmap=user comes from sshfs (which doesn't appear to have<br>
> any official documentation), and is supposed to map UIDs.<br>
<br>
</div>we use sshfs extensively on our heterogeneous computational cluster<br>
instead of NFS (fun with MPI). It works very well, although our network<br>
infrastructure is old enough not to make the extra ssh overhead the<br>
limiting factor on I/O.<br>
<br>
I always use 'sshfs -o idmap=user', the main trouble I've had with<br>
newer releases is that if the remote dir is a symlink you must add a<br>
trailing '/' or else it fails with a non-helpful error message. GRASS<br>
over the sshfs link works fine, although my username is typically the<br>
same both local and remote; while the UIDs are typically all over the<br>
place due to the heterogeneity/provenance of the system.<br>
<br>
I just tried with a local user name different that the remote one, GRASS<br>
all works fine over the sshfs link, no permissions problem since the local<br>
file system now thinks your local user owns all those files.<br>
<br>
<br>
regards,<br>
Hamish<br>
</blockquote></div><br></div>