New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

NFS server on Bubba

Got problems with Bubba? Then this forum is for you.
Locked
tlittle
Posts: 3
Joined: 04 Feb 2007, 05:56

NFS server on Bubba

Post by tlittle »

Hi,

I started setting up my Bubba today - it is going to take over existing network functions so that I can retire some old, power-hungry hardware.

My Linux PCs use NFS to mount directories from the "old" server so I need an NFS server running on Bubba. What is the easiest way to do this? Is the server already installed? Etc.

I can deal with configuring the server and so on, but I want to do it as "Bubba-compatibly" as possible... How?

Thanks,
Tom
msx
Posts: 106
Joined: 13 Jan 2007, 06:03
Location: Venice
Contact:

Re: NFS server on Bubba

Post by msx »

tlittle wrote:Hi,

I started setting up my Bubba today - it is going to take over existing network functions so that I can retire some old, power-hungry hardware.

My Linux PCs use NFS to mount directories from the "old" server so I need an NFS server running on Bubba. What is the easiest way to do this? Is the server already installed? Etc.

I can deal with configuring the server and so on, but I want to do it as "Bubba-compatibly" as possible... How?

Thanks,
Tom
It is not installed by default.. The most compatible way is enabling debian repositories (uncommenting lines in /etc/apt/sources.list), installing the relative packages and then configuring the server.
tlittle
Posts: 3
Joined: 04 Feb 2007, 05:56

Got it

Post by tlittle »

Thanks - installed it, configured it and it works. Got about 70 other packages too (using "apt-get update"), including what looks to be a complete GCC development system... I just let 'em install.

Further!
Tom
msx
Posts: 106
Joined: 13 Jan 2007, 06:03
Location: Venice
Contact:

Post by msx »

hi, maybe you could find some time to write an howto? i'll be interested. I'm using linux on my pc too, so it's no point using samba (i find it quite slow)..
solsson
Posts: 5
Joined: 24 Feb 2007, 07:49

Post by solsson »

There is a nice and short howto for installation at
http://linox.be/index.php/2005/08/16/pu ... nd_client/

I've been trying to copy 200GB between two bubbas, and NFS is significantly faster than samba, and no problems with non-ascii characters.
Locked