Windows on Btrfs
211–220 of 286 posts
Re: Windows on Btrfs
#212Earlier quoted context omitted.
Linux has good NTFS drivers. If you want to dual boot and share files, you just make three partitions: Windows (NTFS), Linux (whatever the cool kids are using these days), and Shared Data (NTFS).
And before linux had good NTFS drivers, you just put your shared data on FAT32.
Re: Windows on Btrfs
#213Related tangent: Something I don't fully understand (perhaps I just haven't found a project that facilitates it) is why there isn't a Windows extension (driver?) that allows for native mounting of ext4 partitions within Windows explorer. Surely, given the Linux native file system is open source, adding the ability to mount ext4 partitions natively should be something people can add to Windows? I have seen third party…
Re: Windows on Btrfs
#214Re: Windows on Btrfs
#215Earlier quoted context omitted.
This is due to file system filter [drivers], not the file system. NTFS is perfectly fine and performs well.
Hmm. I thought the problem was that NTFS is not particularly fast at file creation. Generally not a problem, except for the folks who wrote the npm tooling which generates 10,000 files in the blink of an eye.
But this isn't an "NTFS problem" as you'll have this occur on any filesystem that supports file system filters, like antivirus.
Re: Windows on Btrfs
#216Related tangent: Something I don't fully understand (perhaps I just haven't found a project that facilitates it) is why there isn't a Windows extension (driver?) that allows for native mounting of ext4 partitions within Windows explorer. Surely, given the Linux native file system is open source, adding the ability to mount ext4 partitions natively should be something people can add to Windows? I have seen third party…
Re: Windows on Btrfs
#217Earlier quoted context omitted.
And before linux had good NTFS drivers, you just put your shared data on FAT32.
EXFAT is another option these days.
Re: Windows on Btrfs
#218Re: Windows on Btrfs
#219Re: Windows on Btrfs
#220Related tangent: Something I don't fully understand (perhaps I just haven't found a project that facilitates it) is why there isn't a Windows extension (driver?) that allows for native mounting of ext4 partitions within Windows explorer. Surely, given the Linux native file system is open source, adding the ability to mount ext4 partitions natively should be something people can add to Windows? I have seen third party…
> Related tangent: Something I don't fully understand (perhaps I just haven't found a project that facilitates it) is why there isn't a Windows extension (driver?) that allows for native mounting of ext4 partitions within Windows explorer. Such projects have long existed, but I suspect there's a lack of interest. It's a difficult technical problem with a narrow usage niche. You need somebody who wants both Windows an…