• April 17, 2024, 09:35:52 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: cant nount sharefolder in cli Linux  (Read 2944 times)

yikoru

  • Level 1 Member
  • *
  • Posts: 15
cant nount sharefolder in cli Linux
« 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
Logged

rusatch

  • Level 2 Member
  • **
  • Posts: 65
Re: cant nount sharefolder in cli Linux
« Reply #1 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
Logged