Article 5ETRZ Partitions are mounted but show as unmounted in the sidebar of Dolphin

Partitions are mounted but show as unmounted in the sidebar of Dolphin

by
oscar_649
from LinuxQuestions.org on (#5ETRZ)
Hi all!

I recently got a second SSD HD (see this thread).
Now I am wondering that the same fstab entries I used for ntfs-3g and ext4 partitions on my old SSD HD do not work for mounting partitions on the new one.
Here is an example that works on my older, first drive:
Code:# Entry for /dev/sda3 :
UUID=xxxxxxxxxxxx /media/osgeo ext4 defaults 0 2
# Entry for /dev/sda5 :
UUID=xxxxxxxxxxxx /media/win_d ntfs-3g defaults,nofail,umask=000 0 0So I adjusted that for the second drive ( also ntfs-3g and ext4) and the partitions can not be mounted (system is going to emergency mode at startup).
What works here is:
Code:mount -t ext4 -o umask=007,gid=046,uid=0 /dev/sdb2 /media/Intenso_III
mount -t ntfs-3g -o umask=007,gid=046,uid=0 /dev/sdb5 /media/Intenso_IO.K. It works fine. (copying, moving, deleting, executing, etc.) but in the sidebar of Dolphin file manager the partitions of the new HD appear as unmounted so that I have to mount them inside Dolphin:

Attachment 35760

Attachment 35761

Does someone have a tip?
Attached Thumbnailsattachment.php?attachmentid=35760&stc=1& attachment.php?attachmentid=35761&stc=1& latest?d=yIl2AUoC8zA latest?i=xvK2pqfiq6M:IYEDaqbzr3Q:F7zBnMy latest?i=xvK2pqfiq6M:IYEDaqbzr3Q:V_sGLiP latest?d=qj6IDK7rITs latest?i=xvK2pqfiq6M:IYEDaqbzr3Q:gIN9vFwxvK2pqfiq6M
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments