Results 1 to 10 of 14
Hello,
I'm trying to read my dvd's but everytime I try to mount it I get the error "the folder" /mnt/cdrom" does not excist. Shouldn't it be created automatically? What ...
- 01-03-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 39
unable to mount
Hello,
I'm trying to read my dvd's but everytime I try to mount it I get the error "the folder" /mnt/cdrom" does not excist. Shouldn't it be created automatically? What am I doing wrong... I'm quite new to using Kde.
Thanx in advance!
Jamey
- 01-04-2007 #2
Does doing "mkdir /mnt/cdrom" as root in a terminal and then trying to acess a dvd as a normal user solve the problem?
- 01-04-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 39
Tried to do that in the root console but in which directrory should I create it?
Originally Posted by daark.child
- 01-04-2007 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 39
When I went back to the root directory in the console it said that directory already excists. Would you know anything else that could help me?
- 01-04-2007 #5
execute these commands in terminal/konsole
post output here.Code:less /etc/fstab ls /mnt
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-04-2007 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 39
Tried it but nothing happened, this is the output the command gave on the Konsole:
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0
0
/dev/hdd /mnt/cdrom2 auto user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0
0
/dev/fd0 /mnt/floppy auto user,iocharset=iso8859-1,sync,codepage=850,noauto,exec
0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
- 01-04-2007 #7
in terminal, execute this
check /mnt/cdrom. fstab has two entries for CDdrive. other is /dev/hdd mounted at /mnt/cdrom2. check which one you are using.Code:mount /dev/hdc
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-04-2007 #8Just Joined!
- Join Date
- Jan 2007
- Posts
- 39
Uhm I'm pretty new with using Linux... I try to acces the dvd from the mount icon I created on my desktop, which brings up the error that the /mnt/cdrom dir does not excist.
I entered the commands and this is what it brought up:
[crypt@localhost crypt]$ mount /dev/hdc
mount: /dev/hdc already mounted or /mnt/cdrom busy
mount: according to mtab, /dev/hdc is already mounted on /mnt/cdrom
[crypt@localhost crypt]$ mnt/cdrom
bash: mnt/cdrom: is a directory
[crypt@localhost crypt]$ /dev/hdd
bash: /dev/hdd: Permission denied
[crypt@localhost crypt]$
lol I'm not entirely sure if this is what you meant me to do... There are 2 players attached to the system, a cd and a dvd. System does read both players when asked for the install discs to install more features.
I'm sorry I'm a complete newbie to Linux...
- 01-04-2007 #9
Looks like /dev/hdc is already mounted and the contents should be shown in the /mnt/cdrom directory. Do you see anything when you look into /mnt/cdrom?
- 01-04-2007 #10
Hi - you say you're trying to read your dvds? Do you mean play them or look at the contents on the disk?
To read the contents try opening Konqueror and typing /dev/hdc in the toolbar at the top ...I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
