'How to configure timeout in mount cifs (smb)

The command i am using right now is:

mount -t cifs //192.168.0.1/g /mnt/network -o user=user,pass=pass,vers=3,domain

Now i have to configure timeout in it, by reading the documentation i have figured out "handletimeout" command option but it seems like its not working.

can anyone help me, how to configure timeout in "mount -t cifs" command?

REF:



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source