
Code: Select all
root@porteus:/tmp# ls -o /tmp/
/bin/ls: cannot access '/tmp/.mount_identi4fV4cB': Permission denied
[… other entries of no relevance to the topic …]
d????????? ? ? ? ? .mount_identi4fV4cB
[…]
root@porteus:/tmp# stat .mount_identi4fV4cB
stat: cannot statx '.mount_identi4fV4cB': Permission denied
https://stackoverflow.com/questions/249 ... d#25986155
I used my root terminal from the get-go and a simplefusermount -uz /data
[…]
The -z forces the unmount, which solved the need to reboot for me. You may need to do this as sudo depending on your setup.
Code: Select all
root@porteus:/# fusermount -uz /tmp/.mount_identi4fV4cB
Code: Select all
root@porteus:/# ls -ld /tmp/.mount_identi4fV4cB
drwx------ 2 guest users 40 2022-12-16 06:02 /tmp/.mount_identi4fV4cB
Code: Select all
root@porteus:/# rmdir /tmp/.mount_identi4fV4cB
root@porteus:/# ls -ld /tmp/.mount_identi4fV4cB
/bin/ls: cannot access '/tmp/.mount_identi4fV4cB': No such file or directory