Hello there, I'm having problems when mounting an smb share. The command goes well (mount -t smbfs -o username=me,password=passofme,uid=myuid,gid=mygid //server/myhome /home/user/myhome) but when I try to list the contents of the directory it hangs up. I looked in /var/log/messages and I got this: May 22 08:42:58 aflores kernel: smb_lookup: find //.Trash-aflores failed, error=-5 May 22 08:42:58 aflores kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 May 22 08:42:58 aflores kernel: printing eip: May 22 08:42:58 aflores kernel: 00000000 May 22 08:42:58 aflores kernel: *pde = 00000000 May 22 08:42:58 aflores kernel: Oops: 0000 [#1] May 22 08:42:58 aflores kernel: CPU: 0 May 22 08:42:58 aflores kernel: EIP: 0060:[<00000000>] Not tainted May 22 08:42:58 aflores kernel: EFLAGS: 00210246 (2.6.5-1.358) May 22 08:42:58 aflores kernel: EIP is at 0x0 May 22 08:42:58 aflores kernel: eax: 063b3280 ebx: 17996210 ecx: 0214edcd edx: 0a9b2fa0 May 22 08:42:58 aflores kernel: esi: 1dc4d024 edi: 033789a0 ebp: 063b3280 esp: 0a9b2f14 May 22 08:42:58 aflores kernel: ds: 007b es: 007b ss: 0068 May 22 08:42:58 aflores kernel: Process nautilus (pid: 16093, threadinfo=0a9b2000 task=1d810e30) May 22 08:42:58 aflores kernel: Stack: 22a80976 0a9b2f38 00000000 1dc4d000 04e4ed54 058e1e18 0d2fb080 0214edcd May 22 08:42:58 aflores kernel: 0a9b2fa0 00000000 02799225 063b3280 00000000 00000000 1dc4d000 00000002 May 22 08:42:58 aflores kernel: 00000000 00000000 00000001 00000004 00200246 22a88020 058e1e80 063b3280 May 22 08:42:58 aflores mount.smbfs[16271]: [2004/05/22 08:42:58, 0] client/smbmount.c:send_fs_socket(406) May 22 08:42:58 aflores kernel: Call Trace: May 22 08:42:59 aflores mount.smbfs[16271]: mount.smbfs: entering daemon mode for service \\srv\aflores, pid=16271 May 22 08:42:59 aflores kernel: [<22a80976>] smb_readdir+0x346/0x3f1 [smbfs] May 22 08:42:59 aflores kernel: [<0214edcd>] filldir64+0x0/0x12e May 22 08:42:59 aflores kernel: [<0214eaba>] vfs_readdir+0x7a/0x9b May 22 08:42:59 aflores kernel: [<0214edcd>] filldir64+0x0/0x12e May 22 08:42:59 aflores kernel: [<0214ef60>] sys_getdents64+0x65/0xaa May 22 08:42:59 aflores kernel: [<0214e26c>] generic_file_fcntl+0xd7/0x140 May 22 08:42:59 aflores kernel: May 22 08:42:59 aflores kernel: Code: Bad EIP value. I'm running samba 3.0.3-5 on my computer with FC2, the client. The server is running RedHat 9, samba-2.2.7a. Thanks for any help! Alejandro Flores