Søndag 11 marts 2007 10:47 skrev John Andersen: > On Sunday 11 March 2007, David Brodbeck wrote: > > Unfortunately it seems cifs isn't quite ready for primetime yet and is > > lacking some functionality that's in smbfs. > > The only thing it lacks IIRC is the ability to mount a > windows 9X share on the Linux machine. > > Mounting WinNT/2K/XP/Vista shares works but the > syntax is tricky. > > With cifs there is a good possibility to get rid of > nfs and all the coordination of user-ids that is required > for that. cifs might not be QUITE as fast as nfs, but > it has a lot of other things going for it. > > So again, the only thing missing is mounting a win9x > share on linux. > > -- > _____________________________________ > John Andersen
I use CIFS to mount a couple of SMB shares from my central file server into my laptop. I used to be able to run a script as an ordinary user (having chmod +2 some smbmount files) to accomplish this. - Now, I have to run the mounting scripts as root...annoying. What can I do? Here is the script: #!/bin/bash mount -t cifs //172.16.9.100/LNXfavk /home/vk/Documents/sun/favk -o username=vk,password=secret,workgroup=LINUXGROUP,rw This is from the directory containing it: -rwsr-sr-x 1 root users 898 18 dec 21:40 sun.sh -- ------------------------------------------------------------------------- Med venlig hilsen/Best regards Verner Kjærsgaard SuSE10.2 BTW -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]