Random trash files appearing in /home directory, why and how to delete effectively?

If this is btrfs, then i had this same problem (maybe a year ago)
I have to look in the forum to find my solution :wink:
:footprints:

Please have a look at:


1st step of solution:

from live usb

  • DO not use GUI to solve this mess ! (do everything in a terminal-window)

  • mount the filesystem to /mnt

  • you may use mc if you want

  • create a new folder /mnt/home/user2 (with same user and permission as “user”

  • move (!) all directories and files (without the bad ones)

  • move /mnt/home/user to /mnt/home/user_bad

  • move /mnt/home/user2 to /mnt/home/user

  • umount

  • forget about /mnt/home/user_bad :wink:


Maybe 6 months later I managed to delete those files. (Because the thread had been closed, i could not add my last solution) So I can’t remember exactly how i deleted them :wink: Since they are size 0, they shouldn’t hurt.
:footprints:

You can find good Information about Btrfs in the wiki


Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information. [HowTo] Provide System Information
  2. Please press the three dots below your post and then press the :pencil2:
  • If you give us information about your system, we can see what we’re talking about and make better suggestions.
  • You can do this by using inxi in a terminal or in console.
inxi --admin --verbosity=7 --filter --no-host --width
  • Personally identifiable information such as serial numbers and MAC addresses are filtered out by this command
  • Presenting the information in this way allows everyone to be familiar with the format and quickly find the items they need without missing anything.
  1. Copy the output from inxi (including the command) and paste it into your post.
  • To make it more readable, add 3 backticks ``` on an extra line before and after the pasted text.
    (Wisdom lies in reading :wink: )

This always is a good start. (and prevents a lot of questions)


Please also check your kernel-version, and go to the newest LTS if possible

2 Likes

Thanks.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.