[Gllug] Netbook recommendations?

Peter Corlett abuse at cabal.org.uk
Fri Jun 12 11:38:10 UTC 2009


On Fri, Jun 12, 2009 at 12:23:57PM +0100, James Laver wrote:
[...]
> I then mount them into OSX with squiggle-k and I edit files in nice gui
> tools from osx, on the debian server, which has apache and whatnot there.

That workflow only works well if you have a single virtual server, mind. If
you have more than one, you'll need to have OSX NFS-serving to the VMs.

Something like this in /etc/exports on the OSX side:

/pub -rw -maproot=root -network 192.168.6.0 -mask 255.255.255.0
/Users -rw -alldirs -maproot=root -network 192.168.6.0 -mask 255.255.255.0
/Users/abuse -rw -alldirs -maproot=root -network 192.168.6.0 -mask 255.255.255.0

and then run "nfsd restart", and you're done. The reason I'm specifically
exporting my home directory is because I'm using FileVault encryption which
puts the encrypted directories into their own filesystem.

Inside the Linux and Solaris VMs, I use the automounter to NFS-mount home
directories on demand. (This turns out to be marginally less crufty and more
stable than explicit NFS mounts in /etc/fstab.)

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list