Does anyone know when an rpm for the 2.6.10 kernel will be released for FC3? I noticed the following in the ChangeLog-2.6.10, and I think that might fix the problems I have been having getting Samba to work between linux machines on FC3. One of my machines is still running FC2 with a 2.6.5 kernel, and it works just fine. It is only the machines running FC3 that have problems with file permissions. I tried setting unix extensions = no, in the smb.conf files, and it did not help. <haroldo.gamal@xxxxxxxxxxxxxxx> [PATCH] smbfs does not honor uid, gid, file_mode and dir_mode supplied by user mount This patch fixes "Samba Bugzilla Bug 999". The last version (2.6.8.1) of smbfs kernel module do not honor uid, gid, file_mode and dir_mode supplied by user during mount. This bug is also logged as "Kernel Bug Tracker Bug 3330". To fully work, some modifications are needed to samba smbmount.c and smbmnt.c files. Those patches are available at Samba and Kernel Bug Tracker pages. After those patches, if the user do not supply any of the parameters above, the uid, gid, file_mode and dir_mode on the server will be used by the client. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx> Thanks. Derek Tattersall