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
    2
    ·
    1 month 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.

  • Presi300@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month 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.

  • ProgrammingSocks@pawb.social
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    1 month ago

    DO NOT use WinBTRFS. It caused me some cryptic filesystem errors that I never found a real solution to. NTFS is the better option if you must have a shared disk, but I really suggest different partitions for each OS.

    • teawrecks@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      They’re definitely not suggesting having both OSes in the same partition (even though that is technically possible using winbtrfs, it is objectively an insane thing to do).

  • vort3@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    BTRFS works for me.

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

    • IrritableOcelot@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 month ago

      I have my steam games running from a NTFS storage partition separate from my Windows and Linux home partitions…

      I had some initial issues when I started doing that, and it required a different read method for the drive (which never worked), but for about 6mo I’ve had no issues running steam off a vanilla NTFS drive.

  • RayJW@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I’ve been using WinBTRFS for quite some time without issues. It seems a lot of people recommend NTFS. But be aware, if you plan on using it for things like games, NTFS will absolutely break at some point. It is not compatible with Proton and will break things like updates for Steam. It always has for me up until very recently. Valve also says the same about using NTFS for games. I’m not sure this can be fixed with the NTFS driver unless they do workarounds like renaming things automatically because some things Proton does are not compatible with the filesystem spec.

    • mub@lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Indeed. Steam on Linux does cause issues with filenames. I keep games I run on Linux on an ext4 drive. There isn’t any other choice unfortunately.

      • RayJW@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Well, with NTFS, there isn’t. That’s why I said, BTRFS is definitely the better choice for games. Never had issues with two shared drives in over two years now with WinBTRFS.

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    I would use exFAT for a shared data drive. Just don’t use it for programs since it lacks unix file permission support.

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

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

  • BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    1 month 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
      1
      ·
      1 month 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.