maharmstone / btrfs

WinBtrfs - an open-source btrfs driver for Windows
GNU Lesser General Public License v3.0
5.8k stars 222 forks source link

[Documentation] Using a GUI for win-btrfs? #630

Closed rubyFeedback closed 7 months ago

rubyFeedback commented 7 months ago

Could the documentation aka main README:

a) make it more clear whether there is a GUI for win-btrfs, including a screenshot?

Right now this is mentioned, I think, but I am not sure if this works. A screenshot would be nice. Could be hosted externally at imgur etc...

b) if a is true, could you also explain how to start that GUI then and use it? I know ext2fsd already, so I wonder how similar win-btrfs would be usage wise.

Anyway thank you for reading this issue request.

maharmstone commented 7 months ago

This is a kernel driver. The only "GUI" is the shell extension, which allows you to do things like create subvolumes using Explorer.

sskras commented 2 months ago

@maharmstone commented on Feb 23:

The only "GUI" is the shell extension, which allows you to do things like create subvolumes using Explorer.

TIL about the "New subvolume" item found in the context menu of the mounted Btrs drive:

image

This would be nice to have documented in some other place than the random closed issue. Haven't found any.