Fredag 12 januar 2007 11:27 skrev Jan Engelhardt: > On Jan 11 2007 21:17, Verner Kjærsgaard wrote: > >> Not everyone supports CIFS. Windows 98 does not, and some SANs do not > >> either. And the CIFS, as in 2.6.18, does not support SMB yet. > >> Deactivating smbfs was not so good, after all. > > > >eh, I don't understand... > >I use my SuSE10.2 (with mount -t cifs and so on...) to mount a couple of > >shares from a SLES9 box, running SAMBA. > >Don't you say that "...does not support SMB yet." > > Since you did not get it, let's have it in a concrete form: > > mount -t cifs //windows98/C > > will _not_ work as of 2.6.18, because > > (a) windows98 does not do CIFS > (b) cifs.ko does not do SMB in 2.6.18. > > IOW > > (a) windows98 can only understand SMB > (b) cifs.ko can only do CIFS in 2.6.18 > > > <=> Union[a, b] = EmptySet > > > -`J' > --
Hi list, I really don't understand. I got it working just fine on my SuSE10.2 w 2.6.18 I have this script..: mount -t cifs //172.16.9.100/LNXalles /home/vk/Documents/sun/alles -o username=vk,password=verysecret,workgroup=LINUXGROUP,rw I run it as root and I get my shares just fine. The server is SLES9 with samba. -- ------------------------------------------------------------------------- Med venlig hilsen/Best regards Verner Kjærsgaard -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
