Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
supermount and kde desktop icons
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
sibok
n00b
n00b


Joined: 11 Jan 2003
Posts: 48

PostPosted: Sat May 08, 2004 5:37 pm    Post subject: supermount and kde desktop icons Reply with quote

I'm actuallyusing kde and i havesupermount configured. Before i configured supermount i used to have two icons for my devices (cdrw and dvd). Now i sould like to have the same icons, one for accessing to the dvd and the other for accessing to the cdrw, but i don't know how to do it cause since i'm using supermount th eentries in the fstab for my devices can't be viewed through the properties of the desktop icons devices. i hope someone can help me, thanks :)
Back to top
View user's profile Send private message
lbm
n00b
n00b


Joined: 17 Mar 2004
Posts: 66
Location: Denmark

PostPosted: Sat May 08, 2004 5:44 pm    Post subject: Reply with quote

If you are running supermount, you must change you fstab....

value mountpoint mounttype filetype,unit,other values

My cd in fstab looks like this...

cdrom /mnt/cdrom supermount fs=auto,dev=/dev/sr0,--,ro,user

you might have to fs=auto to fs=iso9660
_________________
Geek By Nature | Linux By Choise
Back to top
View user's profile Send private message
sibok
n00b
n00b


Joined: 11 Jan 2003
Posts: 48

PostPosted: Sat May 08, 2004 5:51 pm    Post subject: Reply with quote

mine looks as is:

Code:

 /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 2003/07/17 19:55:18 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>                  <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.

none                    /mnt/cdrw       supermount dev=/dev/hdb,fs=auto,user,ro 0 0
none                    /mnt/dvd        supermount dev=/dev/hdc,fs=auto,user,ro 0 0

/dev/hda1               /boot           ext3            noauto,noatime          1 2
/dev/hda6               /               ext3            noatime                 0 1
/dev/hda7               /home           ext3            noatime                 0 4
/dev/hda8               /root           ext3            noatime                 0 3
/dev/hda5               none            swap            sw                      0 0

#/dev/hdb -> cdrom
#/dev/cdroms/cdrom0     /mnt/cdrw       iso9660         noauto,user,ro          0 0
#/dev/hdc -> dvd
#/dev/cdroms/cdrom1     /mnt/dvd        iso9660         noauto,user,ro          0 0

/dev/hda4               /mnt/NTFS       ntfs            noatime,user
/dev/hdd1               /mnt/FAT32      vfat            noatime,user

none                    /proc/bus/usb   usbfs           defaults                0 0

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

# NOTE: The next line is critical for boot!
none                    /proc           proc            defaults                0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will

#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none                    /dev/shm        tmpfs           defaults                0 0


i've tried replacing "none" for "cdrw" or "dvd" deppending on the device but mount -a says (as root):
Code:

#mount -a
mount: permiso denegado
mount: permiso denegado
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum