Alternative filesystem for dualboot Steam library
Alternative filesystem for dualboot Steam library
Good evening. Your setup involves an upgraded SSD and a Linux installation on an external drive. You're looking to use a Linux-native filesystem for the remaining space, avoiding NTFS or exfat issues. Since the partition is on the same physical drive as your Windows partition, mounting it in WSL2 isn't possible due to Hyper-V restrictions. Consider using ext4 instead of exfat or fat32, which are compatible with Windows and easier to manage. You might also explore using a third-party filesystem like Btrfs or ZFS if you need advanced features, but ensure compatibility with your system. Let me know if you'd like more details on any option.
For accessing the drive on both Windows and Linux, consider using NTFS. On NixOS, you can enable ntfs-3g by following the provided link: https://nixos.wiki/wiki/NTFS
I agree with the NTFS recommendation. I apply NTFS to all my storage devices on Linux systems. It simplifies accessing data across different operating systems or machines when required. No unnecessary complications.
Ensure the ntfs package is installed on Linux for smooth operation.