Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabling KBFS? (windows) #4713

Closed
draeath opened this issue Oct 26, 2016 · 8 comments
Closed

disabling KBFS? (windows) #4713

draeath opened this issue Oct 26, 2016 · 8 comments

Comments

@draeath
Copy link

draeath commented Oct 26, 2016

I installed the keybase client on a windows box to play around. It seems KBFS came with it and I now have an unwanted drive letter.

How can I turn this off? I don't want this functionality. There seems to be nothing regarding turning this off (or even changing the drive letter) in the documentation.

@draeath
Copy link
Author

draeath commented Oct 26, 2016

I'd also like to do this on linux. A fuse filesystem was mounted that i don't want and I don't see where this was set up.

@taruti
Copy link
Contributor

taruti commented Oct 26, 2016

Cc @zanderz

@zanderz
Copy link
Contributor

zanderz commented Oct 26, 2016

You can remove the startup shortcuts which launch our background processes from %appdata%\Roaming\Microsoft\Windows\Start Menu\Programs\Startup. Soon we will have better support for changing the drive letter, but you can do this with the command keybase config set mountdir X: where X is your new letter.

@jwshields
Copy link

This does not seem ideal at all.
I just installed Keybase on a Windows machine of mine. Ever since I installed it, one of my network drives had the KBFS icon on it- I was pulling my hair out trying to figure out where it was coming from, other than the obvious sign it was something Keybase related.

I have a large amount of drives and can't afford to have something mounted when I don't want it there. I don't see any option of disabling it.

@zanderz
Copy link
Contributor

zanderz commented Dec 1, 2016

The only way to disable that for now is to modify the startup shortcut. Go to %appdata%\Microsoft\Windows\Start Menu\Programs\Startup and modify the command line for the KeybaseStartup shortcut, replacing this:
runquiet.exe keybase.exe ctl watchdog2
with:
runquiet.exe keybase.exe ctl watchdog

This will prevent the filesystem service from starting and performing the mount. May need to reboot afterwards.

@draeath
Copy link
Author

draeath commented Dec 1, 2016 via email

@zanderz
Copy link
Contributor

zanderz commented May 17, 2017

Update: Running without a KBFS mount is not officially supported, but on Windows you can unofficially you can uninstall Dokan and change your startup shortcut back to watchdog2.

@zanderz zanderz closed this as completed May 17, 2017
@ageis
Copy link

ageis commented Jun 24, 2020

How is this done on Linux, out of curiosity?

@draeath there is an environment variable called KEYBASE_NO_KBFS. export and set it to 1 in your profile/environment/systemd session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants