Forum › Forums › General › Software › Resumption of CIFS connection after suspend › Reply To: Resumption of CIFS connection after suspend
October 9, 2025 at 3:09 pm
#187180
Member
Mounted manually as a share:
sudo mount -t cifs //[x.x.x.x]/Users/ /media/xxx/xxxx -o username=xxx -o password= -o gid=1000 -o uid=1000
Can I use remount to reconnect immediately?