Subject : Re: LUG: Symbolic link for AFS directory
From : Bryan Ritter <bfritter@ncsu.[redacted]>
Date : Sat, 13 Mar 2010 17:14:50 -0500
install sshfs sudo apt-get install sshfs insert a line like this into /etc/fstab (sudo kate /etc/fstab, where kate is your text editor) sshfs#bfritter@ftp.ncsu.[redacted]:/afs/unity.ncsu.edu/users/b/bfritter/ZZZ_MY_STUFF /Drives/Documents_sshfs fuse user,noauto 0 0 Replacing path info above with your path. Usually /afs/unity.ncsu.edu/users a '/' then the first letter of first name a '/' then your email account name replace /Drives/Documents_sshfs with where you want to mount the folder. then sudo mount /Drives/Documents_sshfs or where ever you set the your AFS folder to mount in the previous command Enter in your NCSU password done...
your Unity account will be disabled on Tuesday, March 16, 2010So get what you need before then
Hi, How can I create a symbolic link for my AFS home directory on Ubuntu. I tried: ln -s sftp://asarkar3@grendel.ece.ncsu.[redacted]/afs/unity.ncsu.edu/users/a/asarkar3/ AFShome but it says the path could not be found. However when I do a 'Connect to Server' I am able to connect using the same path. Regards, Anirban