Re: making hard drives show up in system:/media/
Checking what HAL sees:
man lshal
=>
or simply
With KDE gui:
Package kde-hal-device-manager, shows the hardware on your computer.
After installation K > System > Device Manager...
This doesn't help but...
There are (lot of ?) questions why and how KIO-slave system:/media/ should work, but not real answers :
[kde-linux] hd partitions don't appear in storage media folder
http://linux.derkeiler.com/Mailing-L.../msg00220.html
[kde] system:/media and /etc/fstab
http://lists.kde.org/?l=kde&m=115100776720173&w=2
how to show all unmounted disk in system:/media protocol
http://www.kde-forum.org/artikel/164...edia-prot.html
Chapter 8. Multimedia With KDE
http://docs.kde.org/kde3/en/kdebase/...ultimedia.html
How KIO-slave system:/media/ is meant to work (that is, how it is working here)
1) There should be all partitions showing.
Mounted and unmounted. No need to be in the /etc/fstab (using HAL device database ?).
2) You can mount partitions (and unmount) by right clicking them (if you have rights).
Gutsy (KDE 3.5.8 ):
Right click > Mount:
As root this is working (kdesudo dolphin/konqueror), you have rights to mount/unmount.
Hardy (KDE 3.5.9):
Right click > Mount and Hardy will ask password:
Kubuntu (KDE) is evolving .
Checking what HAL sees:
man lshal
LSHAL(1) LSHAL(1)
NAME
lshal - list HAL devices
SYNOPSIS
lshal [options]
DESCRIPTION
lshal is a utility for displaying items in the HAL device database. For
more information about both the big picture and specific HAL proper‐
ties, refer to the HAL spec which can be found in /usr/share/doc/hal-
doc/spec/hal-spec.html depending on the distribution.
OPTIONS
The following options are supported:...
NAME
lshal - list HAL devices
SYNOPSIS
lshal [options]
DESCRIPTION
lshal is a utility for displaying items in the HAL device database. For
more information about both the big picture and specific HAL proper‐
ties, refer to the HAL spec which can be found in /usr/share/doc/hal-
doc/spec/hal-spec.html depending on the distribution.
OPTIONS
The following options are supported:...
=>
Code:
lshal | grep sdb
Code:
lshal
With KDE gui:
Package kde-hal-device-manager, shows the hardware on your computer.
After installation K > System > Device Manager...
This doesn't help but...
There are (lot of ?) questions why and how KIO-slave system:/media/ should work, but not real answers :
[kde-linux] hd partitions don't appear in storage media folder
http://linux.derkeiler.com/Mailing-L.../msg00220.html
[kde] system:/media and /etc/fstab
http://lists.kde.org/?l=kde&m=115100776720173&w=2
how to show all unmounted disk in system:/media protocol
http://www.kde-forum.org/artikel/164...edia-prot.html
Chapter 8. Multimedia With KDE
http://docs.kde.org/kde3/en/kdebase/...ultimedia.html
The Storage Media location (also known as the media:/ protocol) will show all devices which are recognized by KDE, including the hard drive and CD and DVD drives, as well as USB and Firewire devices, provided that your distribution is set up correctly to tell KDE about them.
How KIO-slave system:/media/ is meant to work (that is, how it is working here)
1) There should be all partitions showing.
Mounted and unmounted. No need to be in the /etc/fstab (using HAL device database ?).
2) You can mount partitions (and unmount) by right clicking them (if you have rights).
Gutsy (KDE 3.5.8 ):
Right click > Mount:
As root this is working (kdesudo dolphin/konqueror), you have rights to mount/unmount.
Hardy (KDE 3.5.9):
Right click > Mount and Hardy will ask password:
Kubuntu (KDE) is evolving .
Comment