LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Save to NAS ends up as a save to Home!!! (https://www.linuxquestions.org/questions/linux-newbie-8/save-to-nas-ends-up-as-a-save-to-home-4175555865/)

Entropy1024 10-11-2015 01:03 PM

Save to NAS ends up as a save to Home!!!
 
I have a NAS that I can access fine using Ubuntu 15.

The issue I have is that I'm attempting to get Vuze to store downloaded material on the NAS. I have entered the following Directory in Vuze to move completed files after download:
smb://readynas.local/Downloads/

However instead of it saving to the NAS under Downloads it places it on the local drive under:
/home/tim/smb:/readynas.local/Downloads

Where am I going wrong?

Many thanks for any help.
Tim

jmgibson1981 10-11-2015 01:46 PM

My suggestion would be to properly mount the nas drive in the /etc/fstab file instead of messing with smb://. I've never had success with that method. Always something random happening.

Emerson 10-11-2015 01:56 PM

And if your NAS supports NFS better use it.

Entropy1024 10-11-2015 02:47 PM

Thanks for the reply. How do I 'properly' mount the NAS drive in the /etc/fstab file?

Many thanks.
Tim

Entropy1024 10-11-2015 02:56 PM

Quote:

Originally Posted by Emerson (Post 5433088)
And if your NAS supports NFS better use it.

I don't beleive it does. I can see SMB, AFP & Windows Network as options, but I think Windows network uses SMB.
The NAS is an NETGEAR RN10400-100EUS ReadyNAS.

hortageno 10-11-2015 03:00 PM

Quote:

Originally Posted by Entropy1024 (Post 5433104)
Thanks for the reply. How do I 'properly' mount the NAS drive in the /etc/fstab file?

Samba:
https://wiki.ubuntu.com/MountWindowsSharesPermanently

NFS:
http://chrisschuld.com/2008/11/auto-...s-in-etcfstab/

...

Emerson 10-11-2015 06:44 PM

Quote:

File System & Transfer Protocols

ReadyNAS OS 6
Linux 3.x
Internal File System: BTRFS
External File System: EXT3, EXT4, NTFS, FAT32, HFS+
Copy-on-write filesystem
Microsoft Network (CIFS/SMB)
Apple OS X (AFP 3.3)
Linux/Unix (NFS v3)
Internet (HTTP)
Secure Internet (HTTPS)
File Transfer Protocol (FTP)
FTP over SSL / TLS (explicit)
FTP Passive mode with port range setup
FTP Bandwidth control
FTP Anonymous
FTP Transfer Log
Secure Shell (SSH)
SSH File Transfer Protocol (SFTP)
Web Authoring (WebDAV)
Storage Array Network (iSCSI)
File Synchronization (rsync)
Local web file manager
Supported Web Browsers (Microsoft Internet Explorer 9+, Mozilla Firefox 14+, Google Chrome 20+, Apple Safari 5+)
......

frieza 10-11-2015 06:49 PM

Quote:

Originally Posted by jmgibson1981 (Post 5433082)
My suggestion would be to properly mount the nas drive in the /etc/fstab file instead of messing with smb://. I've never had success with that method. Always something random happening.

very true, very true, this is why things such as FUSE exists, because mounts happen at a much lower level in the operating system than smb:// or ftp:// in a file manager/browser

Entropy1024 10-12-2015 02:17 AM

Quote:

Originally Posted by Emerson (Post 5433188)
......

OK great so it does support NFS. When I do a search for networks I get options for SMB & AFP but nothing else.
Do you know how I can NFS? Do I just replace SMB://readynas/Downloads with NFS://readynas/Downloads?

Many thanks
Tim

hortageno 10-12-2015 03:40 AM

I would mount the share when you login assuming that you run Vuze after login too. Add this

Code:

gvfs-mount smb://readynas/Downloads
to your startup applications. This will mount the share here

Code:

/run/user/1000/gvfs/smb-share\:server\=readynas\,share\=Downloads/
Then put this directory in Vuze as download destination.


All times are GMT -5. The time now is 03:09 PM.