LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-02-2021, 05:37 AM   #1
oscar_649
LQ Newbie
 
Registered: Aug 2020
Distribution: Mageia 7.1
Posts: 29

Rep: Reputation: Disabled
Partitions are mounted but show as unmounted in the sidebar of Dolphin


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 0
So 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_I
O.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:

Click image for larger version

Name:	Dolphin.png
Views:	21
Size:	15.4 KB
ID:	35760

Click image for larger version

Name:	Dolphin_2.jpg
Views:	21
Size:	52.9 KB
ID:	35761

Does someone have a tip?
 
Old 03-02-2021, 06:22 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,114

Rep: Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368Reputation: 7368
I guess Dolphin has a different kind of mount. If you can use /media/whatever it is mounted, just it is not properly detected.
What is in your /etc/fstab ?
 
Old 03-02-2021, 07:11 AM   #3
oscar_649
LQ Newbie
 
Registered: Aug 2020
Distribution: Mageia 7.1
Posts: 29

Original Poster
Rep: Reputation: Disabled
This is my fstab which is working fine except in Dolphin:
Code:
# Entry for /dev/sda1 :
UUID=xxxxxxxxxxxxx /media/win_c ntfs-3g nofail -o rw,umask=007,gid=046,uid=0
#
# Entry for /dev/sda2 :
UUID=xxxxxxxxxxxxxxxxxxxxxxx / ext4 noatime,acl 1 1
#
# Entry for /dev/sda3 :
UUID=xxxxxxxxxxxxxxxxx /media/osgeo ext4 defaults 0 2
#
# Entry for /dev/sda5 :
UUID=xxxxxxxxxxxxxxxxxxx /media/win_d ntfs-3g nofail -o rw,umask=007,gid=046,uid=0
#
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_I
mount -t ntfs-3g -o umask=007,gid=046,uid=0 /dev/sdb6 /media/Intenso_II
#
none /proc proc defaults 0 0

Last edited by oscar_649; 03-02-2021 at 07:12 AM.
 
Old 03-02-2021, 07:49 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,814

Rep: Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959Reputation: 5959
The syntax for all file systems in fstab should be the same i.e.
Code:
filesystem     mount point   filesystem type    options  dump  fsck
You can find the UUID for each using the blkid command and create entries similar to the others.
 
Old 03-02-2021, 03:23 PM   #5
oscar_649
LQ Newbie
 
Registered: Aug 2020
Distribution: Mageia 7.1
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thanks to all!

I think I simply made to many mistakes while testing and editing the fstab.
Works now.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE 5.4.1. dolphin sidebar create trash Keruskerfuerst Linux - Desktop 1 11-19-2015 01:52 PM
Using dd on mounted and unmounted partitions Completely Clueless Linux - General 5 10-26-2014 07:38 PM
Icons in Gnome Shell Sidebar Too Large -- Sidebar & Windows Flickers PasBern Linux - Desktop 0 12-17-2013 07:44 PM
[SOLVED] adding dolphin-like sidebar in Konqueror Cultist Linux - Software 2 07-31-2011 12:44 PM
Extra unwanted links to unmounted NTFS partitions in dolphin 'places' bar tomgibson Linux - Newbie 2 02-18-2009 08:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 06:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration