-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Hi, I need a mentor for my Google Summer of Code project, FUSE for Windows. I am applying under the "alternate" proprosal option, which means what I should also suggest a mentor. I am in kind of a hurry since the deadline is 12AM UTC (5PM PDT), and I would like to be able to port FUSE this summer. I know I am late, but first found the FAQ entry, that made this GSoC idea possible, few moments ago. You can read more about the program at Google's site. http://code.google.com/soc/ I will post more details if anyone is interested, but I short I plan to integrate it as small kernel driver, witch communicates with the user-mode program, much like the way it works on Linux. I won't make it as a Shell Extension (slow). So far IFS (seems impossible from what I have read, as it needs a device to bind to) Anyone interested? Previous announcement of my FUSE for Windows project: http://asbjorn.it/blog/2007/01/fuse-for-windows/ - -- Best Regards Asbjørn Sloth Tønnesen http://asbjorn.it/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGCBxQSViWlxucwuoRAgDsAJ9kdQMn/PRlUuPUAuanHTJLb1RvPACeNzXf NKgG20v1TNJKV+0pk+4uhhc= =f8x0 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Hi again, The deadline has been pushed forward :D So now I just need to find a mentor, before 7AM PDT, 14:00 UTC, 12:00 CEST tomorrow Tuesday. Please I need a voluntere, to make this proposal possible. Here is a list of that a mentor should do: May 28 - July 9: Mentors give students a helping hand and guidance on their projects July 9: Students upload code to code.google.com/hosting; mentors begin mid-term evaluations August 20: Students upload code to code.google.com/hosting; mentors begin final evaluations; students begin final program evaluations August 31: Final evaluation deadline. - -- Best Regards Asbjørn Sloth Tønnesen http://asbjorn.it/ Asbjørn Sloth Tønnesen wrote: > Hi, > > I need a mentor for my Google Summer of Code project, FUSE for Windows. > I am applying under the "alternate" proprosal option, which means what I > should also suggest a mentor. > > I am in kind of a hurry since the deadline is 12AM UTC (5PM PDT), and I > would like to be able to port FUSE this summer. I know I am late, but > first found the FAQ entry, that made this GSoC idea possible, few > moments ago. > > You can read more about the program at Google's site. > http://code.google.com/soc/ > > I will post more details if anyone is interested, but I short I plan to > integrate it as small kernel driver, witch communicates with the > user-mode program, much like the way it works on Linux. I won't make it > as a Shell Extension (slow). So far IFS (seems impossible from what I > have read, as it needs a device to bind to) > > Anyone interested? > > Previous announcement of my FUSE for Windows project: > http://asbjorn.it/blog/2007/01/fuse-for-windows/ > Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGCFBVSViWlxucwuoRAm76AJ43awat9MJLImZgp8UPnWYE9KxAsACffiAD OsHkK6A7eF1QE6DA8gfSNIw= =4JZg -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 The mentor role has just got $500 attached to it? 01:20 <asbjornit> If my "alternate" FUSE for Windows proposal gets accepted, then there is no mentoring organization just a mentor, will the mentor then get the $500, that the mentor organization normaly gets? 01:20 <lh> yep -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGCFYJSViWlxucwuoRArGZAJsG/pav7DmgJT36v4ghDdkTgnEQjACfe5dm GPvkGYJhoSUIHEGJEnQi3ZA= =606i -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
In reply to this post by Asbjørn Sloth Tønnesen
Take a look at this port attempt: http://fuse4win.4host.ru/
|
Many candidates can be found on the net.
Google with keywords like "fuse win32 windows user land filesystem".... http://www.suchwerk.net/sodcms_FUSE_for_WINDOWS.htm http://fuse4win.4host.ru/ http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=586300 http://dokan-dev.net/en/ And maybe more? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
There are some deep, fundamental differences in how Windows vs. Unix file
systems work. The following is far from exhaustive: http://www.conifersystems.com/2008/10/21/windows-vs-unix-file-system-semantics/ I have some pretty serious doubts that it is possible to write a shim between the FUSE API and the IFS driver model that handles all of these issues correctly. You may be able to hack around enough of them to get it to work "90%", but you'll have a lot of trouble with that last frustrating 10%. On Thu, Dec 4, 2008 at 8:12 AM, Jun OKAJIMA <[hidden email]>wrote: > Many candidates can be found on the net. > Google with keywords like > "fuse win32 windows user land filesystem".... > > http://www.suchwerk.net/sodcms_FUSE_for_WINDOWS.htm > http://fuse4win.4host.ru/ > > http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=586300 > http://dokan-dev.net/en/ > > And maybe more? > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > fuse-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/fuse-devel > -- Matt Craighead Founder/CEO, Conifer Systems LLC http://www.conifersystems.com 512-772-1834 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
http://www.conifersystems.com/cascade/
http://www.conifersystems.com/2008/10/21/windows-vs-unix-file-system-semantics/ Cascade is yet another user land FS for Win32 ??? ---- You are very right, even on just one point like case sensitivity, it is very hard to solve. So, you should separate discussion to two aspects: 1. A user land FS like FUSE, but for Win32. 2. FUSE for Win32, which can use same user land code as FUSE for Linux. I guess most people would satisfy with 1. Maybe this means people need a free clone version of your Cascade FS? --- Okajima, Jun. Tokyo, Japan. http://www.digitalinfra.co.jp/ http://www.machboot.com/ http://www.colinux.org/ ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
CFS is a particular file system driver that happens to be portable enough to
run under Windows, Linux, and Mac. It uses FUSE on Linux and Mac, but I had to develop my own kernel driver and user-space file system framework to get it to work under Windows. I looked at some of the Windows-based options that were out there already and didn't find them to be terribly suitable. On Thu, Dec 4, 2008 at 10:42 PM, Jun OKAJIMA <[hidden email]>wrote: > http://www.conifersystems.com/cascade/ > > http://www.conifersystems.com/2008/10/21/windows-vs-unix-file-system-semantics/ > Cascade is yet another user land FS for Win32 ??? > > ---- > You are very right, even on just one point like > case sensitivity, it is very hard to solve. > > So, you should separate discussion to two aspects: > > 1. A user land FS like FUSE, but for Win32. > 2. FUSE for Win32, which can use same user land code > as FUSE for Linux. > > I guess most people would satisfy with 1. > Maybe this means people need a free clone version of > your Cascade FS? > > > --- Okajima, Jun. Tokyo, Japan. > http://www.digitalinfra.co.jp/ > http://www.machboot.com/ > http://www.colinux.org/ > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > fuse-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/fuse-devel > -- Matt Craighead Founder/CEO, Conifer Systems LLC http://www.conifersystems.com 512-772-1834 ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ fuse-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/fuse-devel |
Free forum by Nabble | Edit this page |