Tuesday 17 July 2007

Mounting NFS server at boot time

Working on being able to access all my data from initial Ubuntu boot without any command line jiggery pokery. A quick edit of the disks to mount at boot time:
sudo vi /etc/fstab

Adding the following line at the bottom of the file
tux:/home /net nfs rw,soft,intr,rsize=8192 0 0

No comments: