this post was submitted on 03 Jul 2023
32 points (92.1% liked)

PC Master Race

15058 readers
4 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: even with ‘stupid’ questions. The world won’t be made better or worse by snarky comments schooling naive newcomers on Lemmy.

Notes:

founded 2 years ago
MODERATORS
 

I suggest that this community should consider bringing in the "Daily Simple Questions" threads. They were fun to participate and build community. Perhaps make the threads weekly, instead of daily as the community continues to grow with Redfugees.

Don't worry about the reputation / !check system, though. Upvotes for good advice is sufficient, IMO.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

I plan on upgrading my server PC to a modern gen Intel chip. Along with that, I plan on switching to a Linux distro (probably debian).

I have a large hard drive formatted in NTFS. Will it mount okay or will it be an issue when I switch to Linux?

[–] mister_newbie 2 points 1 year ago (1 children)

What kinda server? If you're just slinging files, you don't need much horsepower on your CPU -- I'm using an SBC and a Debian derivative made specifically for that, OpenMediaVault. NTFS mounts okay for reading; writing isn't recommended to NTFS due to file permissions.

[–] [email protected] 1 points 1 year ago (1 children)

It'll be general purpose. Mostly Plex but I also host game servers and a bunch of other docker containers on it. I want a good CPU to handle whatever I throw at it.

[–] mister_newbie 1 points 1 year ago

Yeah you'd likely want a stronger CPU. As an aside, check out Jellyfish as an alternative to Plex, I prefer it.

As for the NTFS issue, I'd likely suggest just going ext4 as the FS on your server. You can mount it in Windows using a roundabout method through WSL2, should you ever need to.