I’m running EndeavourOS and Windows 11. Each OS is on a separate disk, but I have a data disk that is currently NTFS that mount in both OSes. NTFS causes problems for some things in Linux, and I’m worried it’ll bork the drive for windows eventually, so I’m keen to find an alternative. I’ve read about the WinBTRFS driver so wondering if that is a better way to go?

I don’t want to run a server with a share to access this data because it is way to slow for my needs.

  • Limonene@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    14 days ago

    NTFS is considered pretty stable on Linux now. It should be safe to use indefinitely.

    If you’re worried about the lack of Unix-style permissions and attributes in NTFS, then getting BTRFS or ext4 on Windows may be a good choice. Note that BTRFS is much more complicated than ext4, so ext4 may have better compatibility and lower risk of corruption. I used ext3 on Windows in 2007 and it was very reliable; ext4 today is very similar to ext3 from those days.

    The absolute best compatibility would come from using a filesystem natively supported by both operating systems, developed without reverse engineering. That leaves only vfat (aka FAT32) and exfat. Both lack Unix-style permissions and attributes.

    • visor841@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      14 days ago

      If you’re worried about the lack of Unix-style permissions and attributes in NTFS

      I’m pretty sure Linux still uses Unix-style permissions in NTFS, which causes issues when Windows tries to use its own permission system on the same partition.

    • mub@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      14 days ago

      sounds like my worries about NTFS reliability in Linux are more about historic reputation so I can probably relax on that front. The other issue with NTFS is performance in Linux is not great. FAT32 and exFat don’t like some filename characters from linux from what I read.

      WinBTRFS is tempting. I have frequent backups so I might just give it a try and see what happens.

      • anon5621@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        14 days ago

        Fuse driver of ntfs-3g yes it’s slow but if configurate to use ntfs3 it’s same fast as in windows

        • mub@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          14 days ago

          Didn’t know about ntfs3 so did some reading about it. There are some reports of corruptions, they were all fixed by letting windows do a chkdsk, and making sure the windows_names parameter when mounting the disk helped prevent problems.

          I’m going to live with ntfs3 for a while as see what happens.

  • vort3@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    14 days ago

    BTRFS works for me.

    I tried NTFS, but Steam games won’t run from NTFS partitions under Linux.

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      14 days ago

      OP is installing the OSes on separate disks. The common disk is for user data, not for the OS.

  • LeFantome@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    14 days ago

    Most compatible is FAT32 which is also the most limited.

    I am not sure I would trust the WinBtrfs driver with anything important. What problems are you having with NTFS?

    Linux has two NTFS stacks: NTFS-3G and NTFS3 ( in the Linux kernel since 5.15 ). NTFS3 is faster and more feature rich I think but that said it also lacks a few things. NTFS-3G is more mature and some people still report it to be more stable.

  • BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    14 days ago

    What’s your Win 11 use case? If you don’t need native performance I’d recommend Linux and BTRFS for everything and run Win11 off a VM. Dual booting is fine but I’ve personally struggled with allotting the appropriate space for each partition.

    • mub@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      14 days ago

      I have separate disks so I’m good on the front. The main reasoning is to make Linux my daily as it covers most stuff including my main games. The reason for windows is some video editing in davinci, music stuff which means VSTs, and some games that have anti-cheat. That windows stuff is really only about 15% of my time. I have a windows VM for office when I occasionally must have office, rather than an alternative.

  • taaz@biglemmowski.win
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    14 days ago

    I’ve once tried WinBTRFS and on top of not making it work I still have leftover drivers that can’t be deleted.

    I just use ntfs3 and ever since tweaking steam so that it does not put proton compatdata on it I didn’t have to reboot and run chkdsk for months now.

    • mub@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      This supports my thinking that ntfs3 is the way to go, or at least worth testing for a while.

  • Presi300@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 days ago

    WinBTRFS is quirky at best. For the better or for worse, you’re better off either setting up a network share or sticking with mounting the NTFS partition.