Re: Hello first time - I have a problem with mounting cdrom

2000-12-10 Thread Michael Sauer
> mount: /dev/cdrom is not a block device > > I wrote a command : > mount -t iso9660 /dev/cdrom /mnt/cdrom > > before I created /mnt/cdrom /dev/cdrom is only a symlink to your cdrom device. If it does not point to the exact device, that can happen. E.g. my cdrom is at /dev/hdc ln -s /dev/hdc /

Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread mcclosk
|> I write there something like this: |> |> |> /dev/hdc/cdrom auto |> 0 |> |> Is that correct ? I believe it needs to look like this: /dev/hdc/cdrom iso9660 ro,user,noauto,unhide ro: mounts it read-only

Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread Mateusz
Hi again I mount my cdrom, but when I want to use apt-cdrom I get a message Undefined..failed So edit my fstab file and I write there something like this: /dev/hdc/cdrom auto 0 Is that correct ? _

Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread Mateusz
Hello, BIG thanks for your help ;-) It does work I checked using 'dmesg', and there was my cdrom 'hdc' so , i mouinted it, and it does work ! ~Thanks ___ Mateusz [EMAIL PROTECTED]

Re: Hello first time - I have a problem with mounting cdrom

2000-12-09 Thread Oliver Elphick
"Mateusz" wrote: [please don't post in HTML - use plain ASCII only] >I have just installed Debian 2.2 and >I have some problemm with mounting my CDROM=20 >My Debian send me some message, but I don't understand it, I have a = >short journey with Debian , so I'm unexperience ;- >The mes

Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread kmself
Please use a meaningful subject line. on Sun, Dec 10, 2000 at 12:42:39AM +0100, Michal Siwolowski ([EMAIL PROTECTED]) wrote: > I have just installed Debian 2.2 and > I have some problemm with mounting my CDROM > My Debian send me some message, but I don't understand it, I have a short > journey

Hello first time - I have a problem with mounting cdrom

2000-12-09 Thread Mateusz
I have just installed Debian 2.2 and I have some problemm with mounting my CDROM My Debian send me some message, but I don't understand it, I have a short journey with Debian , so I'm unexperience ;- The message is:   mount:  /dev/cdrom  is not a block device   I wrote a command : moun

Hello first time

2000-12-09 Thread Michal Siwolowski
I have just installed Debian 2.2 and I have some problemm with mounting my CDROM My Debian send me some message, but I don't understand it, I have a short journey with Debian , so I'm unexperience ;- The message is:   mount:  /dev/cdrom  is not a block device   I wrote a command : mount