I have several mounted drives to a windows share on an ubuntu server machine.
//WindowsFileServer/Media /mnt/Media cifs credentials=/home/drew/.smbcreds,uid=1000,iocharset=utf8 0 0
//WindowsFileServer/Media2 /mnt/Media2 cifs credentials=/home/drew/.smbcreds,uid=1000,iocharset=utf8 0 0
//WindowsFileServer/Plex\040Optimized /mnt/Optimized cifs credentials=/home/drew/.smbcreds,uid=108,iocharset=utf8 0 0
After around 24 hours, I'll go to /mnt
and run an ls
command and the console hangs. The programs that try to access files in the mounted locations timeouts. A reboot temporarily resolves the problem.
What could possibly be causing this?