On 24/08/2023 03:06, Gary L. Roach wrote:
*d????????? ? ? ? ? ? doc*
What is with the last entry on the above list.This is the contents of my
/run/user/1000 directory.
Have a look in output of "mount"
portal on /run/user/1000/doc type fuse.portal
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
I did not noticed it earlier. It is not a regular directory and likely
is used by xdg-desktop-portal to provide access to some files on the
host to sandboxed application. Particular FUSE driver has some tricks to
block access by other users.
It is messing up several processes like rsync. Any help will
be sincerely appreciated.
Use exclude patterns or
--one-file-system, -x don't cross filesystem boundaries
Whole /run is a tmpfs created in RAM.