Device in media, final solution?
golfer
golfbuf at gmail.com
Thu Jan 12 03:54:17 UTC 2006
On 1/8/06, TiNePaS <tineconcurso at ono.com> wrote:
> Hi:
>
> What is the final solution for device in media?
You can add any device name you want, and be able to mount / umount it
by adding it into /etc/fstab. For example:
$ mkdir /media/hda6
$ sudo nano /etc/fstab
< add a line like this next line >
/dev/hda6 /media/hda6 reiserfs noauto,users,exec 0 0
< hit control-X and answer yes to exit nano >
# mount /media/hda6 (to mount it)
# umount /media/hda6 (to umount)
>
> I have only in device the flopply's icon.
This was all that kubuntu detected when it installed. You can add
more yourself as explained above.
Also, some devices are created by hotplug scripts automatically, and
will appear and disappear from /media/ when you plug and unplug them.
For example, a usb cd burner may appear as /media/cdrecorder. A usb
flash drive may appear as /media/sda1. These will disappear when you
unplug them.
>
> What is the solution for i have icon of my hard disc?
>
Open kcontrol and go to DESKTOP, then the DEVICE ICONS tab, and check
all the ones you want to appear.
> Edit a file?
>
> Install a new version of pmount?
>
> Thanks.
>
> TiNePaS
regards,
golfbuf
More information about the kubuntu-users
mailing list