On Wed 04 Jun 2003 at 11:26:03, Matt Pittard said: > I am trying to setup my fstab file so that I mount my CAEDM drive > everytime I log in. I have tried a few suggestions on the web, but I > can't seem to get it to work. I know there are a few engineers out there > that have done this before. Any suggestions anyone?
Not going to be possible from the general internet. Those machines are on BYU's internal subnet (10.0.0.0/8) so you can't route to them from off-campus. However, if you're on-campus, then try using smbclient like so, replacing USERNAME with your CAEDM username: smbclient '\\fs-caedm\USERNANE' -I 10.8.125.50 -U USERNAME If you can get that far, then follow the smbfs docs to figure out how to mount it in the filesystem. -- Soren Harward [EMAIL PROTECTED] ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
