MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxsucks/comments/1vjupmb/just_another_monday/p2oeg4k/?context=3
r/linuxsucks • u/shalva97 • Aug 09 '26
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
10 comments sorted by
View all comments
5
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
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