This is what I'm trying to do: - Update your links with lnshares - List each of the directories for the NFS mounted servers ( huxley, hodgkin, katz ) ls ~/net/huxley/data ls ~/net/hodgkin/data ls ~/net/katz/data
If you get the following message ls: /home/dias/net/huxley/data/: The file access permissions do not allow the specified action your account can not access the servers using NFS.
- Create symlink to CIFS mount location. ln -s /CIFS/Huxley/Data ~/net/huxley/data_CIFS - Force overwrite of existing symlink to point to CIFS location instead of NFS link. ln -sf ~/net/huxley/data_CIFS ~/net/huxley/data - Login to CIFS server. cifslogin -U username huxley
This latter part, with these symlink things, is where is won't accept my password. My password is the same for Golgi and BIAC, so I know I'm using the correct password.
Is this the command you are using? If there isn't anyone over at the Bell Building that can help, you are more than welcome to come over to my office, 1812E and either Imran or I will help you out. Call 681-9907 to make sure I'm around before coming on over.
Jimmy
PS. Below each post, you have an option of 'reply to topic' that can be used to keep all posts pertaining to one thread together. I think this option would be useful so that people won't have to look through multiple threads for answers to one question. What do you think?