Jump to content

Desktop Icon Shortcuts???


RangerOne
 Share

Recommended Posts

Mandrake 9.1.

I'm trying to create desktop icons for my cdrw & dvd drives.

I had no problem with the ones I did for my external Firewire & Usb drives.

CDRW: dev/scd0 /mnt/TDK

DVD: dev/scd1 /mnt/DVD

 

I can read these drives from the folders in Konqueror in the mnt directory.

 

When I try to create the icon shortcuts: the drop down box doesn't show the /mnt/TDK or /mnt/DVD options. I entered the following manually:

CDRW: /dev/scd0 (/mnt/TDK)

DVD: /dev/scd1 (/mnt/DVD)

 

When I try to access these shorcuts I get a mount error message: mount point doesn't exist.

 

What am I missing????

 

Below is my /etc/fstab file:

/dev/hdh1 / ext3 defaults 1 1

none /dev/pts devpts mode=0620 0 0

/dev/hdh8 /home ext3 defaults 1 2

none /mnt/DVD supermount dev=/dev/scd1,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/sdb5 /mnt/FWHD ntfs user,umask=0 0 0

none /mnt/TDK supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/sda5 /mnt/USB ntfs user,iocharset=iso8859-1,ro,umask=0 0 0

/dev/hda5 /mnt/Win1 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/hdf8 /mnt/Win2 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/hde7 /mnt/Win3 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0

none /proc proc defaults 0 0

/dev/hdh9 /tmp ext3 defaults 1 2

/dev/hdh6 /usr ext3 defaults 1 2

/dev/hdh7 /var ext3 defaults 1 2

/dev/hdf7 swap swap defaults 0 0

/dev/hdh5 swap swap defaults 0 0

/dev/hdh11 swap swap defaults 0 0

 

Thank's.

Link to comment
Share on other sites

It's because you have supermount enabled for those two drives. The icon you were trying to make is a mounting icon and drives listed in fstab as supermount aren't included because you can't mount them with the mount command; they're supposed to be automounted when you insert media. I've had nothing but problems with supermount and have disabled it. If you want to disable supermount. run:

 

# supermount -i disable

 

Fstab will be automatically edited to reflect the change and you will then see both drives as an option for making mounting icons.

If you want to keep supermount, just make desktop links to the location of their mountpoints, /mnt/TDK and /mnt/DVD.

Link to comment
Share on other sites

Supermount was the problem. I noticed on other Mandrake installs they had "none" also. Used Mandrake Control Center to make changes.

Below is my new /etc/fstab file: (Works as planned now)

 

/dev/hdh1 / ext3 defaults 1 1

none /dev/pts devpts mode=0620 0 0

/dev/hdh8 /home ext3 defaults 1 2

/dev/scd1 /mnt/DVD iso9660 noauto,user,ro, 0 0

/dev/sdb5 /mnt/FWHD ntfs user,umask=0 0 0

/dev/scd0 /mnt/TDK iso9660 noauto,user,rw, 00

/dev/sda5 /mnt/USB ntfs user,iocharset=iso8859-1,ro,umask=0 0 0

/dev/hda5 /mnt/Win1 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/hdf8 /mnt/Win2 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

/dev/hde7 /mnt/Win3 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0

none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0

none /proc proc defaults 0 0

/dev/hdh9 /tmp ext3 defaults 1 2

/dev/hdh6 /usr ext3 defaults 1 2

/dev/hdh7 /var ext3 defaults 1 2

/dev/hdf7 swap swap defaults 0 0

/dev/hdh5 swap swap defaults 0 0

/dev/hdh11 swap swap defaults 0 0

 

Thank's.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...