Chris Murphy wrote:
Can you post dmesg somewhere?
Also output from 'mount | grep -i btrfs'
Chris Murphy
On Mon, Dec 11, 2017, 5:12 AM Neal Becker ndbecker2@gmail.com wrote:
Since last boot, I've got this strange symptom. Filesystem is btrfs. If I list my home dir with dired under emacs I see:
-rwxrwxr-x. 1 nbecker nbecker 207 Dec 3 2015 BACKUP.sh -?????????? ? ? ? ? ? .bash_history -?????????? ? ? ? ? ? .bash_history -?????????? ? ? ? ? ? .bash_history -?????????? ? ? ? ? ? .bash_historyAttempt to list with ls gives: /usr/bin/ls: cannot access '/home/nbecker/./.bash_history': No such file or directory
I think this means there is a directory entry, but the file doesn't exist? Any suggestion to most reliably repair the damage? I don't care about losing the content of this file.
dmesg.txt is here: https://nbecker.fedorapeople.org/dmesg.txt
mount | grep -i btrfs /dev/sda3 on / type btrfs (rw,relatime,seclabel,ssd,space_cache,subvolid=257,subvol=/root) /dev/sda3 on /home type btrfs (rw,relatime,seclabel,ssd,space_cache,subvolid=318,subvol=/home)
I've been using this setup for about 2 years, nothing new.