{"record":{"id":"2827642b03f366a0","repo":"ipfs/kubo","slug":"mount-isn-t-compatible-with-windows-yet","errorCode":null,"errorMessage":"Mount isn't compatible with Windows yet","messagePattern":"Mount isn't compatible with Windows yet","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"core/commands/mount_windows.go","lineNumber":16,"sourceCode":"package commands\n\nimport (\n\t\"errors\"\n\n\tcmds \"github.com/ipfs/go-ipfs-cmds\"\n)\n\nvar MountCmd = &cmds.Command{\n\tHelptext: cmds.HelpText{\n\t\tTagline:          \"Not yet implemented on Windows.\",\n\t\tShortDescription: \"Not yet implemented on Windows. :(\",\n\t},\n\n\tRun: func(req *cmds.Request, res cmds.ResponseEmitter, env cmds.Environment) error {\n\t\treturn errors.New(\"Mount isn't compatible with Windows yet\")\n\t},\n}\n","sourceCodeStart":1,"sourceCodeEnd":19,"githubUrl":"https://github.com/ipfs/kubo/blob/329838acdfafae224582930457efe80aa217afc0/core/commands/mount_windows.go#L1-L19","documentation":"Platform guard for `ipfs mount` on Windows builds: core/commands/mount_windows.go is a build-tagged stub whose Run always returns this sentinel error, because FUSE mounting is not implemented on Windows. The command is unusable there by design, not a transient failure.","triggerScenarios":"Thrown at core/commands/mount_windows.go:16 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Run Kubo on Linux or macOS where FUSE mount is supported","Use the HTTP gateway or the RPC API to access files on Windows instead","Track upstream FUSE-on-Windows efforts (e.g. WinFsp support) for future availability"],"exampleFix":null,"handlingStrategy":"validation","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"329838acdfafae224582930457efe80aa217afc0","analyzedAt":"2026-09-03T18:30:52.135Z","contentChangedAt":"2026-09-03T18:30:52.135Z","schemaVersion":2},"datasetVersion":"2026-09-11T00:17:11.886Z"}