Reply To: Resumption of CIFS connection after suspend

Forum › Forums › General › Software › Resumption of CIFS connection after suspend › Reply To: Resumption of CIFS connection after suspend

#187180
fanantix
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?