Tag Archive for 'FUSE'

FUSE for Windows: Status update March 2008

Not a lot have happend since the last status update on FUSE for Windows. I have moved a bit around, so I have got time to hack on WinFUSE, but according to Walco’s Oct 22nd, 2007 comment:

A small update on the rent-a-coder project: I’ve contacted the developer, and he told me the fuse-win32 code cannot be published under the extended contract with the software buyer, at least not for the coming four months. Another interesting note is that the API is Fuse inspired, but not 100% Fuse compatible.

Which means that by now QualityDev should be allowed to release his code.

I have made a new bid request for QualityDev, now that he might be able to open source his code.

I think its very important to be 100% FUSE API compatiable. So creating a cross platform filesystem can be as easy as creating any other cross platform application. So even if QualityDev releases his code will have to make it 100% compliant.

If this fails I suggest that we begin reimplementing FUSE for Windows, which might make it easier to port it to other Windows versions.
I plan to spend this year’s The Camp events on FUSE for Windows, either re-engineering it, or porting it to other windows platforms. You are more than welcome to join, but hurry we have limited capacity (40).

FUSE for Windows: Status update

QualityDev on rentacoder.com has completed his work on FUSE for Windows, and delevered it to ValerySh. ValerySh has encouraged QualityDev to release his work under GPL/LGPL, but hasn’t done so. Therefore I have posted a private bid request at rentacoder.com asking QualityDev to release the code in the WinFUSE project, so far he has looked at the proposal 3 times since I posted it July 22th.

The deadline for QualityDev to answer my bid request is August 19th, which is also my return date from Cuba.

I would also like to get in touch with ValerySh from Cyprus.

BTW: I will attend IT bachelor at University of Aarhus for the next 3 years.

FUSE for Windows

After Google Code have released MacFUSE, an open-source Mac port of the FUSE mechanism. FUSE is now available for Linux, FreeBSD and Mac OS X. The next step is to get FUSE ported to Windows, which would make FUSE truly cross platform, and give developers the capabilities to write a file system once, and deploy it on all major platforms.

I have submitted a application to Sourgeforge.net to host the project. The port will be based on the Shell Namespace Extension facility in Windows.