Network Cables User Manual

www.addonics.com Technical Support (M-F 8:30am - 6:00pm PST) Phone: 408-453-6212 Email: www.addonics.com/support/query/
Now you have set up the folder that you wish to share on your NAS . This
folder can be access from other computer on your local network.
To list the NAS drive in Network Places
Go to Network Places in Windows XP, under Network Tasks, click on the “Set
up a home or small office network”. Follow the wizard and once completed,
reboot your system.
For Vista and Windows 7, enable file sharing when accessing the NAS over
the network.
To access Samba PUBLIC folder of mini NAS in Ubuntu 8.04
First, using the console get the prerequisites for the samba file system:
$ sudo aptitude install samba smbfs
$ mkdir /mnt/NAS
$ sudo mount.cifs //NAS__IP_address/Public /mnt/NAS -o username=Guest