if you are going to do this, and im only assuming this from the terms used, then dont
mount /home as a hard mount over nfs , use automount.
make an entry in /etc/autofs/auto.master of
/home /etc/autofs/autoto_home.
then in /etc/autofs/auto_home place the following.
fred fileserever:/local/home/fred
joe fileserver:/local/home/joe
etc
install and runup autofs before you start those files.
this then wont effect your bootup, which will not be dependent on your fileservers availability.
keep at least one non root user (admin perhaps) that does not have a home directory in home (or has an override in auto_home
such as
admin :/admin
which will create a loopback for admin so that it looks like its /home/admin, but is really /admin.
automount will only throw the mount when its requested, ie as you login as that user.
so thats the advise for automount
the second bit of advise is, as per jims comment.
a raspberry pie wont cut it, and will make your PC slow to do everything as it will be waiting on io.
instead get something with a bit more go in it.
now im not sure what that is, I personally use a 2 x 4 core socket F opteron, with 20 gig of ram, and 28 TB of mirrored disk, twin bonded
gig ethernet, and some nfs tuning options to make it focus its performance on NFS. the huge amount of ram is for caching the writes.
but it uses about 250 watts, so is expensive to run 24x7.
some of the more recent I5 or I 7 processors may be more power efficient, but will have quite a large outlay.
if its arm you want, there are many quad or 8 core arm boards available now with sata, like Udoo, or beagleboard etc.
take a look at these they will be available soon
http://www.hardkernel.com/main/main.phpthe upcoming cubieboard4 also looks promising
as does the Jetsons TK1 (
http://www.maplin.co.uk/p/zotac-jetson- ... -kit-a30ny)
also
http://www.aliexpress.com/item/Heartsea ... 41737.html cubietruck
they wont perform as well as a amd/intell will, but will be significantly better than a pi.
regards peter