I have a 1 TB internal hard drive that has had no problems at all until I upgraded to 24.10. When I rebooted after upgrading, it didn't recognize it at all. I rebooted a few more times, but this was the best I could do:

Code:
$ cat /etc/fstab | grep cifs
/dev/disk/by-uuid/aeac7129-c4b6-47da-8dca-7b5d7a6f130a /cifs ext4 defaults 0 1

$ df -h | grep cifs
/dev/sda1       917G  726G  145G  84% /cifs

$ mount | grep cifs
/dev/sda1 on /cifs type ext4 (ro,relatime)

$ ls -l /cifs
ls: /cifs/: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
ls:  cannot access <filename>: Input/output error
total 40
-?????????  ? ?    ?          ?            ? <filename>
drwx------  2 root root   16384 Nov 26  2009 <filename>
drwxrwxrwx 43 user colord  4096 Aug 18 18:18 <filename>
-rw-r--r--  1 user user   10986 Nov  7  2009 <filename>
-?????????  ? ?    ?          ?            ? <filename>
-rw-r--r--  1 user user    7184 Sep 11  2008 <filename>
d?????????  ? ?    ?          ?            ? <filename>
d?????????  ? ?    ?          ?            ? <filename>
"colord" is not a valid user in my system, that I know of, and I don't believe I've been hacked.

Have there been any bug reports on things like this happening? If so, is there a fix coming out? If it's just me, any ideas on what I can do to fix this?