Mount a network share in RedHat

Robert Leong -

From a command line in terminal

This is temporary, a reboot will loose it.

  mount -t cifs //172.24.255.4/group -o username=crybaby,password=drinkmilk /mnt/rsa

Make it auto mount after boot

Add this to /etc/fstab

  //192.168.101.138/harveynas /media/harveynas cifs username=anyone,password=anyone,vers=3.0  0 0
Have more questions? Submit a request

0 Comments

Article is closed for comments.