loran Wrote: > > There has to be a way to have this mount immediately on boot up, I just > can't find it. Does it involve /etc/fstab ? > >
Yes, it does. You'd want something like: 192.168.2.9:/audio /misc/audio nfs rsize=8192,wsize=8192,timeo=14,intr The 8192's give you a bit better perfomance than the default, the timeo should give you better response on a busy file server (it gives up less quickly) and the intr lets you interrupt a request.. normally you can't interrupt it until it's done which can lead to annoying locks if things crash. -- snarlydwarf ------------------------------------------------------------------------ snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179 View this thread: http://forums.slimdevices.com/showthread.php?t=20237 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
