this post was submitted on 16 Feb 2024
83 points (95.6% liked)

Linux

48328 readers
507 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi all. I've used Linux off and on for almost two decades now but most recently in a VM. I'm thinking I might make the permanent switch sometime before Windows 10 EOL. My concern is that I have over 12TB of data spanned across many drives, all in the NTFS file system. How is NTFS compatibility nowadays? For a time, I remember it being recommended to mount NTFS as read only. It seems infeasible to convert my current data to a Linux filesystem. Thoughts?

Edit: I don't have time to reply to everyone but thanks for the information and discussion. I'm looking to rearrange some things on my drives to free up one drive entirely and then perhaps give Fedora Linux another spin on a secondary drive along with Windows on another. If all goes well, maybe Windows will get the boot or um never booted again.

you are viewing a single comment's thread
view the rest of the comments
[–] jrgd@lemm.ee 51 points 9 months ago* (last edited 9 months ago) (11 children)

One can comfortably use NTFS to read and write files on modern Linux distributions, but NTFS in general is not very suitable for running applications on or using for long-term usage between a dual-boot. Windows can and will often lock up NTFS partitions whenever it decides to hibernate rather than shutdown or sometimes suspend. NTFS while not being the greatest FS in general will also have worse performance on Linux than Windows. You can totally keep data stores on a Linux system, though you won't be able to make use of many of the advanced features some Linux/BSD-oriented filesystems offer. You can totally keep your drives as they are now, though if you intend to make a full switch you should consider migrating your drives' data over to more Linux-oriented filesystems (be it Btrfs, Xfs, or Ext4 is your choice depending on the features you want). In short, NTFS works but lacks a lot of features and performance that a more suitable filesystem would offer.

[–] teawrecks@sopuli.xyz 3 points 9 months ago (8 children)

Windows ext4 compatibility is awful. I have my steam library on an ext4 partition, and occasionally boot to windows for specific games that don't work in linux. I tried mounting my ext4 partition using WSL (which worked fine), adding the steam lib folder to steam (worked fine), but all the games wanted to be verified before being run, and then i finally started one and got a BSOD. I thought maybe steam might complain that some files were wrong, but I didn't expect that lol. But at least steam tried, Epic launcher just flat out refused.

I haven't tried btrfs in windows, I see WinBtrfs exists, I wonder how well it works.

[–] bjorney@lemmy.ca 3 points 9 months ago (4 children)

Windows doesn't have ext4 compatibility. When you mount a Linux partition through WSL you aren't actually mounting the drive itself, you are booting a VM up and piping all I/O through that VM back to an emulated disk device on the host windows OS

You would be better off having your steam library on an NTFS partition - at least your Linux OS can read the drive natively

[–] teawrecks@sopuli.xyz 1 points 9 months ago (1 children)

Yeah, but then I end up in all the threads about steam for linux having issues with NTFS.

[–] desconectado@lemm.ee -1 points 9 months ago (1 children)

It doesn't have issues. It just doesn't work. You need your library on ext3/4 for the games to run on linux.

[–] bjorney@lemmy.ca 2 points 9 months ago (1 children)

For what it's worth I've never had an issue launching a game from a library on my NTFS partition

[–] desconectado@lemm.ee 1 points 9 months ago

I never managed, I used Linux Mint, but I didn't bother to try others.

load more comments (2 replies)
load more comments (5 replies)
load more comments (7 replies)