Hello All,
I am facing a strange issue, I use eclipse and I was using Ubuntu earlier, Now I am trying with Centos. As in my Ubuntu i Can find my share in ~/.gvfs. but now I am unable to locate the same in Centos(release 6.5 Final). I have also checked /var/run/ and I dont have /run in my system
So can some one please help me how can i get it in Centos.
Actually I can access shares by using Connect to (GUI) but these share are not shown when i want to open my workspace from eclipse.
Thanks & Regards, Anant Saraswat
On 2014-01-27, anant.saraswat@techblue.co.uk anant.saraswat@techblue.co.uk wrote:
Hello All,
I am facing a strange issue, I use eclipse and I was using Ubuntu earlier, Now I am trying with Centos. As in my Ubuntu i Can find my share in ~/.gvfs. but now I am unable to locate the same in Centos(release 6.5 Final). I have also checked /var/run/ and I dont have /run in my system
So can some one please help me how can i get it in Centos.
Actually I can access shares by using Connect to (GUI) but these share are not shown when i want to open my workspace from eclipse.
Thanks & Regards, Anant Saraswat
You need to install the gvfs-fuse package and add your user to the fuse group. (Those are set up by default in Ubuntu IIRC.) You will need to log out and back in again.
On Monday 27 January 2014 03:36 PM, Liam O'Toole wrote:
On 2014-01-27, anant.saraswat@techblue.co.uk anant.saraswat@techblue.co.uk wrote:
Hello All,
I am facing a strange issue, I use eclipse and I was using Ubuntu earlier, Now I am trying with Centos. As in my Ubuntu i Can find my share in ~/.gvfs. but now I am unable to locate the same in Centos(release 6.5 Final). I have also checked /var/run/ and I dont have /run in my system
So can some one please help me how can i get it in Centos.
Actually I can access shares by using Connect to (GUI) but these share are not shown when i want to open my workspace from eclipse.
Thanks & Regards, Anant Saraswat
You need to install the gvfs-fuse package and add your user to the fuse group. (Those are set up by default in Ubuntu IIRC.) You will need to log out and back in again.
Thanks a lot Liam... I t works.. I have already installed gvfs-fuse during my testing but i have no Idea that i have to add my user to fuse group..Thanks Buddy..