I have a NAS drive (ZYXel 320) and I am following this instruction to install the folder called Files.
I can check that when I run the following command:
smbclient -L //192.168.12.237
I am able to see the disk that I want to install:
Sharename Type Comment
--------- ---- -------
public Disk
video Disk
photo Disk
music Disk
admin Disk
Files Disk
Volume1 Disk
IPC$ IPC IPC Service (NSA320S)
Reconnecting with SMB1 for workgroup listing.
Server Comment
--------- -------
Workgroup Master
--------- -------
WORKGROUP NSA320S
then I tried to install it using this command:
sudo mount -t cifs -O username"??????",password="*******" //192.168.12.237/Files /mnt/nas/files
but then it asked me for password for root on the NAS:
Password for root@//192.168.12.237/Files: ***********
and when I give the password that I have, it gives me an error:
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
What is the error? Do I need to have the admin password for NAS drive?