Dolphin doesn't show Root and Home partitions

I have been using Manjaro since last 3 months. Now I couldn’t find my Root and Home partitions under dolphin’s device panel (show hidden places unchecked) i don’t know how to solve this issue… face this issue since i did some grub changes. I’m newbie to linux…
thank you in advance.

This my ssd parttions

$ lsblk -f
NAME   FSTYPE   FSVER LABEL    UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/core18/2066
loop1  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/gtk-common-themes/1515
loop2  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/teams-insiders/5
loop3  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/rambox/16
loop4  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/core18/2074
loop5  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/snapd/12398
loop6  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/snapd/12159
loop7  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/teams-insiders/6
loop8  squashfs 4.0                                                       0   100% /var/lib/snapd/snap/gnome-3-28-1804/145
sda                                                                                
├─sda1 ntfs           Recovery 5652A29552A278FF                                    
├─sda2 vfat     FAT32          7CA3-9C5E                              31.2M    67% /boot/efi
├─sda3                                                                             
├─sda4 ntfs                    984CA5924CA56C26                       36.2G    48% /run/media/anasm/984CA5924CA56C26
├─sda5 ntfs                    722E6AA72E6A6457                       62.4G    42% /run/media/anasm/722E6AA72E6A6457
├─sda6 swap     1              20f00dec-b1e5-4d40-86b6-a87cc9b38a2c                [SWAP]
├─sda7 ext4     1.0            aab9bd25-1b76-4e08-b292-4ab2891d8ef4    4.4G    77% /
├─sda8 ext4     1.0            eb26b071-64e0-48f9-a389-8d2cdc4e40e5   20.9G    16% /home
└─sda9 ntfs                    383AC8453AC8023C

This is my fstab

UUID=7CA3-9C5E                            /boot/efi      vfat    umask=0077 0 2
UUID=20f00dec-b1e5-4d40-86b6-a87cc9b38a2c swap           swap    defaults,noatime 0 0
UUID=aab9bd25-1b76-4e08-b292-4ab2891d8ef4 /              ext4    defaults,noatime 0 1
UUID=eb26b071-64e0-48f9-a389-8d2cdc4e40e5 /home          ext4    defaults,noatime 0 2
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

In Dolphin, press F9 to show the Places sidebar (if it’s not already visible). Right-click the title (“Places”) of that section and choose “Show Hidden Places” from the popup menu.

You probably accidentally marked those partitions as “hidden”. Once they are visible again, you can right-click them and permanently un-hide them.

Show Hidden Places is already unchecked. there is nothing to do…
I reinstalled dolphin nothing changed :pensive:

Just for your information, reinstalling something doesn’t make any difference. This is not Microsoft Windows, you know? :wink:

Yeah!.. I uninstalled dolphin and tried double commannder the same issue appear there…

Hmm… Can you post the output of… :arrow_down:

ls -l /
ls -l /home

… please? I’m thinking it might be a permissions issue, even though it shouldn’t be. :thinking:

ls -l /
total 264
lrwxrwxrwx   1 root root      7 Jan 20 22:03 bin -> usr/bin
drwxr-xr-x   5 root root   4096 Jun 16 12:43 boot
-rw-r--r--   1 root root  23811 Apr 10 15:39 desktopfs-pkgs.txt
drwxr-xr-x  21 root root   4240 Jul  4 15:09 dev
drwxr-xr-x 112 root root  12288 Jul  4 15:37 etc
-rw-r--r--   1 root root 169993 Apr 23 00:34 file
drwxr-xr-x   5 root root   4096 May 19 12:00 home
-rwxr-xr-x   1 root root    459 Mar 20  2020 install-script.sh
lrwxrwxrwx   1 root root      7 Jan 20 22:03 lib -> usr/lib
lrwxrwxrwx   1 root root      7 Jan 20 22:03 lib64 -> usr/lib
drwx------   2 root root  16384 Apr 13 06:55 lost+found
drwxr-xr-x   2 root root   4096 Jan 20 22:03 mnt
drwxr-xr-x   6 root root   4096 Jun 18 12:44 opt
dr-xr-xr-x 271 root root      0 Jul  4  2021 proc
drwxr-x---   7 root root   4096 Jun 23 18:49 root
-rw-r--r--   1 root root   5125 Apr 10 15:34 rootfs-pkgs.txt
drwxr-xr-x  31 root root    780 Jul  4 15:08 run
lrwxrwxrwx   1 root root      7 Jan 20 22:03 sbin -> usr/bin
lrwxrwxrwx   1 root root     19 May 28 01:50 snap -> /var/lib/snapd/snap
drwxr-xr-x   4 root root   4096 Apr 10 15:33 srv
dr-xr-xr-x  13 root root      0 Jul  4  2021 sys
drwxrwxrwt  19 root root    640 Jul  4 15:36 tmp
drwxr-xr-x  10 root root   4096 Jul  4 12:31 usr
drwxr-xr-x  13 root root   4096 Jul  4 12:26 var


ls -l /home
total 32
drwx------ 50 anasm anasm 12288 Jul  4 12:26 anasm
drwx------  2 root  root  16384 Apr 13 06:55 lost+found
drwxr-xr-x  9 root  root   4096 Jul  3 17:08 timeshift

Well, that all looks pretty normal to me. :man_shrugging: Are you sure that hidden devices are un-checked in your file manager? :thinking:

By the way, this may go in against your usual method of working ─ it certainly does among other people who come from the MickeySoft world ─ but UNIX normally does not work with “drives” as storage.

The idea is that one would navigate the directory hierarchy, which is bound to remain consistent regardless of the specifics of the local installation. The idea of the “Places” in the file manager was introduced by the GNOME people through freedesktop.org, and the reason why is that the GNOME developers take inspiration from macOS, which also knows the concept of drives, albeit that they are called “volumes” there.

The irony of it all is that macOS is also a UNIX ─ it’s based upon FreeBSD ─ but the concept of volumes came from Classic Mac OS (which was not a UNIX) and was preserved for compatibility reasons. :roll_eyes:

2 Likes