User's Manual

83
If the IP address is 192.168.0.1, the users name is apple, the Password is 1111, the
sharefolder name is work, then enter as follows to mount the U-Stor as a network drive in
Mac.smb://apple:1111@192.168.0.1/work/
2) SAMBA connect using the web browser
On the web brower address window, enter as follows. The sharefolder name of the home
folder under the user’s name is fixed to “USERHOME". When the DDNS service is used or
connecting from the local group, it is possible to enter the host name instead of the IP
address.
smb://IPaddress/sharefoldername
Enter the user name and password. (For the U-Stor, the login password is the same
with the SAMBA password.)
Use as do in the window explorer.
5.2 Using under LINUX, Unix
5.2.1 Using the web browser
The method is the same with the case of Windows OS series.
5.2.2 Using the common FTP program
The method is the same with the case of Windows OS series.
5.2.3 Use File server using SAMBA
1) Access from terminal
Enter as follows at the terminal and enter the SAMBA password. When the DDNS service is
used or connecting from the local group, it is possible to enter the host name instead of
the IP address. The sharefolder name of the home folder under the user’s name is fixed to
“USERHOME". Please be noted that sigle quotation mark is used.
#smbclient ‘₩₩IPaddress₩sharefoldername’ –U user’s name
or
#smbclient ‘//IPaddress/sharefoldername’ –U user’s name
Password: Enter the SAMBA password. (For the U-Stor, the login password is the same
with the SAMBA password.)
Using the SAMBA command, send the files. The command for sending file is “put”, for
receiving is “get”. For details, refer to the SAMBA manual.
To terminate, enter “exit”.
2) Using by mounting the share folder of SAMBA (it is available just when the user of LINUX
is “root”)
Create folders which will be used for mounting.(For example, /mnt/samba, type as