Hi, On Mon, 21 Jan 2008, Gavin McCullagh wrote: > The likely problem is that the share is mounted read-write but only > accessible by root. > > //citserver/shared /media/x cifs rw,gid=users,ode=0770,dir_mode=0770 0 0 That should say gid=users,mode=0770,dir_mode=0770 ie, there was a missing m the first time. Gavin