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
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:
Post a Comment