this post was submitted on 11 Jul 2023
17 points (90.5% liked)

Linux

47337 readers
674 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
 

I'm planning on dual booting Windows and Linux on my computer, but each system from a separate hard drive, but what about my 3rd hard drive (which i use mostly for storing games, videos etc...) Should i use ExFAT? I can't really use NTFS because Linux can't write to it.

top 21 comments
sorted by: hot top controversial new old
[–] lvxferre@lemmy.ml 15 points 1 year ago

Linux can write NTFS just fine.

Another alternative is to use ext4 and then install something in Windows to read it, like Linux File Systems For Windows or similar. *

[–] neuromante@feddit.it 11 points 1 year ago (2 children)

Linux can handle NTFS (the module is in the kernel). I have a partition formatted with NTFS made for this purpose (shared games files and data). You have to add a line in fstab with the right parameters though…

[–] Fryboyter@discuss.tchncs.de 4 points 1 year ago (1 children)

You have to add a line in fstab with the right parameters though…

You can also mount NTFS partitions manually as needed.

[–] neuromante@feddit.it 1 points 1 year ago

Of course…

[–] InkstainTheBat@lemmy.ml 1 points 1 year ago (1 children)
[–] neuromante@feddit.it 2 points 1 year ago* (last edited 1 year ago)

It’s a text file that describes which partition and filesystem must be started (mounted) when the system boots. Generally it’s /etc/fstab. It’s a crucial configuration file.

[–] Foidi@beehaw.org 7 points 1 year ago

I have shared drive with ntfs and it works fine, like no problems, but I just had to download ntfs driver

[–] Fryboyter@discuss.tchncs.de 6 points 1 year ago (1 children)

I can’t really use NTFS because Linux can’t write to it.

This is not correct.

For example, there is the driver ntfs-3g. This allows read and write access to NTFS partitions. The disadvantage is that it uses FUSE and is therefore slower in some cases.

Since kernel 5.15, read and write access is also offered by the drivers provided by Paragon (ntfs3).

https://wiki.archlinux.org/title/NTFS

Because I personally use btrfs as file system for Linux, I use WinBtrfs under Windows.

ExtFAT would also be a possibility. However, one should be aware that the file system was originally designed only for flash memory storage such as USB sticks.

[–] InkstainTheBat@lemmy.ml 1 points 1 year ago (1 children)

The snippet from the Google search "What is FUSE Linux" told me that, according to wiki.archlinux.org, it allows a non-priviledged user to "create their own filesystem without editing kernel code". What does "creating my own filesystem" mean? And what does that have to do with editing kernel code? I'm really sorry for asking questions that are this basic, but it took me 5 years to find a website that explained well enough how to run an exe file with arguments, I'm just not that bright

[–] technopagan@lemmy.world 2 points 1 year ago

Before FUSE was available every filesystem driver had to be part of the kernel and adding a driver meant modifying the kernel. With FUSE filesystem drivers can be installed as normal software without the need to modify the kernel.

[–] Frederic@beehaw.org 5 points 1 year ago

Why not? I'm doing the same, I have a dual boot windows/linux and a 2nd SSD is shared for data/pic/whatever and it's a standard NTFS drive formatted by windows. It is very reliable, never had a single problem reading/writing to it from linux.

[–] Wolfram@beehaw.org 4 points 1 year ago (1 children)

It is actually possible to use BTRFS with Windows. I've had some success using this tool between Linux and Windows, it can do in-place conversions of an NTFS drive if you need as well.

[–] SinJab0n@mujico.org 2 points 1 year ago* (last edited 1 year ago) (1 children)

Nope !

I tried using it and it causes horrible bottle necks, sometimes it just -stops- and refuses to work until a reboot.

If u use windows u r stuck with ntfs.

[–] Wolfram@beehaw.org 2 points 1 year ago

Interesting, not in my experience so far. Though I acknowledge this is definitely experimental.

[–] rokejulianlockhart@lemmy.ml 4 points 1 year ago

exFAT supports R&W between approximately Linux 3+, Windows 8+, and Android 13+. It should also support macOS. NTFS is significantly more reliable and functional, but only supports R&W on specific Android apps, is read-only on macOS, but is perfectly usable on new versions of Linux, and Windows 7+.

[–] zikk_transport2@lemmy.world 3 points 1 year ago

Myself I have dual boot. For the sake of simplicity - let's say I have 2 drives:

  1. 512GB NVME SSD - for OSes.
  2. 2TB SATA SSD - for games.

512gb ssd partitioned into 2 parts - 256 for Linux and 256 for Windows.

2TB ssd without partitions, but a plain BTRFS with zstd compression storage.

Guess what - There is WinBTRFS driver. I am also sharing the same Steam library (on 2TB ssd) between both OSes... 😅 Works like a charm. 👌👌👌

[–] Flaky@iusearchlinux.fyi 3 points 1 year ago

ExFAT works fine but I believe you lose journalling and other filesystem corruption recovery methods. Depending on the kernel version, NTFS3 is the NTFS driver bundled in the Linux kernel. I've tried it and it worked pretty well until it corrupted one of my data drives, and I've stuck with NTFS-3G since then, it's been tried and tested for years at this point.

[–] DominicDeligann@lemmy.ml 2 points 1 year ago (1 children)

i think exfat is your best bet. linux can read/write on an ntfs drive but its slower (at least on my pc).

[–] SinJab0n@mujico.org 3 points 1 year ago

Remember that fat and exfat r very prone to data corruption, go with ntfs.

[–] Sharmat@beehaw.org 2 points 1 year ago* (last edited 1 year ago)

Your best bet might be probably NTFS, just install ntfs-3g and use that as the file system type when mounting, it should work fine.

Though it will be slower than in windows.

[–] KRAW@linux.community 2 points 1 year ago

As others have said, use ntfs and just install ntfs-3g

which i use mostly for storing games

If you are trying to put your Steam games and share them between Windows and Linux, be prepared for a headache. I did this for a short period of time, and it worked OK, but tbh it really doesn't seem worth it. You have to jump through some hoops to get Linux Steam to play nicely with NTFS, and your Linux Steam will fight your Windows Steam every time you switch between using one or the other. Putting my Proton/Linux games on my ext4 partition, a weight was lifted off of my shoulders. This might work better if you share the drive but have separate steam library folders for each OS, but at that point you might as well just have two separate partitions.

load more comments
view more: next ›