I'm not sure if anyone can provide insight or aim me to some additional logs to search for, but this is a growing concern...
I run ubuntu-server (17.10) on an ancient laptop with an external hard drive connected formatted XFS; that hard drive holds all my media and personal files to run on a personal server and through the Plex software.
Within the last few months, I've found files randomly not there any more. For example, this morning I went to play a playlist via Plex and the music files were no longer on the drive.
Previously, I considered an outside "attack" and copiously went through my server logs... nothing suspicious. I looked into Plex being the culprit, but found another dead end.
Any ideas--other than "your drive is dead" because I don't think that's the issue--on where to search for some answers?
Thank you, my fellow Ubuntu-ers.
I checked the console at shutdown and didn't see anything strange...
– moore.bryan Jan 24 '18 at 13:43sar
data esp.sar -uBrS
(go back in history withsar -f
). Have you searched for any known bugs concerning your specific CPU / motherboard / laptop? As modern filesystems relay heavily on memory any problem in regard to memory (have you checked your RAM?) could potentially lead to corrupted data. - By the way; I hope you have a backup of your data?! – Stefan Jan 24 '18 at 21:31Thanks for your help, @Stefan! Entering
sar -uBrS
gives me nothing; i.e.,Cannot open /var/log/sysstat/sa25: No such file or directory Please check if data collecting is enabled
. ¿Qué?Everything else seems good-to-go and the RAM is "new"--that is, installed within the last year.
The most important stuff is backed up... the music, not so much. :-(
– moore.bryan Jan 25 '18 at 09:39Memtest came back good.
– moore.bryan Jan 27 '18 at 18:31