LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Dolphin on KDE 4.2.1 in 64 bit Fedora 10. (https://www.linuxquestions.org/questions/fedora-35/dolphin-on-kde-4-2-1-in-64-bit-fedora-10-a-720337/)

Hitboxx 04-20-2009 01:50 AM

Dolphin on KDE 4.2.1 in 64 bit Fedora 10.
 
1 Attachment(s)
Hi,

Ever since I started using KDE as in 4.2, I have been doing this regularly. When I startup KDE, I open Dolphin and click and mount each partition with root pass. I thought it might be some KDE issue as is the ever developing code and will be fine in future updates. But now I'm in 4.2.1 and it still exists. Upon inquiring fellow users on other distros, I have come to believe this is a *Fedora only* issue now.

Anybody got any ideas? Thanks.

PTrenholme 04-25-2009 01:53 PM

Why aren't your partitions automatically mounted from /etc/fstab when you boot? You shouldn't need to use Dolphin to mount a drive partition. Here's what my laptop's Fedora /etc/fstab looks like:
Code:

$ cat /Fedora/etc/fstab
#                                     
# /etc/fstab                         
# Created by anaconda on Thu Nov 27 09:31:54 2008
#                                               
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=ffccf6e4-8321-46a7-9ef0-48e2aeedc325 /    ext3    defaults        1 1
UUID=92ff1a1e-9e16-4828-953e-fbdfde536452 /boot ext3    defaults        1 2
tmpfs                  /dev/shm                tmpfs  defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                  /sys                    sysfs  defaults        0 0
proc                    /proc                  proc    defaults        0 0
/dev/mapper/Fedora-Swap swap                    swap    defaults        0 0
# Other drives
UUID=78b0b290-2ee7-46b1-a6b5-6eae61531fec /Jaunty ext3  defaults        1 2
UUID=c5774ce9-8e08-4571-bd45-c99567172463 /Ubuntu ext3  defaults        1 2
UUID=342D7D7923AC4107  /Vista                  ufsd    rw,defaults    0 0
UUID=2C88743C8874071C  /Vista/Recovery        ufsd    rw,defaults    0 0
#UUID=342D7D7923AC4107  /Vista                  ntfs-3g rw,defaults    0 0
#UUID=2C88743C8874071C  /Vista/Recovery        ntfs-3g rw,defaults    0 0
# Removable Drives
/dev/cdrom              /media/cdrom            udf,iso9660 user,noauto,exec,utf8      0 0
/dev/dvdrom            /media/dvdrom          udf,iso9660 user,noauto,exec,utf8      0 0
/dev/cdrw              /media/cdrw            udf,iso9660 rw,user,noauto,exec,utf8    0 0
/dev/dvdrw              /media/dvdrw            udf,iso9660 rw,user,noauto,exec,utf8    0 0
/dev/sr0                /media/cd              udf,iso9660 rw,user,noauto,exec,utf8    0 0
# USB Stick
UUID=48A7-175E          /Kingston              vfat    defaults,noauto 0 0
# USB 200GB drive
/dev/USB_Fedora/Base    /USB_Fedora            ext3    defaults,noauto 0 0
UUID=85d4ec8b-3199-4819-a7c3-0f23d7d42aa6 /USB_Fedora/boot ext3 defaults,noauto 0 0
UUID=64DC5A0FDC59DBBC  /XP                    ufsd    defaults,rw,noauto 0 0
UUID=6A5F-1690          /XP/Recovery            vfat    defaults,noauto 0 0
UUID=F090155F90152D9A  /XP/Extra              ext3    defaults,rw,noauto 0 0
# USB Gateway drive
LABEL=Gateway          /Gateway                ext4    defaults,noauto 0 0
LABEL=Boot_Gateway      /Gateway/boot          ext3    defaults,noauto 0 0

Note that drive and partition UUID can be seen in, e.g., ls -l /dev/disk/by-uuid

Oh, the ufsd driver I'm using for the Vista NTFS partitions is a beta driver I've been testing. If you've got NTFS partitions, ntfs-3g is probably a better choice for now.

Hitboxx 04-28-2009 09:00 AM

No lol, what I mean is, I don't have any partition entries in fstab like in the old days. When I used Gnome, it used to get auto mounted using HAL, bus, etc ... Since the switch to KDE, I have to do it manually as said above.

So I wish it would be auto mounted already by the time I hit Dolphin.

PTrenholme 04-28-2009 09:46 AM

Check /bin/mount and, if necessary, do a chmod +sx /bin/mount as "root" to turn on the "set UID" and executable flags for everyone. I needed to do that on my Fedora system before Dolphin could mount even a CD. You could also install nautilus and use it in KDE to see if it works any differently.

But, if you use the Dolphin auto-mount feature, you have little control over the names used when the device (or partition) is mounted which can complicate any scripts you write.

But, hey, it's your system, so you can set it up any way you wish.

Hitboxx 04-29-2009 10:18 AM

All those things are fine, Dolphin mounts the CD and all, only the auto-mounting of partitions is what bugs me.

It has got something to do with KDE and the d-bus, etc things. I opened up Nautilus here in KDE and it didn't had them mounted too. If KDE mounts it, then regardless of the file managers, they will all show mounted.

On the other hand, if I get into Gnome once initially and then log off and head in KDE, Dolphin has them all mounted. That should make it clear on my side of things.


All times are GMT -5. The time now is 01:30 AM.