Code Snippet

Just another Code Snippet site

[CentOS] Mount shared drive

NFS :

mount -t nfs hostname:share_name /local/path/to/share/folder/

CIFS :

mount -t cifs  //hostname/share_name /local/path/to/share/folder/ -o user=USER,pass=PASSWORD


One thought on “[CentOS] Mount shared drive

Leave a Reply to Olivier Cancel reply

Your email address will not be published. Required fields are marked *