Make sure to setup automatic fsck
, tune2fs
and smartctl
reports on your Debian Server to protect your Minecraft world and you media. Debian doesn’t have this configured, unlike other OSes.
Losing a wolrd is hard and having to go through and ripping all your DVD/Blu-rays again will suck.
RAID is advisable as well.
Apart from that i have a very similar server setup. Debian 12 on overspeced machine running docker jellyfin (music, series, movies), portainer, pihole and nginx. VPN to VPS with reverse proxy for access from work devices. 2 new spinners in RAID 1 just for media n documents, 1 2nd hand spinner for debian and a ex-enterprise SSD for those legal DVD/Blu-ray rips.
GParted and most Linux distros wont touch a hibernated Windows NTFS disk. Unfortunately by default Windows saves its kernel in hibernation files on shutdown to shave a few seconds off boot, this anti-fearure is called Fast Startup/Boot. When Windows hibernates it make gparted and other partitioning tools default to read only mode when mounting NTFS partition.
I believe you can run
ntfsfix /dev/sda2
(replacingsda2
with the drive name, seefdisk -l
for names of drives) to resolve this from a terminal in gparted and other OSes.You can also try to disable Fast Startup.
For partitioning, EaseUS has a great partitioning tool (Windows only) that works well with Windows partitions, it fails with anything more advanced than Ext2.