D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => ShareCenter® Add-on Applications => Topic started by: yikoru on August 10, 2018, 05:03:11 PM

Title: cant nount sharefolder in cli Linux
Post by: yikoru on August 10, 2018, 05:03:11 PM
hello all
i have a DNS-320L Current NAS Firmware Version 1.11 Firmware Date 03/23/2018
in the client side i have a archlinux (and Debian) from archlinux with nemo can mount the share folder but i try mount the same via cli and show this message
[Magenta-Rabbit ~]# mount -t cifs //10.255.255.254/Volume_1/ /mnt/ -o username=*****,password=***** --verbose
mount.cifs kernel mount options: ip=10.255.255.254,unc=\\10.255.255.254\Volume_1,user=*****,pass=********
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
but i can mount with nemo obviusly i have access to nas via ssh and web and ping command
some suggestions?
thanks a lot
Title: Re: cant nount sharefolder in cli Linux
Post by: rusatch on August 12, 2018, 07:46:23 AM
Try to play with smb version by adding vers=1.0 or vers=2.0 option:
mount -t cifs //10.255.255.254/Volume_1/ /mnt/ -o vers=1.0,username=*****,password=***** --verbose