Instead of NFS, why not use FUSE on linux?
I was wondering, why use NFS for the linux version, when you could just use FUSE.
http://sourceforge.net/projects/fuse-j has java bindings for FUSE that seem to work. Using FUSE should allow filesystem integration to work with fewer gotchas and root tweaks.
http://sourceforge.net/projects/fuse-j has java bindings for FUSE that seem to work. Using FUSE should allow filesystem integration to work with fewer gotchas and root tweaks.
27
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I agree that FUSE would be the better solution than NFS for wuala, but NFS is just much more common than FUSE. How many people have NFS support compiled in and it's ready-to-use? And how many have a FUSE-enabled kernel? I think offering both ways is a good idea, but I definitely expect FUSE in the future. Give them time.
1 person says
this answers the question
-
I don't think nfs is more common. If someone has nfs installed on his home-computer, half of the time there is probably an nfs-server too, and then wuala doesn't mount either.
fuse ist stable, fuse runs under windows, there is a java-binding for fuse (FUSE-J) fuse is in every 2.6.X kernel, use fuse! nfs is old and you don't want networking, you want a Filesystem supplied by a USErspace application. ;) (please?) -
Please give me a link to a FUSE implementation for Windows... -
http://www.suchwerk.net/sodcms_FUSE_f... is listed on fuse.sf.net, but i have to admit, this looks not like something the wuala crew would want to use. The alternative would be to implement the fuse thing for unices and nfs for windows, which wouldn't be so nice either, because of two source trees to maintain.
Let's see what you make of it ;) -
Something I'd like to see is a straightforward SMB-to-FUSE translation layer; this would probably do fairly well for Wuala, but would also be useful for all FUSE-based applications. But I'm not sure if there are "impedance mismatches" between the SMB protocol and FUSE API that would complicate this. It would probably also be significantly easier to do, because it does not require any Windows kernel programming. But oh well, I'm just day dreaming. -
@ mokrates: Well I found this one too a while ago but it works similar to Wuala, it creates a network share for your filesystems and tries to mount FUSE systems there... If you want to use a filesystem then you have to code something for yourself in C# to get it working - not really a good idea for a typical Windows user and this would just outsource the filesystem integreation problems to "SUCHWERK".
A true FUSE port for Windows would be something great and maybe Caleido could do this too but I think they are more concerned about Wuala + the beta... maybe Wuala 1.1 can have FUSE support on all platforms instead of that buggy 3rd party library they are currently using... -
Inappropriate?FUSE has been around for quite a while and I'd expect any distro release during the last two years to have it. There is also FUSE implementation available for Mac OS X and it looks like a windows version exists too.
NFS-server approach has some problems if you were already running nfs-server. Luckily I no longer needed it so I could turn it off. I didn't manage to get wuala's NFS share mounted without shutting down the original.
1 person says
this answers the question
-
Inappropriate?Don't forget MacFUSE on MacOS X.
-
Inappropriate?Hi all,
We know about FUSE and are tossing around ideas that include FUSE. What really stops us from going that way immediately is that we would like to keep Wuala installation free for Windows and Mac users, as far as that is even possible.
But stay tuned, there might finally be some real advance on that.
kaspar
I’m hoping to give a better answer soon.
-
you do not keep put mac-users with fuse (http://code.google.com/p/macfuse/), only win-users this time. :P -
http://code.google.com/p/dokan/ is an implementation (but in heavy beta unfortunately) of an userspace filesystem driver and on top of it someone already kinda built FUSE4win. However it's under development but surely worth watching - and maybe even someone looking for FUSE + Windows is looking here and getting a hint where to help! :) -
Ah, @bagelcat:he probably means that you would have to install that macfuse-lib? I'm not sure if you need admin-rights, special working modes or a reboot for this so this could be a bit of a stopper... -
Inappropriate?I'm very bored to see the NFS FSI bug every time I want to rsync my files !
Maybe it would be works better with FUSE ! -
NFS or FUSE, it doesn't matter. NFS can deal perfectly fine with Unicode (UTF-8-encoded) filenames; this is a limitation of Wuala. -
Inappropriate?Hi intgr,
real NFS can handle UTF, but the third-party-tool that serve the virtual nfs can ́t. But please be patient for a while. Hopefully there will be a better solution online soon.. -
Inappropriate?yes fuse. alternatives: sshfs, davfs, etc. this way we dont even need a client apps.
Loading Profile...





EMPLOYEE



EMPLOYEE