(Kiwamu, Yuta)
Background:
We wanted to make aldabella and mariabella know how to work.
What we did:
1. Added 2 lines to /etc/rc.local
/sbin/modprobe ndiswrapper
sleep 10
mount linux1:/home/cds/ /cvs/cds
2. Edited ~/.cshrc
source /cvs/cds/caltech/cshrc.40m
Result:
Working environment is set to aldabella and mariabella. They have their access to the main system, linux1, now.
Note:
fstab doesn't work for aldabella and mariabella because the mount should be done after ndiswrapper loads. |