Monthly Archives: April 2017

Remount without reboot

Mount with follwoign command : mount -t cifs //server/foldertomount  /mnt/mount_location -o username=xxx,password=yyyy,domain=yourdomain nano /etc/ftab add //server/foldertomount /mnt/mount_location cifs gid=users,file_mode=0777,dir_mode=0777,auto,username=xxx,password=yyy,domain=yourdomain 0 0 run mount -a Reference : Click to view

Posted in Uncategorized | Leave a comment