Hi, we have an entry in our /etc/fstab to mount a share on a Windows XP Professional machine, which is member of an Active Directory Domain: //10.1.3.142/POF /mnt/ cifs username=YYYYY,password=XXXXX,uid=509,gid=512,rw,file_mode=0775,dir_mode=0775 0 0 The mount is not very stable and sometimes we have to remount the share. But now the linux machine crashed completly: .... [11191715.232676] CIFS VFS: Send error in SessSetup = -13 [11191715.372635] CIFS VFS: cifs_mount failed w/return code = -13 [13883778.231119] Out of memory: kill process 3047 (pickup) score 1351 or a child [13883778.232498] Killed process 3047 (pickup) _ Any ideas what is going wrong? Thanks in advance for your suggestion.