Robdude79,
You didn't specify what operating system you were using and the steps while similar are different for each. If the last post didn't get you up and running try this:
(Note: I named my DNS-320 box DNS-320. If yours is called by a different name then substitute that name where I have DNS-320.)
DNS-320 Setup
Login to your DNS-320
Click on the “Management” Tab
Click on the “Account Management” Icon
Click on “Network Shares”
Click on “New”
When the “Welcome To Network Shares Setup Wizard” opens, click the “Next” button.
When the “Select Share Folder” window opens put a check next to “Volume_1” and click the “Next” button. (Note: This shares the entire drive. If you just want to share one or more folders, double click on “Volume_1” to open the directory tree and place check mark(s) next to the folders you want to share).
When the “Shared Folder Access Rights” window opens select the “All Accounts” button and click the “Next” button.
When the “Assign Access Rights” select “Read / Write” and click the “Next” button.
When the “Network Shares Settings” window opens click the “Next” button.
When the “Assign Privileges - Access Methods” window opens put check marks next to “CIFS, AFP & FTP” and click the “Next” button.
When the “FTP Settings” window opens select “FTP Anonymous Read / Write” and click the “Next” button.
When the “Finish” window opens, review your settings and click the “Finish” button.
Map Network Drive in Windows 7
Open Windows Explorer by right clicking the “start button” and left clicking “Open Windows Explorer”.
In the left window pane, right click “Computer”” and left click “Map Network Drive…”
In the Map Network Drive window select an unused drive letter from the dropdown list.
Check the box “Reconnect at logon”
Click on Browse button and select your DNS-320. When you click on it you should see “Volume_1”. Highlight “Volume_1” and click on the “OK” button.
If you see “\\Dns-320\Volume_1” in the “Map Network Drive” “Folder” window, click the “Finish” button.
Map Network Drive in Windows XP
Open Windows Explorer by right clicking the “start button” and left clicking “Explore”
Click on Tools menu and select “Map Network Drive…” option
In the “Map Network Drive” window select an unused drive letter from the dropdown list.
Check the box “Reconnect at logon”
Click on the “Browse” button and in the “Browse for Folder” window go to “Microsoft Windows Network”, “WORKGROUP” and select your DNS-320. When you click on it you should see “Volume_1”. Highlight “Volume_1” and click on the “OK” button.
If you see “\\Dns-320\Volume_1” in the “Map Network Drive” “Folder” window, click the “Finish” button.
Map Network Drive in UBUNTU 12.04
Go to (Dash home>Click Second Icon from Bottom Left>Installed>Ubuntu Software Center>Enter “cifs-utils” into the search box.
or
Code:
sudo apt-get install cifs-utils
Make a DNS-320 directory under the “/media folder
Code:
sudo mkdir /media/DNS-320
Edit your /etc/fstab file (you need root privileges) to add this line:
Syntax = “//servername/sharename /media/mountname cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0” (without the quotes).
Mine is “//DNS-320/volume_1 /media/DNS-320/volume_1 cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0”