El 23/10/17 a las 7:53, Robert McBroom escribió:

> The following command was used to access Seagate "Goflex Home" home NAS.  
> mount -t cifs '//192.168.1.66/External Storage' /mnt/external -o 
> username=xx,password=yyy,iocharset=utf8,file_mode=0777,dir_mode=0777,domain=Seagategroup
>
> The error is 112  Host is down
> Access through dolphin or nautilus works but that is not equivalent to a 
> mount.  The NAS is seen by windows with no problem.  The command works in 
> CENTOS6.  Is there something new that allows mounting file systems for full 
> use as data files?
>
Try adding vers=1.0 or vers=2.0 (the higher that works) to your options.
This way:

mount -t cifs '//192.168.1.66/External Storage' /mnt/external -o
username=xx,password=yyy,iocharset=utf8,file_mode=0777,dir_mode=0777,domain=Seagategroup,vers=1.0
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to