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