LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Desktop Icon Issue with KDE on MDK9.2 (https://www.linuxquestions.org/questions/linux-newbie-8/desktop-icon-issue-with-kde-on-mdk9-2-a-139725/)

Chryzmo 01-28-2004 04:01 PM

Desktop Icon Issue with KDE on MDK9.2
 
Heyas,

I was trying to rename the icons for my drives on my desktop and someone suggested that I should not have it automatically display them at all, but make shortcuts of my own. So I tried this, but when I restart I get an error if I try to click those icons. I have to goto a console as root and umount the drives and then mount each one again. Then the icons will work.

The initiall error message when I first click the icons after a reboot is:

" Could not mount device.

The report error was:

mount: according to mtab, none is already mounted
on /mnt/floppy

mount failed "

Here is my mtab file, maybe it will be useful in solving this?

/etc/mtab:

/dev/ide/host0/bus0/target1/lun0/part1 / ext3 rw 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbfs rw 0 0
none /dev devfs rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
none /mnt/cdrom supermount ro,dev=/dev/scd0,fs=udf:iso9660,--,iocharset=iso8859-1 0 0
none /mnt/dvdrw supermount ro,dev=/dev/scd1,fs=udf:iso9660,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount rw,sync,dev=/dev/fd0,fs=ext2:vfat,--,codepage=850,umask=0,iocharset=iso8859-1 0 0
/dev/ide/host0/bus0/target0/lun0/part1 /mnt/win_c vfat rw,umask=0,codepage=850,iocharset=iso8859-1 0 0
/dev/ide/host0/bus0/target1/lun0/part6 /mnt/win_d vfat rw,umask=0,codepage=850,iocharset=iso8859-1 0 0
/dev/ide/host0/bus0/target0/lun0/part5 /mnt/win_e vfat rw,umask=0,codepage=850,iocharset=iso8859-1 0 0
//zeus/ZEUS-C /mnt/ZEUS-C smbfs 0 0

Thanks,
Chris

moonloader 01-28-2004 04:12 PM

to me there is no need to change or rename the names why Mandy does it already?

willand 01-28-2004 04:12 PM

Question of a newbie :
What is the difference between /etc/fstab and /etc/mtab ?

thanks

kilgoretrout 01-28-2004 04:23 PM

What you made are mounting icons. You can't mount a drive with supemount enabled and you have supermount enabled on your cd drives and floppy.

This all depends what you want. Supermount automatically mounts a device when the media is inserted. If you want to use that, you should make desktop shortcuts to the mount points for the various drives.

The alternative is using mounting icons like you made but with supermount disabled. After you insert the media, you click on the icon and the device is mounted and konqueror opens up and displays the contents. When your done, you right click on the icon and select "unmount" from the Actions menu then remove the media. You must always unmount before removing the media. To disable supermount, as root run:

# supermount -i disable

Then redo your mounting icons.

Chryzmo 01-28-2004 04:54 PM

Thanks for the replies.

moonloader:

Originally Mandrake 9.2 named the icons the way I liked (ex. CD-ROM, DVD-ROM). However I wanted the DVD drive to mount to /mnt/dvdrw rather than /mnt/cdrom2. So I changed it, but when I rebooted the icon for the DVD drive was labeled /mnt/dvdrw rather than DVD-ROM, so I just wanted it to label the icon as it did before I changed the mount point of the DVD drive.

kilgoretrout:

Making a Link to Location and pointing it to the /mnt/ point of the drive worked.

Thanks again for the help.


All times are GMT -5. The time now is 12:32 AM.