[cw-discuss] samba shares > cxoffice-linux

Michael W. Holdeman lists at ptfd.org
Mon Mar 5 22:13:28 CST 2007


On Monday 05 March 2007 11:05:38 pm Richard Meyer wrote:
> On Mon, 2007-03-05 at 22:45 -0500, Michael W. Holdeman wrote:
> > On Monday 05 March 2007 05:29:22 pm you wrote:
> > > > Richard, I don't want to sound "stupid" but do you have any better
> > > > cleaner
> > >
> > > For ubuntu and kubuntu edgy it is easy! Fusesmb is in the repositories
> > > maby in universe, not sure.
> > >
> > > Install samba
> > >
> > > sudo apt-get install fuse-utils libfuse2 fusesmb
> > >
> > > sudo adduser youruser fuse
> > >
> > > sudo chgrp fuse /dev/fuse
> > >
> > > mkdir -p Network/SMB
> > >
> > > cd Network/
> > >
> > > fusesmb SMB
> > >
> > >
> > > to unmount use:
> > >
> > > fusermount -u SMB
> >
> > Folowed to the letter to here, then edited the conf file accordingly and
> > saved it, chmod'd it and then attempted to execute and always get
> >
> > fuse: failed to exec fusermount: Permission denied
> >
> > I can execute it as sudo but then the SMB dir dissapears? and I have to
> > use sudo to unmount.
> >
> > This is the roadblock I almost always hit...
> >
> > What stupid thing am I missing???
> >
> > Mike
>
> sudo fusermount ....  Maybe - I don't actually know, but fusermount may
> require root privileges.

I also noticed after running sudo fusesmb SMB, that my networking goes down. 
After I unmount using sudo fusermount -u SMB I have to go to my wireless card 
and reconnect with the AP.

Weird stuff, coeurse if it forces my wireless card off line then that would 
explain why there is nothing in SMB or fusesmb.cach

Mike

> > > to start it automaticly add 'fusesmb Network/SMB' to startup apps.
> > >
> > > You mays also create a ~/.smb/fusesmb.conf config file (don't forget
> > > to chmod 600 ~/.smb/fusesmb.conf). Here is sample content
> > >
> > > ; Global settings
> > > [global]
> > >
> > > ; Default username and password
> > > username=user
> > > password=totallysecret
> > >
> > > ; List hidden shares
> > > showhiddenshares=true
> > >
> > > ; Connection timeout in seconds
> > > timeout = 10
> > >
> > > ;Interval for updating new shares in minutes
> > > interval = 10
> > >
> > > ; Section for servers and/or workgroups to ignore
> > > [ignore]
> > > servers=SERVER,SERVER2,SERVER3
> > > workgroups=WORKGROUP,WG2
> > >
> > > ; Share-specific settings
> > > [/SERVER/SHARE]
> > > username=john
> > > password=doe
> > >
> > > ; Server-specific settings
> > > [ignore]
> > > servers=SERVER,SERVER2,SERVER3
> > > workgroups=WORKGROUP,WG2
> > >
> > > ; Share-specific settings
> > > [/SERVER/SHARE]
> > > username=john
> > > password=doe
> > >
> > > ; Server-specific settings
> > > [/SERVER]
> > > username=jane
> > > password=doe
> > > showhiddenshares=true
> > > ignore=true
> >
> > _______________________________________________
> > discuss mailing list
> > discuss at crossover.codeweavers.com
> > http://crossover.codeweavers.com/mailman/listinfo/discuss
> > You can be removed from this list by visiting the above web page, or by
> > checking the 'subscriptions' tab in your account with CodeWeavers.





More information about the discuss mailing list