Joseph Smidt wrote:
When I try to mount something on my cdrom I get this error: mount: special
device /dev/scd0 does not exist
When I type dmesg | grep CD I get no results.
When I type lsscsi I get: [0:0:0:0]diskATA TOSHIBA MK1032GS
AS02 -
Does anybody know what I can do about t
One of the things that I use to confirm how a CD/DVD is set up, is to try
"eject /dev/hdb", and BTW, why are you looking for them as scd0, mine are all
hdb, hdc, and hdd.Maybe you are mounting the wrong device, or one that does not exist.
When I type eject /dev/hbd I get this:[EMAIL PROTECTED]:/dev
On Sunday 16 April 2006 7:44 pm, Joseph Smidt so eloquently stated:
> When I try to mount something on my cdrom I get this error: mount: special
> device /dev/scd0 does not exist
>
> When I type dmesg | grep CD I get no results.
>
> When I type lsscsi I get: [0:0:0:0]diskATA TOSHIBA M
When I try to mount something on my cdrom I get this error: mount: special device /dev/scd0 does not existWhen I type dmesg | grep CD I get no results.When I type lsscsi I get: [0:0:0:0] disk ATA TOSHIBA MK1032GS AS02 -
Does anybody know what I can do about these problems so I can moun
Andrea Vettorello wrote:
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connecte
On Tue, 04 Jan 2005 02:45:23 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> Andrea Vettorello wrote:
>
> >On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >[...]
> >
> >
> >
> >>>
> >>>
> >>it is a cd-writer. i think debian knows a cd-writer is connected
Andrea Vettorello wrote:
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
[...]
it is a cd-writer. i think debian knows a cd-writer is connected and
loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
/dev/ directory.
it is not problem for
On Mon, 03 Jan 2005 21:38:34 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
> >
[...]
> >
> >
> it is a cd-writer. i think debian knows a cd-writer is connected and
> loads the module ide-scsi, but it doesn't create hdb,cdrom or sr* under
> /dev/ directory.
>
> it is not problem for me to use my
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
# ls /dev/
MAKEDEVinitctl ram14tty10 tty3 tty49 ttyS1 ttyS29 ttyS48
adsp inputram15tty11 tty30 tty5 ttyS10
On Monday 03 January 2005 10:17, Necati DEMiR wrote:
>
> # dmesg|grep hdb
> ide_setup: hdb=ide-scsi
> ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
> hdb: HL-DT-ST GCE-8400B, ATAPI CD/DVD-ROM drive
It looks to me as though you are using udev (or devfs). When you use
ide-scsi
On Mon, 03 Jan 2005 12:17:10 +0200, Necati DEMiR <[EMAIL PROTECTED]> wrote:
>
> >Try giving the file system type in your mount command:
> >mount -t iso9660 /dev/hdb /mnt/cdrom
> >
> >
> it didin't work.
>
> i am telling from stracth;
> i rebooted the machine;
> then
>
> # dmesg|grep hdb
> ide_se
Try giving the file system type in your mount command:
mount -t iso9660 /dev/hdb /mnt/cdrom
it didin't work.
i am telling from stracth;
i rebooted the machine;
then
# dmesg|grep hdb
ide_setup: hdb=ide-scsi
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
hdb: HL-DT-ST GCE-8400B
On Sun, Jan 02, 2005 at 11:39:04PM +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
Ollie Acheson([EMAIL PROTECTED]) is reported to have said:
> On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
>
>
>
> Can't read your message -- it's in html. Turn that off and send plain text
> so we can all read it.
>
Ollie
Add this to your .mutt_mailcap and you will be
On Sun, 2005-01-02 at 23:39 +0200, Necati DEMiR wrote:
> Hi,
> i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
> /dev directory, and i decided to create them by using mknod.
> and i did the followings;
>
> #mknod -m 0660 /dev/hdb b 3 64
> #ln -s /dev/hdb /dev/cdrom
>
> eve
Hi,
i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
/dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64
#ln -s /dev/hdb /dev/cdrom
every thing is ok up to now.
then i tried;
#mount /dev/cdrom /mnt/cdrom/
but
On Sun, Jan 02, 2005 at 11:29:25PM +0200, Necati DEMiR wrote:
Can't read your message -- it's in html. Turn that off and send plain text
so we can all read it.
Ollie
--
|---|
| Ollie Acheson |
| Morristown, NJ|
|-
Hi,
i wanted to mount my cdrom, but i saw that there is no hdb or cdrom in
/dev directory, and i decided to create them by using mknod.
and i did the followings;
#mknod -m 0660 /dev/hdb b 3 64
#ln -s /dev/hdb /dev/cdrom
every thing is ok up to now.
then i tried;
#mount /dev/cdrom /mnt/cdrom/
To reply to my own post -
I think the problem is in /etc/init.d/iscover:
"
# Link /dev/cdromX to all detected CD drives, and create mount points:
CDNUM=1
for CDROM in `discover --device cdrom`
do
if [ ! -e $CDROM ]
then
echo -n "discover reports that $CDROM is the CD-ROM device,
Thanks Daniel,
I am using the standard (unmodified) 2.2.19-12 kernel from the Debian
distribution. The devfsd package is not installed. I checked out the website,
but I am not sure if this would solve my problem.
I am not mounting this manually, or I would do it the way I want it. I will
check
On Sun, Dec 23, 2001, JP Glutting wrote:
> Hi All,
>
> I have a problem with my device configuration. I have a CD player and a CD
> writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links
> up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is,
> corre
Hi All,
I have a problem with my device configuration. I have a CD player and a CD
writer (/dev/hdc and /dev/hdd, respectively), and whenever I boot up it links
up the writer on /dev/cdrom1, and the reader on /dev/cdrom2 (/dev/cdrom is,
correctly a link to /dev/cdrom1). I can change the links,
Sebastiaan wrote:
High,
Please, stop shouting. We can hear you.
On Thu, 9 Aug 2001 [EMAIL PROTECTED] wrote:
I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND
DEVICE MANAGER IS WORKING PROPERLY.
HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM
WINSTRU
#! On Thu, Aug 09, 2001, [EMAIL PROTECTED] wrote:
>
> I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM
> AND
> DEVICE MANAGER IS WORKING PROPERLY.
> HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM
> WINSTRUCT.COM CALLED "LEARNING WINDOWS: GETTING ST
High,
Please, stop shouting. We can hear you.
On Thu, 9 Aug 2001 [EMAIL PROTECTED] wrote:
> I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND
> DEVICE MANAGER IS WORKING PROPERLY.
> HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM
> WINSTRUCT.COM CALLED
I HAVE A CDROM ATAPI 50X WHICH ACCORDING THE THE CONTROL PANEL SYSTEM AND
DEVICE MANAGER IS WORKING PROPERLY.
HOWEVER, IT IS NOT ACCESSIBLE THANKS TO HAVING RECEIVED A CD FROM
WINSTRUCT.COM CALLED "LEARNING WINDOWS: GETTING STARTED" WHICH STALLED IT AND
HAD TO REBOOT THE COMPUTER.
AFTER FINALLY
> If you are like me and your CDROM is hanging off a soundcard or
> add-in card, then hda-hdd isn't enough. If this is your case, you need
> to add a mount point. I had that problem with my /dev/hde.
>
> If this is your case and you need to add a mount point, log in as root:
>
> cd /dev
> ls -l
On Wed, May 10, 2000 at 08:07:26PM -0400, Andy L. Krietemeyer wrote:
>
> I have run dmesg and it reports my CDROM has been probed as "hdh".
> Answering "hdh" or "/dev/cdrom" or "dev/hdh" does nothing to help.
Hi,
If the CDROM is plugged in the primary or secondary IDE controller on
the motherboa
"Andy L. Krietemeyer" wrote:
>
> Hello:
>
> I have successfully installed and configured the base system of slink
> (2.1r4) on a 486 machine with 24 meg. The install program recognized and
> installed debian from the (Creative Labs) ATAPI CDROM.
>
> When I get to dselect to install packages, wh
On Wed, May 10, 2000 at 08:07:26PM -0400, Andy L. Krietemeyer wrote:
> Hello:
>
> I have successfully installed and configured the base system of slink
> (2.1r4) on a 486 machine with 24 meg. The install program recognized and
> installed debian from the (Creative Labs) ATAPI CDROM.
>
> When I g
Hello:
I have successfully installed and configured the base system of slink
(2.1r4) on a 486 machine with 24 meg. The install program recognized and
installed debian from the (Creative Labs) ATAPI CDROM.
When I get to dselect to install packages, whether from a profile, selected
tasks, or indiv
/mnt(unmounts the /mnt which is your CDROM now)
You may have to use "mount -t iso9660 /dev/mcd /mnt ro" or whatever
was contained the other post. I'm sure you wrote it down or have it.
John
From: jh <[EMAIL PROTECTED]>
To: "John Miskinis" <[EMA
Hi,
Yes, I read that post. You need to determine what the IRQ and
IO address of your board is currently. Then tell linux about it.
By looking at the current switch settings on your board, use the
tables in the manual to determine what IRQ and IO address the board
is set for. Don't trust anythi
Hi,
I have included the dmesg output, showing exactly what is happening
when the CDROM times out during boot. Since this worked once, I
am hoping that something stands out, and someonce can advise me
on how to increase the timeout. Again this is a H45 QuickCD.
When it did work once, it worked o
Hi,
I have included the dmesg output, showing exactly what is happening
when the CDROM times out during boot. Since this worked once, I
am hoping that something stands out, and someonce can advise me
on how to increase the timeout. Again this is a H45 QuickCD.
When it did work once, it worked o
[This message has also been posted.]
On 27 Aug 99 17:17:56 GMT Tam Ma <[EMAIL PROTECTED]> wrote:
>
>I think you guys should know these information;
> When I install the module, it gives me this message
> sbpcd-0 [11]:Drive 0(ID=0); CR-563 (0.81) at 0x340 (type 0)
> ...
Hi everyone,
Ok, here is my problem. I just install "slink" yesterday using the
floppies method because I can't boot from my Matsushita/Panasonic CR-563
CDROM. So I install the base system using the floppy set and everything
went great. I got the base system installed, YES Anyway, the problem
Debian Users:
While installing Debian 2.1 on my new Linux box, I ran into cdrom
reading problems in the dselect phase. I selected the applications I
wanted, and dselect started. I began to notice the following messages:
hdb: cdrom_real_intr: Bad transfer size 65534
This drive is not supported by
I have been fighting a simular problem. I've traced mine down to the
scsi driver probing for devices during boot-up. If the cdrom is found
during bootup, the adding of the module will add sr. Most of the time,
this new resc1440.bin doesn't find my cdrom. Once booted
Press alt+F2 if you need a new t
On Thu, 11 Mar 1999 16:27:45 -0600, you wrote:
>I thought the standard name for all cdrom devices was /dev/hdc check your
>/dev drirectory to see if you have a hdc device and I bet my bottom dollar
>that is your cdrom device
>
the "standard" device for many scsi cdroms is /dev/scd0 for the first
I thought the standard name for all cdrom devices was /dev/hdc check your
/dev drirectory to see if you have a hdc device and I bet my bottom dollar
that is your cdrom device
Jean-Georges Carbonnier wrote:
> hello,
>
> when I install the latest version of linux (debian) from a CDROM
> eveything
hello,
when I install the latest version of linux (debian) from a CDROM
eveything works good until it begins with dselect. It ask me for the
source and I tell it CDROM, after
it ask me for "the block device type" and it is imposible to go ahead. I
try some things like this:
/dev/hdb
but it sa
AIL PROTECTED]; debian-user@lists.debian.org
>Cc:The recipient's address is unknown.
>Subject: Re: ATAPI CDROM problem (NEC-260)
>
>At 12:04 AM 1/19/1999 -0800, Terry Hancock wrote:
>>Apparently the OS is making an incorrect assumption
>>about the identity of t
At 12:04 AM 1/19/1999 -0800, Terry Hancock wrote:
>Apparently the OS is making an incorrect assumption
>about the identity of the device and then failing
>because of it. (Ever heard of an IDE floppy? I've
>certainly never seen one). Anyway, after booting,
>there is no /dev/hdb device to mount.
Try "linux /dev/hdb = cdrom" at the lilo prompt.
==
Amateur Radio, when all else fails!
http://www.qsl.net/wa2mze
Debian Gnu Linux, Live Free or .
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hi everyone,
I'm really green, so pardon me if this is in a FAQ, but I did search
the archives for this problem to no avail.
I have an NEC IDE/ATAPI CD-ROM. It says "CDR-250" on the case, and
the BIOS reports "NEC ATAPI CDROM: 260" (or something similar to
that). I'm having trouble getting it to
Please include the program's output and the result of: ls -al on the
/dev device that /dev/cdrom is linked to.
On 12-Nov-98 Vincent Murphy wrote:
> i can't use xplaycd or any other cd playing program as a normal user.
> the message i get from xplaycd is that permission is denied to use
> /dev/cdro
On Thu, Nov 12, 1998 at 11:39:26PM +, Vincent Murphy wrote:
> i can't use xplaycd or any other cd playing program as a normal user.
> the message i get from xplaycd is that permission is denied to use /dev/cdrom.
> i can make the program work using sudo though.
> any way i can fix this?
See if
i can't use xplaycd or any other cd playing program as a normal user.
the message i get from xplaycd is that permission is denied to use /dev/cdrom.
i can make the program work using sudo though.
any way i can fix this?
i will supply diagnostics if someone shows me how to get them.
regards,
vinny
[EMAIL PROTECTED] (Greg Norris) writes:
[...]
> So when I need to switch
> my OS, I've been halting the system ("shutdown -h now"), then pressing
> reset after I saw a confirmation message for the halt.
More because I only use Linux, I've changed my init setup so that this
is what Ctrl-Alt-Del d
> After running debian, if I reboot into DOS or win95, my cdrom is not
> detected by the driver. I have to power off and back on before by cdrom is
> accessible again. It is an IDE/ATAPI 24X cdrom. I'm not sure of the brand
> offhand. Just curious if anyone has encountered similar problems, or
I have the same problem with a Mitsumi cdrom on a Mad16 card. I thought it
was something to do with the fact that the Mad16 is a software
configurable card.
Linux seems to leave the hardware in a state DOS can't recognise.
I just use halt instead of reboot, and then press the reset button.
Tim.
After running debian, if I reboot into DOS or win95, my cdrom is not
detected by the driver. I have to power off and back on before by cdrom is
accessible again. It is an IDE/ATAPI 24X cdrom. I'm not sure of the brand
offhand. Just curious if anyone has encountered similar problems, or might
ha
What boot parameters should I set to prevent autoprobe and set
everything manually? I'm trying to install from scratch if that makes
a drifference.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
On Mon, 31 Mar 1997, smorrill wrote:
> I have a base Debian system installed from floppies on my 586 133mhz.
> My hd is partitioned for Windoze95 and for Debian. I ran fips, am using
> a boot mgr, everything going fairly well until I get to the point of
> trying to get my cdrom running under lin
I have a base Debian system installed from floppies on my 586 133mhz.
My hd is partitioned for Windoze95 and for Debian. I ran fips, am using
a boot mgr, everything going fairly well until I get to the point of
trying to get my cdrom running under linux.
Please help, 'cause I'm rippin' my hair o
I did not have a CD at hand so they way I circumvented the problem was to
kept opening the CD door until the installation program resumed somehow.
On Tue, 24 Dec 1996, Bruce Perens wrote:
> Gee, these CD drivers are no fun at all. Did you try placing a CD in the
> drive?
> (or removing the CD?
On Tue, 24 Dec 1996, Bruce Perens wrote:
> Gee, these CD drivers are no fun at all. Did you try placing a CD in the
> drive?
> (or removing the CD?).
>
I had the same problem at home with my ATAPI CDROM (Sony CDU77E), the
installation program would eventually go on after a long time, but as th
Gee, these CD drivers are no fun at all. Did you try placing a CD in the drive?
(or removing the CD?).
Thanks
Bruce
--
Bruce Perens K6BP [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3
--
TO UNS
I had a problem with the Sony CDU 311 CDROM during a floppy
installation. The cdrom drive was recognized fine. During the menu
driven installation phase, I kept getting messages
hdc: media changed
hdc: media changed
hdc: tray open or drive not ready
hdc: irq timeout : status = 0xd0
hdc: ATAPI
60 matches
Mail list logo