On Sunday, August 2, 2026 at 08:17:00 PM CDT, Felix Miata via tde-users <users@trinitydesktop.org> wrote:


CHRIS M composed on 2026-08-02 19:20 (UTC-0500):

>  I ran all of those commands, logged out of Cinnamon, and logged into TDE. And now when I click on "DATA" it says the folder doesn't exist? 

> Update:I can still open the folder from the Cinnamon side, see attachment. 

Logged into TDE, in Konsole, show output from (using sudo as necessary; or via
Konsole's session menu, select to open a new root shell tab):

mount | grep nvme0n1p5
ls -ld /media/chris/DATA
ls -ld /home/DATA
ls -ld /home/chris
ls -ld /home/chrisontde

Try all the same commands from a cinnamon session in whatever terminal it offers,
to compare.

My bedtime is in 14 minutes.
--
Evolution as taught in public schools is, like religion,
    based on faith, not based on science.

Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata
____________________________________________________
tde-users mailing list -- users@trinitydesktop.org
To unsubscribe send an email to users-leave@trinitydesktop.org
Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydesktop.org

chrisontde@LENOVO:~$ mount | grep nvme0n1p5
/dev/nvme0n1p5 on /media/chris/DATA type ext4 (rw,nosuid,nodev,relatime,errors=remount-ro,uhelper=udisks2)



chrisontde@LENOVO:~$ sudo ls -ld /media/chris/DATA
[sudo] password for chrisontde:
Sorry, user chrisontde is not allowed to execute '/usr/bin/ls -ld /media/chris/DATA' as root on LENOVO.
chrisontde@LENOVO:~$


chrisontde@LENOVO:~$ ls -ld /home/DATA
ls: cannot access '/home/DATA': No such file or directory
chrisontde@LENOVO:~$


chrisontde@LENOVO:~$ ls -ld /home/chris
drwxr-x--- 1 chris chris 720 Aug  2 19:16 /home/chris
chrisontde@LENOVO:~$


chrisontde@LENOVO:~$ ls -ld /home/chrisontde
drwxr-x--- 1 chrisontde chrisontde 618 Aug  2 20:28 /home/chrisontde
chrisontde@LENOVO:~$