Mount Samba Netdrive in CentOS

1. ping machine_name to check whether the machine is available or not.
2. smbclient machine_name -U user_name to check whether the machine is using samba
3. get the path of sharing folder from windows xp machine
4. sudo mount -t cifs -o user=user_name //path got from windows xp machine /mnt/mnt_point/

** You have to re-mount every time you reboot your system.

No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...