Event banner
Upgrading and updating Windows Server AMA
Event Ended
Thursday, Mar 09, 2023, 09:00 AM PSTEvent details
Join us for our March 9 “Ask Microsoft Anything” chat about Windows Server updates and upgrades. We’ll cover your questions on how to stay more secure by upgrading older servers (2008 and 2012 versio...
EricStarker
Updated Mar 09, 2023
Steskalj
Mar 09, 2023Iron Contributor
Are there any plans to add a linux like FUSE ability to Windows Server. Kinda like https://github.com/winfsp/winfsp but an official option from Microsoft?
Rob-Hindman
Microsoft
Mar 09, 2023Hi John, this is an interesting question - what scenarios would having this capability in Windows Server enable? Are you blocked by not having this capability? Please let me know, we want Windows Server to be as capable as possible, and use the storage systems that customers want to use.
Many Thanks, John!!!
-Rob.
- SteskaljMar 09, 2023Iron ContributorWe have code that was written for linux, but want to port it over to windows server that needs fuse capability. This is for healthcare applications.
- Rob-HindmanMar 09, 2023
Microsoft
Could you help me to understand more? Are you trying to get data to/from medical devices to/from Windows Server? Why can't you use a standard protocol like SMB or NFS? Why does USB plug-and-play not work for your scenarios?- SteskaljMar 13, 2023Iron ContributorThey have a proprietary FS that they mount in the userspace. They want to be able to do the same thing from windows server for the edge.