-
Notifications
You must be signed in to change notification settings - Fork 270
Description
(Just to be sure, I suppose ext2fsd (https://sf.net/projects/ext2fsd/) is known here as a Windows driver for ext2/ext3/ext4 volumes.)
If ext2fsd's Volume manager is active, winbtrfs (1.7.9) isn't able to use or assign drive letters "higher" (say, N) than the lowest one used by ext2fsd (say, K). If one assigns a drive letter for an ext partition using ext2fsd that is lower (say, H) than one previously assigned with winbtrfs for a btrfs partiton (say, R), the latter is effectively "shielded". One can't assign drive letters to it anymore and in windows's diskmgmt.msc most options for the btrfs partition are greyed-out. The solution is to change ext2fsd's and winbtrfs' drive letters so that all ext2fsd drive letters alphabetically follow all btrfs drive letters.
Also, when ext2fsd's Volume manger is active (i.e., it has assigned a drive letter to some ext partition), trying to assign a drive letter with winbtrfs by RMB on a file name and clicking Properties | btrfs tab, a popup shows up telling me "The parameter is incorrect". Clicking it away allows me to assign a drive letter anyway, the popup is merely a slight annoyance.
I suppose this obviously follows from some interference between these two linux file system drivers, I'll neither blame ext2fsd nor winbtrfs; this issue is primarily meant as a heads up for other users hitting this issue in some form.
AFAIK extfsd isn't fully supported these days and works only (but quite well) for 32-bit ext3 and (maybe) ext4 partitions. There are one or two forks a.o. meant for 64-bit ext4 but in my experience v. 0.69-1039-02.22 is still the most reliable one.
Anyway, thanks for winbtrfs. Works flawlessly and fast (-enough for me) and the on-line docs are terse but very complete. Nice!