We use automount for our linux machines here quite often, and I decided to set it up on my Mac. I built a map file (auto.map) that looks similar to the following:
I then mount it with the "sudo automount -m /u /etc/auto.map" and the symlinks show up properly in /u. If I traverse the directories, I see all the appropriate files and can list and edit files in vi, etc.
However, when I try using the "open file.txt" command to open the file in my default text OSX editor (TextMate), the application is brought to the foreground but the file is never opened. The strange part is that if I statically mount this server using "mount_nfs", the "open file.txt" opens the file in TextMate properly.
Any ideas on what could be causing this or where I can look to troubleshoot?
Thanks,
Code:
kevad server:/vol/users/kevad
user2 server:/vol/users/user2
...
I then mount it with the "sudo automount -m /u /etc/auto.map" and the symlinks show up properly in /u. If I traverse the directories, I see all the appropriate files and can list and edit files in vi, etc.
However, when I try using the "open file.txt" command to open the file in my default text OSX editor (TextMate), the application is brought to the foreground but the file is never opened. The strange part is that if I statically mount this server using "mount_nfs", the "open file.txt" opens the file in TextMate properly.
Any ideas on what could be causing this or where I can look to troubleshoot?
Thanks,