[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Unable to create workspace on a smb mounted directory
|
Hi,
I'm working on a linux machine. I have another linux machine working as a samba server. First I mount a directory from the samba server into my local linux computer by doing:
pep:~# mount -t cifs //192.168.x.x/project -o username=pep,password=mypass /mnt/pep_project
Then I open eclipse, and try to switch workspace to /mnt/pep_project, but it tells that cannot create the workspace because it's in use or for other reasons ...
I don't know what can i do, any ideas? Please help,
thanks in advance,
Pep