Results 1 to 7 of 7

Thread: Trying to access NAS files, attempts with Gigolo

  1. #1
    Join Date
    Aug 2007
    Location
    Luxembourg
    Beans
    242
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Question Trying to access NAS files, attempts with Gigolo

    I run several Ubuntu PCs and 1 Lubuntu. One PC is dual-boot with WIN XP.

    To bring all my files together I got a simple Zyxel NAS model 310 as a file server. It runs a simple linux and is sold as a NAS for WIN users. The setup prepares Samba for the WIN PC and the whole thing works perfectly for WIN XP.

    It sort of works for Ubuntu. Nautilus works fine, but Libre Office, FSLINT and Gnome Commander could not find the NAS files.

    So I did my homework. I checked out Mount commands and FSTAB and got cold feet.

    I found http://ubuntuforums.org/showthread.php?t=1592340

    What I wanted was a GUI solution. And then I found Gigolo.

    http://ubuntuforums.org/showpost.php...16&postcount=3

    Thanks Morbius1 !

    Gigolo seems to work fine, well sort off.

    Libre Office - this works great!
    Gnome Commander finds the NAS but wont do the useful commands like compare dirs - it says operation cannot be performed on non-local files.
    FSLINT does not find the NAS at all.
    I get no icon for the NAS, which Gigolo says I should, but this is not very important.

    1. Can I get Gigolo to do more for me? Maybe I missed something.
    2. If I went the hard way with Mount etc, would Gnome Commander and FSLINT be happy?

    Help appreciated
    Last edited by hans12345; July 19th, 2013 at 07:55 AM.

  2. #2
    Join Date
    Aug 2007
    Location
    Luxembourg
    Beans
    242
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Trying to access NAS files, attempts with Gigolo

    I should mention that these Ubuntu PCs are running on 12.04

  3. #3
    Join Date
    Oct 2008
    Location
    Ottawa, Canada
    Beans
    813
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Trying to access NAS files, attempts with Gigolo

    There are couple more things you can do to make your NAS more easily accessible:

    1) Bookmark .gvfs
    In Nautilus, reveal hidden files and folders with Ctrl-H. In your home folder, select .gvfs and click Bookmarks->Add bookmark (Ctrl-D). You can edit it with Ctrl-B and give it a meaningful name such as 'Fileservers'. Programs that support Bookmarks in their file selector will be able to use this shortcut to access the NAS directly.
    NOTE: In 12.10, the location of .gvfs has changed. It is now in /run/user/<yourname>/gvfs

    2) Symlink you NAS
    Even better, navigate inside gvfs. If you are connected to your NAS, you should have it listed inside gvfs; it's a faily long and complicated name. Copy its full location to the clipboard. In a terminal, enter:
    Code:
    ln -s </full/path/to/gvfs/smbshare> ~/NAS
    Now you should have a folder inside your home directory that will lead directly to your NAS contents and which can be accessed by any Linux application.

    Cheers!
    Last edited by LewisTM; October 19th, 2012 at 11:27 PM.
    husband@wife$ make sandwich
    Permission denied
    husband@wife$ sudo make sandwich

  4. #4
    Join Date
    Aug 2007
    Location
    Luxembourg
    Beans
    242
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Trying to access NAS files, attempts with Gigolo

    Thanks LewisTM

    So far I tried solution 1.

    It ( the .gvfs bookmark) works well for fslint. Gnome Commander still complains that it cannot work with network files, but maybe this is a problem with Commander itself.

    Tomorrow I'll try solution 2.

    In
    ls -s </full/path/to/gvfs/smbshare> ~/NAS
    I imagine I replace 'NAS' by the name I find?

    I see a possible problem here, since the directory name I am trying to access has spaces in it : "public on nsa310"

    It could be this (the spaces) is the cause of my problems ?

    Thanks anyway, I think I'm nearly there!

  5. #5
    Join Date
    Oct 2008
    Location
    Ottawa, Canada
    Beans
    813
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Trying to access NAS files, attempts with Gigolo

    Gnome Commander still complains that it cannot work with network files, but maybe this is a problem with Commander itself
    I'm not sure but it's possible that softwares can't perform diffs on foreign filesystems.
    I imagine I replace 'NAS' by the name I find?

    I see a possible problem here, since the directory name I am trying to access has spaces in it : "public on nsa310"
    You can replace it by any name you want.
    For pathnames with spaces, just enclose the whole thing in quotes
    Code:
    "/home/you/.gvfs/public on nsa310"
    I have made a typo. It should be
    Code:
    ln -s "/full/path/to/gvfs/smbshare" ~/NAS
    Last edited by LewisTM; October 19th, 2012 at 11:28 PM.
    husband@wife$ make sandwich
    Permission denied
    husband@wife$ sudo make sandwich

  6. #6
    Join Date
    Aug 2007
    Location
    Luxembourg
    Beans
    242
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Trying to access NAS files, attempts with Gigolo

    I have not forgotten your help.

    It's just that I had a dead PC with a failure on the system disk, so I have been distracted!

  7. #7
    Join Date
    Aug 2007
    Location
    Luxembourg
    Beans
    242
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Trying to access NAS files, attempts with Gigolo

    I finally tried solution 2, using the Symlink. That worked fine too.

    Now I have several ways to access my NAS files!

    Thanks again LewisTM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •