Mapping a Network Drive
Please refer to the How to share data locally using the Synology server as a File Server for further background information about this article.
- How to map a drive using a Mac OS X "Leopard"-based Computer
- How to make Leopard automatically map a drive on start-up
- How to map a drive using a "Windows"-based computer
- How to map a drive using a Linux/Unix Environment
How to map a drive using a Mac OS X "Leopard"-based Computer
Basic overview: This will guide the user in creating a connection on a Leopard Computer to the Synology system
Step 1:Begin by adjusting the Finder Preferences to include Connected Servers to be shown on the Desktop when connected |
|
Step 2:
|
|
Step 3:Enter the credentials needed to access the Synology System |
|
Step 4:Select a Share to map on the Leopard Computer |
|
Step 5:The Share has successfully mapped on the Leopard Desktop. Note that a share icon now appears on the right hand side. |
How to make Leopard automatically map a drive on start-up
Basic overview: This will guide the user in making a map drive connection automatically, when the user logins to Leopard. Familiarity with mapping a drive on Leopard is required, please look here for further information.
How to map a drive using a "Windows"-based computer
Basic overview: this will guide the user in creating Map Drive connections to the Synology system for Windows XP or Windows Vista environments.
Method 1: Via Synology Assistant
Method 2: Via Windows Explorer/Network Explorer
Method 3: Via Windows Command Prompt
Note: this method is recommended for experienced Windows Administrators
Step 1:
|
|
Notes |
Further tips and suggestions
Please click here to see further tips, common error messages and suggestions when mapping a drive under Windows.
How to map a drive using a Linux/Unix Environment
Basic overview: This will cover basic commands needed to be entered in a Linux Terminal Environment. Please consult with each Linux Distribution support or community forum for advanced techniques.
Basic Method1. Begin by creating a mount point for the map drive
2. Edit the
3. Create the file
4. Mount the drive with the following command
|
|
Ubuntu 10.101. Begin by creating a mount point for the map drive (aka an empty folder where you will be able to mount your nfs folder)
you can replace mynas by anyname you want your nas to be called on your Ubuntu and you can also choose a differant path if you want to. 2. then intall the nfs-kernel
3. reboot your computer or restart the nfs service 4. Edit the
then add at the end of the file add:
5. then mount the drive using this commande
|
|
OpenSuse 11.X + embedded password in fstab1. Begin by creating a mount point for the map drive
2. Edit the
3. Mount the drive with the following command
Common CIFS error messagesError: file ... already existsYou are using an outdated firmware with case-insensitive ext3 filesystem. Upgrade to the latest firmware. Error: noperm ArgumentUse this argument if errors are encountered in reading files which were created on the Map drive after it has been mounted. //synologybox/synodemo /mnt/win cifs user,uid=yourusername,gid=users,rw,suid,noperm,credentials=/etc/cifspwd 0 0 |
|
Error: CIFS Mount FailureIf Linux displays the error
Please use the following mount command smbmount //synologybox/synodemo /mnt/win -o user,uid=yourusername,gid=users,rw,suid,credentials=/etc/cifspwd 0 0 |
|
Further Reading |