Re: not working my DVDROM

2010-02-14 Thread Camaleón
On Sat, 13 Feb 2010 13:03:41 -0430, Germana Oliveira wrote:

 i just realize that my DVDROM does not work..

(...) 

 /dev/scd0   /media/cdrom0   udf,iso9660 user,noauto 0   0
 /dev/hdb/media/cdrom1   udf,iso9660 user,noauto 0   0

That seems to be two DVD/CD drives. Which one does not work?

 the DVDROM seems to be: /dev/hdb
 
 and no matter what DVD or CD i put in, it can read it.

Insert a disk in the faulty unit and type dsmeg to see what's going on. 

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.02.14.10.58...@gmail.com



Re: not working my DVDROM

2010-02-14 Thread Germana Oliveira
 
 This is probably as silly question but I've got to ask, are you using 
 mount to mount the disk after it's inserted?
 
 mtp5150

do you mean:  mount /dev/hdb /media/cdrom1 ?

it says: mount: No se ha encontrado el medio ( Media not found )




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1266160978.3442.1.ca...@bog-debian.bog.debian



Re: not working my DVDROM

2010-02-13 Thread Stephen Powell
On Sat, 13 Feb 2010 12:33:41 -0500 (EST), Germana Oliveira wrote:
 
 HI!! (me again)
 
 i just realize that my DVDROM does not work..

 /etc/fstab:
 
 # file system mount point   type  options   dump  pass
 proc/proc   procdefaults0   0
 /dev/hda1   /   ext3defaults,errors=remount-ro 0 1
 /dev/hda6   /home   ext3defaults0   2
 /dev/hda5   noneswapsw  0   0
 /dev/scd0   /media/cdrom0   udf,iso9660 user,noauto 0   0
 /dev/hdb/media/cdrom1   udf,iso9660 user,noauto 0   0
 /dev/fd0/media/floppy0  autorw,user,noauto  0   0

 the DVDROM seems to be: /dev/hdb
 
 and no matter what DVD or CD i put in, it can read it.

I'm confused.  First you say that your DVDROM doesn't work.
They you say that no matter what DVD or CD you put in, it can read it.
That does not compute!

Second, the contents of /etc/fstab are intended to be for permanent
file systems that are always there.  Since a DVDROM drive uses
removable media, you wouldn't want to mount it at boot time in
/etc/fstab.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: not working my DVDROM

2010-02-13 Thread Eduardo M KALINOWSKI

On 02/13/2010 05:46 PM, Stephen Powell wrote:

Second, the contents of /etc/fstab are intended to be for permanent
file systems that are always there.  Since a DVDROM drive uses
removable media, you wouldn't want to mount it at boot time in
/etc/fstab.
   


That's why he has noauto there, so that it is not mounted at boot time, 
but only when manually requested.



--
There are no accidents whatsoever in the universe.
-- Baba Ram Dass

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: not working my DVDROM

2010-02-13 Thread mtp5150

Eduardo M KALINOWSKI wrote:

On 02/13/2010 05:46 PM, Stephen Powell wrote:

Second, the contents of /etc/fstab are intended to be for permanent
file systems that are always there.  Since a DVDROM drive uses
removable media, you wouldn't want to mount it at boot time in
/etc/fstab.
   


That's why he has noauto there, so that it is not mounted at boot time, 
but only when manually requested.




His fstab look right to me also.

mtp5150


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: not working my DVDROM

2010-02-13 Thread mtp5150

Germana Oliveira wrote:

HI!! (me again)

i just realize that my DVDROM does not work..

/etc/fstab:

# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/hda1   /   ext3defaults,errors=remount-ro 0
1
/dev/hda6   /home   ext3defaults0   2
/dev/hda5   noneswapsw  0   0
/dev/scd0   /media/cdrom0   udf,iso9660 user,noauto 0   0
/dev/hdb/media/cdrom1   udf,iso9660 user,noauto 0   0
/dev/fd0/media/floppy0  autorw,user,noauto  0   0



the DVDROM seems to be: /dev/hdb

and no matter what DVD or CD i put in, it can read it.


This is probably as silly question but I've got to ask, are you using 
mount to mount the disk after it's inserted?


mtp5150


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/ik2dnczyoea-sorwnz2dnuvz_rdi4...@earthlink.com



Re: not working my DVDROM

2010-02-13 Thread Stephen Powell
On Sat, 13 Feb 2010 15:17:02 -0500 (EST), Eduardo M KALINOWSKI wrote:
 On 02/13/2010 05:46 PM, Stephen Powell wrote:
 Second, the contents of /etc/fstab are intended to be for permanent
 file systems that are always there.  Since a DVDROM drive uses
 removable media, you wouldn't want to mount it at boot time in
 /etc/fstab.

 
 That's why he has noauto there, so that it is not mounted at boot time, 
 but only when manually requested.

Right you are!  I hadn't noticed noauto.  In fact, I checked my own
/etc/fstab and similar entries are there on my system.  Apparently
the Debian Installer puts them there by default on the i386 platform.
On the s390 platform, where I routinely edit this file, it does not.
Funny, I never noticed that before.

Unfortunately, this little side trip is doing nothing to help the user.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/439941168.12301981266103591458.javamail.r...@md01.wow.synacor.com