Mounting remote filesystems with smbfs, good tutorial.
Share this:
- Click to share on Tumblr (Opens in new window) Tumblr
- Click to share on X (Opens in new window) X
- Click to share on Facebook (Opens in new window) Facebook
- Click to share on LinkedIn (Opens in new window) LinkedIn
- Click to share on Pocket (Opens in new window) Pocket
- Click to share on Telegram (Opens in new window) Telegram
- Click to email a link to a friend (Opens in new window) Email
I have used
smbfs
in the past, but for me,sshfs
wins hands-down because it is a FUSE filesystem, meaning you don’t need root privileges to mount it, and because it’s far easier to get SSH going over the internet (you can restrict it to keys only — no passwords) than SMB (security nightmare, no encryption).Installation on Debian is as easy as
apt-get install sshfs
, and adding your user to the groupfuse
.When I first started using
sshfs
oversmbfs
, I thought it was going to have absymal performance compared tosmbfs
, but it handles my streaming H.264 anime just fine. 🙂This is for working with a DroboShare on a local network, so SMB is the best and required.
I just switched from NFS to SMB for my home office network. So far so good. Win and Lin are playing nice with the file server, and I hear Mac will too (when it comes!) One of the weirdest things is DW: It keeps thinking the file has been updated on the server, and asks me if I want to reload it. This can happen several times a minute, or not at all for 10-15 mins. DW (MX – latest one to run under CrossOver Office) is the only software going through this tedious exercise in futility (the file has _not_ changed on the source)…
Arthur, what is “DW”?
I know the abbreviation will probably come to me 5 seconds after I post this comment, but may not for others.
Duh — of course. DreamWeaver! I knew it would come to me.
Let’s me try this tutorial 😉
smb and fuse is possible: fusesmb [1] is a package which lets you mount the whole “network neigbourhood”, just like windows showed it.
[1]http://packages.debian.org/search?lang=en&suite=etch&arch=any&mode=path&searchon=contents&keywords=fusesmb