Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cd won't mount
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
vorplex
n00b
n00b


Joined: 29 Oct 2002
Posts: 48
Location: Pass Christian, MS.

PostPosted: Mon Nov 04, 2002 9:48 pm    Post subject: cd won't mount Reply with quote

n00b here again.

I try to mount my cd from kde 3.0.4 and get the following error:
Code:
The desktop entry file
/home/vorplex/Desktop/CD%2fDVD-ROM Device
is of type FSDevice but has no Dev=... entry.


I also get the same error if I try it as root. :

my mount says:

Code:
/dev/hda3 on / type reiserfs (rw,noatime)
proc on /proc type proc (rw)
none on /dev type devfs (rw)
tmpfs on /mnt/.init.d type tmpfs (rw,mode=0644,size=2048k)
tmpfs on /dev/shm type tmpfs (rw)


fstab says:

Code:
/dev/hda1      /boot      ext2      noauto,noatime   1 2
/dev/hda3      /      reiserfs   noatime      0 1
/dev/hda2      none      swap      sw      0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro   0 0


devfsd.conf says:

Code:
# Create /dev/cdrom for the first cdrom drive
LOOKUP          ^cdrom$          CFUNCTION GLOBAL mksymlink cdroms/cdrom0 cdrom
REGISTER        ^cdrom/cdrom0$   CFUNCTION GLOBAL mksymlink $devname cdrom
UNREGISTER      ^cdrom/cdrom0$   CFUNCTION GLOBAL unlink cdrom


# Create /dev/dvd for the second cdrom drive
# (change 'cdroms/cdrom1' to suite your setup)
# NOTE: We add the fully qualified path here, else some apps
#       have problems to resolve the true device (drip comes to mind)
#LOOKUP          ^dvd$           CFUNCTION GLOBAL mksymlink ${mntpnt}/cdroms/cdrom1 dvd
#REGISTER        ^cdrom/cdrom1$  CFUNCTION GLOBAL mksymlink ${devpath} dvd
#UNREGISTER      ^cdrom/cdrom1$  CFUNCTION GLOBAL unlink dvd


is this right?
Back to top
View user's profile Send private message
vorplex
n00b
n00b


Joined: 29 Oct 2002
Posts: 48
Location: Pass Christian, MS.

PostPosted: Tue Nov 05, 2002 3:53 am    Post subject: Fixed Reply with quote

User Error..again :oops:
I didn't have the full mount path
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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