User`s manual

RNAS-1200 Series Setting Up Network Shares
12-6
Step 4: Click on the shared directory icon and a dialog should appear. Here you may enter the user name and
password for the SAMBA share you wish to access. You may also need to configure a workgroup name. The
default workgroup name for both Ubuntu and the RNAS-1200 SAMBA server is the same as the Windows
default workgroup name: WORKGROUP. Type this into the Domain field, then click Connect.
Step 5: You should now be able to access the SAMBA share locally, from your computer, as a
network-extended directory.
To do this from the Linux Console, you may follow these steps:
Step 1: First, install the SAMBA file system software.
root@~#:apt-get smbfs
Step 2: Mount the Samba share directory using the following commands:
smbmount //IP address/DIRECTORY_NAME /LOCAL_DIRECTORY \
–o username=USER_NAME,password=PASSWORD
root@~#:smbmount //IP address/DIRECTORY_NAME /LOCAL_DIRECTORY \
–o username=USER_NAME,password=PASSWORD