smbfs problem

2010-08-08 Thread Erez D
hi I try to mount a samba share on my ubuntu 9.10 (it mounts and works ok on an XP machine) mount.smbfs //192.168.1.2/docs /tmp/mnt -o user=guest,password="" it mounts ok, the i ls: cd /tmp/mnt ls -l -rwxr-xr-x 1 root root 946 2010-08-07 09:46 info.txt then i do: cat info.txt and i get: c

Re: smbfs problem

2010-08-08 Thread Baruch Siach
Hi Erez, On Sun, Aug 08, 2010 at 08:13:44PM +0300, Erez D wrote: > I try to mount a samba share on my ubuntu 9.10 > (it mounts and works ok on an XP machine) > > mount.smbfs //192.168.1.2/docs /tmp/mnt -o user=guest,password="" > > it mounts ok, the i ls: > > cd /tmp/mnt > ls -l > > -rwxr-xr-x

Re: smbfs problem

2010-08-08 Thread Erez D
i was a bug in samba2 using new version clients. updated to samba3, works ok. thanks. On Mon, Aug 9, 2010 at 7:25 AM, Baruch Siach wrote: > Hi Erez, > > On Sun, Aug 08, 2010 at 08:13:44PM +0300, Erez D wrote: > > I try to mount a samba share on my ubuntu 9.10 > > (it mounts and works ok on an X