1

Fact: Linux lets you mount CIFS file shares.

Question: Is the CIFS driver an in-kernel driver? Or is it a user-mode FUSE driver or something?

1 Answer 1

2

There’s a CIFS driver in the kernel, but there are also FUSE drivers capable of mounting CIFS shares: fusesmb, SMBNetFS, perhaps others.

If you mount shares using mount -t cifs, you’re using the kernel driver; if you mount shares through your desktop environment (e.g. by browsing to them in GNOME Files), you might be using a FUSE driver instead.

1
  • mount -t cifs is exactly what I'm doing. Commented Jan 20, 2021 at 10:58

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.