How to access a NAS drive from FFS

Get help for specific problems
Posts: 13
Joined: 25 Jul 2016

LateJunction

'm running Linux Mint 18 Cinnamon 64-bit. I just installed FreeFileSync 8.3. I want to synchronise between folders in my Home folder and those on a NAS drive. I cannot see the NAS drive when I select the 'browse' option to choose a folder for compare. How do I access a NAS drive?
Posts: 944
Joined: 8 May 2006

therube

(I'm not familiar with Linux...)

Type of & file system of the NAS?
How do you access the NAS normally, as in do you set up something like a Windows Share, mnt perhaps?, or do you use UNC paths?
Posts: 13
Joined: 25 Jul 2016

LateJunction

The NAS drive controller (Iomega Home Media Network Drive) is running a highly customisd version of Linux, but of what 'flavour' I cannot tell. The drive itself is formatted as XFS, presumably because this particular NAS is able to be used as an iTunes streamer (which I do not use).

In normal use I access the drive via the standard Linux Mint file browser by going to the address:
smb://192.168.0.17/
This then presents me with a list of the various folders on the NAS drive upon which I can then perform CRUD operations (Create, Read, Update, Delete). Using this smb address in FFS is rejected.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

"smb://" isn't a native file path but a special syntax interpreted by the file browser. You can mount the Samba share like:
1. mount Samba share:
    gvfs-mount smb://192.168.0.17/samba-share

2. locate mounted folder, e.g.:
    /run/user/1000/gvfs/smb-share:server=192.168.0.17,share=samba-share
Posts: 13
Joined: 25 Jul 2016

LateJunction

The attempt to mount the file fails with message:
"Error mounting location: volume doesn't implement mount"
Posts: 13
Joined: 25 Jul 2016

LateJunction

Well, that's interesting: I have been asking for some time on a growing set of forums how a NAS drive can be used with FFS, under linux. Nobody seems to know. Is this something that FFS cannot do? It works OK under Windows.