I'm on ext4. I have a rogue directory here:
d????????? ? ? ? ? ? thisStrangeDirectory/
As root, I can't chmod, chown or stat the directory... it just permission denied to absolutely everything.
Tried:
lsattr /home/june/thisStrangeDirectory
(Suggested by paladin)
Got: lsattr: Permission denied while trying to stat /home/june/thisStrangeDirectory
What can I do with this thing?
lsattr FILENAME
). You may remove this attribute withsudo chattr -i FILENAME
. – paladin Sep 28 '21 at 14:11ext4
, NTFS, FAT32 or something else? – sudodus Sep 28 '21 at 14:22ext4
file system. Boot from another Ubuntu drive, I suggest a USB pendrive with Ubuntu live (the system, that you used to install Ubuntu). Identify the partition where you have your home directory withlsblk -f
anddf /home
and repair it. This link may be helpful. – sudodus Sep 28 '21 at 14:50