Fusesmb

Peter Garrett peter.garrett at optusnet.com.au
Sun Mar 18 07:17:20 UTC 2007


On Sat, 17 Mar 2007 19:29:43 -0400
Matthew Flaschen <matthew.flaschen at gatech.edu> wrote:

> cyclothunder wrote:
> > Hi!
> > 
> > I've tried Linux mint and it has a feature that allows the user to 
> > browse network as folders by using fusesmb. I've tried to setup fusesmb 
> > on my feisty but no luck. Can anyone explain me how do i do that?
> 
> Try looking into smbmount .

I haven't used "fusesmb", but based on my experience with sshfs, which
uses the "fuse" module to make filesystems accessible over ssh, If you
decide to try the fuse-based approach, you will (probably) need to do at
least three things:

1)   sudo modprobe fuse

2)   sudo adduser yourusernamehere fuse

3)   echo "fuse" | sudo tee -a /etc/modules  # ( don't forget the "-a"
for "append" ! )

# Or add the word fuse on a line
at the end of /etc/modules with your favourite text editor, and save the
file

The addition to /etc/modules is to ensure that the module loads on boot.

If I am right, then logging out and in again after the first two commands
should make it work. 

As I said, i haven't used the tool you are talking about, so I am guessing
a bit based on another use of "fuse" ( sshfs). The package may set up some
of this automatically. I have no windows boxes here and therefore have no
need for smb/cifs so... 

Often the home page for these tools has documentation :

http://www.ricardis.tudelft.nl/~vincent/fusesmb/

- you might also find documentation in /usr/share/doc , and of course it
is always worth typing

apropos fusesmb     to see what manual pages might be available on your
system.

Peter




More information about the ubuntu-users mailing list