Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment AVFS - A Virtual File System (Score 2, Interesting) 296

Have a look at this for a userspace filesystem http://www.inf.bme.hu/~mszeredi/avfs/

There are a debian package called fuse-source and fuse-utils. I.e. use all these nice kio plugins on filesystem level.

Just add

deb http://www.kalyxo.org/debian/ unstable main
deb-src http://www.kalyxo.org/debian/ unstable main

to your /etc/apt/sources.list

apt-get update
apt-get fuse-source fuse-utils

Actually, I didn't test that yet. Someone else?

Slashdot Top Deals

How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue.

Working...