Forum
« ReadyNAS problem »

Welcome Guest. Please Login or Register.
May 18, 2013, 4:18pm



Return to or visit the SalineOS webpage

Forum :: General :: Networking Support :: ReadyNAS problem
Page 1 of 2 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: ReadyNAS problem (Read 1,825 times)
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 ReadyNAS problem
« Thread Started on Jan 24, 2011, 4:59am »

Hi Guys,
I am using the 64 bit version of SalineOS and I have a Netgear ReadyNAS 4000 on my network. Using the networking tool (go??? sorry I am on a different machine at the moment) when I try to connect to the nas, it connects to the share that I have created, but the share cannot be opened, ie there is an icon in the program but it refuses to open.
Any help would be greatly appreciated :)
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #1 on Jan 24, 2011, 5:06am »

Double clicking the box once should prompt you for the root password and then mount the share. Double click again to open it in Thunar.
Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #2 on Jan 24, 2011, 7:14am »

Thanks for getting back to me so quickly Anthony, but I have tried that double click and right click -> open and the share steadfastly refuses to open for me. I'd be guessing a permissions issue somewhere, however I can access the share from other boxes ok using Linux Mint Debian Edition and other members of my family can access it using that other OS that's only useful for playing games on.
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #3 on Jan 24, 2011, 7:29am »

Could you try installing the libntfs-gnomevfs package for me?
Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #4 on Jan 24, 2011, 7:46am »

Hi again Anthony, Ok I have installed libntfs-gnomevfs and it has made no difference.

I open gigolo and select the connect option, enter the ip and share name, the backup share opens virtually instantly in the gigolo window but I still cannot open it.
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #5 on Jan 24, 2011, 7:55am »

Try opening a terminal and running gigolo from there. Just run with the command gigolo it should print out any errors to the terminal window.
Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #6 on Jan 24, 2011, 8:03am »

Ok here's the error

gvfs-open: smb://192.168.1.252/backup/: error opening location: No application is registered as handling this file
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #7 on Jan 24, 2011, 8:18am »

Please open a terminal and Login as root then issue this command:
gpasswd -a user fuse
replace user with your username
#This will ensure your user is in the FUSE group

Then, you may need to add the following lines to your /home/username/.local/share/applications/defaults.list so that Thunar is used to open folders by gvfs-open:

x-directory/gnome-default-handler=Thunar.desktop
inode/directory=Thunar.desktop
x-directory/normal=Thunar.desktop

Save the file and reboot. Please let me know if this works as I will add that entry to the 1.1 Saline OS builds to avoid issues in the future :) Seems, this issue is common amongst all Xfce distributions. Would like mine not to be one of them.


« Last Edit: Jan 24, 2011, 8:19am by Anthony Nordquist »Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #8 on Jan 24, 2011, 8:29am »

I'm sorry to report it's still the same, not working. I have double checked my command and file is as below.


[Default Applications]
application/x-compressed-tar=file-roller.desktop
image/jpeg=ristretto.desktop
text/plain=gedit.desktop
image/png=ristretto.desktop
application/pdf=epdfview.desktop
x-directory/gnome-default-handler=Thunar.desktop
inode/directory=Thunar.desktop
x-directory/normal=Thunar.desktop
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #9 on Jan 24, 2011, 8:47am »

So close I think try this:
gksu cd $HOME && gksu wget http://files.uvena.de/gnome-mount && gksu chmod 755 ./gnome-mount && gksu mv ./gnome-mount /usr/local/bin


id user (replacing user with your username) will allow you to check that you are in fact in the fuse group
« Last Edit: Jan 24, 2011, 8:48am by Anthony Nordquist »Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #10 on Jan 24, 2011, 8:58am »

Still no good unfortunately, I am in the fuse group (115) and the command seemed to work no problem at all.

Unfortunately I have to sign off at the moment, but i'll drop back tomorrow.

thanks heaps for your help Anthony, I very much appreciate your efforts.
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #11 on Jan 24, 2011, 9:07am »

One thing I know for sure is that this issue will be fixed in Xfce 4.8 as its moved to the gnome libraries for mounting remote shares. After you double click the filesystem in gigolo it should appear in your /home/user/.gvfs folder. Please check that when you get a chance and get back with me.
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #12 on Jan 24, 2011, 9:47am »

Been looking into this more try installing the package fusesmb and reboot.
Link to Post - Back to Top  IP: Logged
miraceti
New Member
*
member is offline





Joined: Jan 2011
Gender: Male
Posts: 13
 Re: ReadyNAS problem
« Reply #13 on Jan 24, 2011, 8:40pm »

I have installed fusesmb and it's still a no go unfortunately, also the ~/.gvfs folder is empty.
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,336
 Re: ReadyNAS problem
« Reply #14 on Jan 24, 2011, 8:45pm »

Hmm, try starting the fuse daemon? gksu gvfs-fuse-daemon
Link to Post - Back to Top  IP: Logged
Page 1 of 2 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]



Anthony Nordquist, on behalf of the SalineOS project, is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. As such, if you click the above banner and then make any purchase including digital downloads, a small percentage will be paid to the SalineOS project.
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile