Systems90 by Webglobe
  • Help
  • API Documentation
  • Login
Explore help topics
  • General questions
  • First steps
  • Operating systems
  • Backup & Storages
  • Network settings
  • Configuration changes
  • User interface
  • Billing
  1. Virtual servers (VPS)
  2. Operating systems
  3. Linux
  4. How to connect to NAS in Linux?

How to connect to NAS in Linux?

Server FTP or SFTP

Connection address:storage-cluster.hosting90.eu
User: The user name can be found in the "VPS> NAS" menu in the storage detail
Password: the password you set for storage in the user interface

Server NFS, SMB and RSYNC:

Connection address:user@storage-cluster.hosting90.eu::ID
User: The user name can be found in the "VPS> NAS" menu in the storage detail
ID: ID of your storage, you can find the user interface in the "VPS> NAS" menu in the storage detail

Examples of network storage connections

To mount, use the "mount" command. Example of connecting to csv3947 with csuser4223:

NFS:


				mount -t nfs storage-cluster.hosting90.eu:/clientmounts/csv3947 "/local directory that wants to link/"
			

SMB:


				mount -t cifs //storage-cluster.hosting90.eu/csv3947 "/local directory that wants to link/" -o user=csuser4223, pass=Password