You are not logged in.
Running:
Fedora 13
kernel 2.6.34.7-56.fc13.i686
desktop: xfce 4.6.2
Problem: I have a 1TB drive (SATA) with 2 partitions. The partitions/volumes don't show on the desktop.
The volume names are:
MASSIVE
BACKUP.
Facts:
1. When I login using GNOME, both volumes (MASSIVE & BACKUP) are listed on my desktop
2. My /etc/fstab has long since been edited to reflect these drives
3. Using XFCE: Although the volumes don't show on the desktop, they are indeed mounted. I can see them when performing a "df -h" as well as when opening "File System" and drilling to /media - they are both there. I can also access the contents of both volumes within "File System" (using Thunar).
4. Using XFCE: I can access both volumes via command line
5. Using XFCE: External drives are not affected. I have one external USB drive that shows and when I plug my Android phone, it too shows on the desktop.
After some exploring, I installed the following:
Oct 01 22:17:29 Installed: xfce4-mount-plugin-0.5.5-4.fc12.i686
I then added "Mount Devices" to my panel, but...as you've probably figured out - they're already mounted.
Here is my /etc/fstab:
==========
# /etc/fstab
# Created by anaconda on Sun Jul 25 21:28:12 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_jpoffice-lv_root / ext4 defaults 1 1
UUID=2c284ee4-b0b1-400a-a7ee-045d4baa898f /boot ext4 defaults 1 2
/dev/mapper/vg_jpoffice-lv_home /home ext4 defaults 1 2
/dev/mapper/vg_jpoffice-lv_swap swap swap defaults 0 0
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/sdb2 /media/BACKUP ntfs-3g umask=0000,auto 0 0
/dev/sdb1 /media/MASSIVE ntfs-3g umask=0000,auto 0 0
==========
Note: I just made the change of "umask=0000" from an article I read. It didn't make any difference good or bad, so I left it. It used to be "defaults" -- I have since booted back into GNOME after the change and I can still see those volumes on the desktop.
Thank you,
John
Offline
Xfdesktop takes it's cues from HAL and since you're mounting these file systems at boot, there's nothing for HAL to do. Your best bet it just to create a couple of icons, either by linking to the mount points, or by creating two .desktop launchers, containing the following:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=Drive name
Exec=thunar /path/to/mount/point
Icon=drive-harddisk
Terminal=false
StartupNotify=false
Offline
Excellent! That did the trick! Thank you so much for that quick and informative reply.
Offline
etnlWings, your reply makes me think you might be the source of an answer for me as well. I would like to try your code example, but I don't know what .desktop is. Could you please explain? Thanks.
Offline
A .desktop file is just a plain text file ending with .desktop. Thunar/xfdesktop read it and show it as a launcher.
Offline
I must be dense; I still can't find the darn thing anywhere. Is is supposed to be in /home somewhere?
Offline
Find what?
Navigate to your desktop directory.
Right-click and create an, "empty file".
Name it whatever.desktop.
Fill it with the above info.
Offline
Cool idea man i will try it for myself is all hope it will work , anyways man , keep up the good work and take care .
Offline
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 545.88 KiB (Peak: 546.72 KiB) ]