On 10/9/06, <b class="gmail_sendername">Eric S. Johansson</b> <<a href="mailto:esj@harvee.org">esj@harvee.org</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
here's the scene. I can't get away from XP. Speech recognition, yada<br>yada yada. I am running VM Ware with ubuntu in a couple of virtual<br>machines. My goal is to have a common workspace between any number of<br>virtual machines. The common workspace should be accessible no matter
<br>which combination of virtual machines are running. For example if I<br>have one or five, the same workspace should be available to all of them.<br> in fact, even if no virtual machines are running, the workspace should
<br>be available because I am going to do all of my backups from XP<br>(unfortunately :-| ).<br><br>I've tried the built-in file sharing but it fails because permissions<br>are always 600 and owned by root. Those permissions and ownership are
<br>fraudulent because the VMWare file sharing code ignores permissions and<br>ownership (because it can). This screws me up because as I create<br>Python modules in this common space, it installs them with the wrong<br>
user ID and permissions which makes it damn difficult for processes<br>under different user IDs to use.<br><br>I tried Samba but I could not get ubuntu to consistently (i.e. rarely)<br>see the filesystem exporter from XP. The filesystem navigator can see
<br>it and I could login etc. but I couldn't find or mount the Samba volume.<br> I'm also not comfortable that it will handle permissions correctly either.</blockquote><div><br>First of all, SAMBA will handle permissions correctly. Since you are mounting a Winblows volume from Linux, at the time you mount it you supply credentials. Thus, any operation done on this volume will be performed remotely (on Windows) using that credentials. Thus, if you are running Linux as user joe and mount a remote Winblows XP volume as user doe, when you create a file on the remote XP volume from Linux as user joe, the file gets created as user doe.
<br></div><br>Second, I have always had problems with the sucker Computer Browser. Since, by default, it uses broadcasts, there are sometimes firewalls or other factors can stop those stupid Winblows XP NetBIOS over UDP broadcasts from being seen. Thus, you have several options:
<br><br>1. Modify the sucker Computer Browser and NetBIOS dated-from-the-age-stone to use WINS instead of broadcasting like mad.<br>2. Don't rely on Computer Browser for browsing.<br>3. If you run on KDE, use LISA.<br><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I considered NFS but the Microsoft SFU has apparently reached<br>end-of-life and appears not to be available anymore
<br><br>I will admit a bit of dismay at my inability to accomplish should be a<br>really simple thing. Am I missing something? How can I store vm ubuntu<br>files on XP, maintain user and group ID, permissions etc. and still have
<br>the ability to back up from XP without a virtual machine running?<br><br>Am looking forward to your counsel.<br><br>---eric<br><br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">
ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>