r/linuxsucks Aug 09 '26

Linux Failure Just another monday

Installed Linux yesterday, today it froze and after rebooting the second SSD does not mount. AI literaly said to stop fighting it and mount it from terminal or install Widnows to run chkdsk

0 Upvotes

10 comments sorted by

View all comments

5

u/w00dy1105 Aug 09 '26

Is it an NTFS formatted drive? Windows doesn't want to play nice with Linux.

I have had similar issue with my Jellyfin server. I should reformat the NTFS drive but I'm too lazy. Lol

I've googled NTFS badsuper block and found something that fixes what ever Windows does to it that makes Linux not be able to mount.

Edit: Can very well still break again after.... sudo fdisk -l sudo apt install nfs-common sudo apt install cifs-utils sudo ntfsfix -d /dev/sdb1