Hello, I have an error when I want to rsync an mapped directory with rsync : I mount an windows 2000 server share with the command : smbmount //server/shared /mountpoint -o ip=192.168.1.100,username=name,password=pass all is ok, I can copy, delete,rename all work in linux when I start my rsync 2.5.5 with : rsync -avz /mountpoint myip::customername the rsync respond with an Segmentation fault this error appear on the log : Oct 4 16:22:39 linux kernel: Unable to handle kernel paging request at virtual address c8000000 Oct 4 16:22:39 linux kernel: printing eip: Oct 4 16:22:39 linux kernel: c6193ae9 Oct 4 16:22:39 linux kernel: *pde = 00000000 Oct 4 16:22:39 linux kernel: Oops: 0000 Oct 4 16:22:39 linux kernel: CPU: 0 Oct 4 16:22:39 linux kernel: EIP: 0010:[snd-pcm:__insmod_snd-pcm_S.bss_L256+46225225/139691299] Tainted: P Oct 4 16:22:39 linux kernel: EFLAGS: 00010246 Oct 4 16:22:39 linux kernel: eax: 00000000 ebx: 92ab4abf ecx: fa9c83fd edx: 98f84c9d Oct 4 16:22:39 linux kernel: esi: c8000000 edi: c6075e2c ebp: c6075ec4 esp: c6075ddc Oct 4 16:22:39 linux kernel: ds: 0018 es: 0018 ss: 0018 Oct 4 16:22:39 linux kernel: Process rsync (pid: 991, stackpage=c6075000) Oct 4 16:22:39 linux kernel: Stack: c0140030 c6075e94 c899bde0 00000000 00000000 00000000 00000000 c6b1fa40 Oct 4 16:22:39 linux kernel: c6b21920 00000000 00005a7c 00000000 00000000 00000000 c6a57000 0000001b Oct 4 16:22:39 linux kernel: 00000000 00000000 00000001 0000001d c6192335 c567e7a0 c6075fb0 c0140030 Oct 4 16:22:39 linux kernel: Call Trace: [filldir64+0/276] [snd-pcm:__insmod_snd-pcm_S.bss_L256+46219157/139697367] [filldir64+0/276] [filldir64+0/276] [snd-pcm:__insmod_snd-pcm_S.bss_L256+46219298/139697226] Oct 4 16:22:39 linux kernel: [filldir64+0/276] [snd-pcm:__insmod_snd-pcm_S.bss_L256+46223212/139693312] [filldir64+0/276] [vfs_readdir+97/132] [filldir64+0/276] [sys_getdents64+79/179] Oct 4 16:22:39 linux kernel: [filldir64+0/276] [sys_fcntl64+127/136] [system_call+51/64] Oct 4 16:22:39 linux kernel: Oct 4 16:22:39 linux kernel: Code: 8a 06 46 89 c2 c1 e2 04 01 da c1 e8 04 01 c2 8d 04 92 8d 1c thanks for your help balet charles-henri