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 Thumbnails


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 Thumbnails