Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 05:25 PM
William Winkler
 
Posts: n/a
Default mount: /dev/cdrom is not a valid block device

I recently installed Red Hat 7 on an old computer I hadn't gotten around to
throwing out. It installed OK from CD, but after that I couldn't get to the
CD player. I tried a mount command:

mount -r -t iso9660 /dev/cdrom /mnt/cdrom

but get the message

mount: /dev/cdrom is not a valid block device

(And mount ... /dev/hdb ... gets the same error.)

The CD drive is connected to the same ribbon cable as my hard disk, but is
not recognized by my system bios, which shows only a primary master. When I
was running Windows 98, Windows added the CD player to the Windows system
hardware list, and it showed up in Windows Explorer as the D disk. (If it
matters, this computer is old enough to have the old bus architecture that
manufacturers quit using about 1997.)

Any ideas whether Linux can get to this CD player? It seems odd that the
Linux installer can operate the CD player, but Linux itself can't!

Thanks,
Bill


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 05:25 PM
Davide Bianchi
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

William Winkler <ouiouiliouinqui@hotmail.nospam.nospamcom> wrote:
> (And mount ... /dev/hdb ... gets the same error.)


And dmesg | more tells you that the CD is recognized?
Davide

--
| Microsoft does have a Y2K problem... it's called Linux!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 05:25 PM
nunya
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

On Wed, 07 Jan 2004 11:37:13 -0600, William Winkler wrote:

> I recently installed Red Hat 7 on an old computer I hadn't gotten around to
> throwing out. It installed OK from CD, but after that I couldn't get to the
> CD player. I tried a mount command:
>
> mount -r -t iso9660 /dev/cdrom /mnt/cdrom
>
> but get the message
>
> mount: /dev/cdrom is not a valid block device
>
> (And mount ... /dev/hdb ... gets the same error.)
>
> The CD drive is connected to the same ribbon cable as my hard disk, but is
> not recognized by my system bios, which shows only a primary master. When I
> was running Windows 98, Windows added the CD player to the Windows system
> hardware list, and it showed up in Windows Explorer as the D disk. (If it
> matters, this computer is old enough to have the old bus architecture that
> manufacturers quit using about 1997.)
>
> Any ideas whether Linux can get to this CD player? It seems odd that the
> Linux installer can operate the CD player, but Linux itself can't!
>
> Thanks,
> Bill

Stop trying to mount an audio CD, it has no filesystem and does not
"mount" from Win<anything> either. You "play" it with a player, a really
simple concept.
--
The M$ warcry:
Quantity is no substitute for quality, but it's the only one we've got.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 05:26 PM
William Winkler
 
Posts: n/a
Default read the message before you post a reply

As I said, I used the CD player for the Linux installation CD. Obviously
I'm talking about data CDs, not music CDs. Take a look at Davide Bianchi's
reply if you want to learn how to be helpful.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 05:26 PM
William Winkler
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

Thanks for the info. demsg said:

hdb: ATAPI CDROM ATAPI CD/DVD-ROM drive
hdb: driver not present

When I tried to install Linux 8, the install procedure asked what driver to
use for the CD player, and gave a list of choices -- and I even think an
ATAPI was on the list. I tried to load several of them, but they all ended
up saying "driver not loaded". I gave up on Linux 8 and went back to Linux
7, which didn't ask for a driver.

I had to boot the Linux installation from floppy. It occurs to me that the
device drivers are probably in that dos... directory on the installation CD,
and I needed to copy the device drivers onto the installation boot floppy.
I'd try that now, but I borrowed the Linux CDs from the public library; I've
already returned them and someone else has checked them out.

If those drivers are available for download somewhere on the Internet (along
with instructions for how to install a CD driver from a floppy!), please let
me know. Meanwhile, I'll put myself on the waiting list at the library.

Thanks a bunch,
Bill


"Davide Bianchi" <davideyeahsure@onlyforfun.net> wrote in message
news:bthgod$76cj9$1@ID-18487.news.uni-berlin.de...
> William Winkler <ouiouiliouinqui@hotmail.nospam.nospamcom> wrote:
> > (And mount ... /dev/hdb ... gets the same error.)

>
> And dmesg | more tells you that the CD is recognized?
> Davide
>
> --
> | Microsoft does have a Y2K problem... it's called Linux!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 05:26 PM
Lenard
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

On Wed, 07 Jan 2004 11:37:13 -0600, William Winkler typed:

> I recently installed Red Hat 7 on an old computer I hadn't gotten around
> to throwing out. It installed OK from CD, but after that I couldn't get
> to the CD player. I tried a mount command:
>
> mount -r -t iso9660 /dev/cdrom /mnt/cdrom


<snip>

> Any ideas whether Linux can get to this CD player? It seems odd that
> the Linux installer can operate the CD player, but Linux itself can't!


Try using the command as root from the console or xterm session:
/sbin/depmod -ae


--
SCO + RICO Act = Justice

Hi! I'm a .sig virus! Copy me to your .sig!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 05:26 PM
Davide Bianchi
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

William Winkler <nospamouiouiliouinqui@yahoo.nospam.com> wrote:
> hdb: ATAPI CDROM ATAPI CD/DVD-ROM drive
> hdb: driver not present


So, he knows that there is a CD, but he doesn't know which.

> If those drivers are available for download somewhere on the Internet (along
> with instructions for how to install a CD driver from a floppy!)


I think you have to download the source of the kernel (unless you
already installed them in /usr/src/linux) and then compile
the driver from the kernel. IIRC there is an 'Old IDE/atapi support'
option in the kernel.

Davide


--
| Q: How many Microsoft tech writers does it take to change a lightbulb?
| A: Twelve. One to work the bulb, and eleven to write a 1,123 page
| guide to changing lightbulbs ("Learn Lightbulb Management in 21
| Days").
|
|
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-17-2008, 05:26 PM
William Winkler
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

depmod returned no output.
However... dmesg indicated that there is no device driver for /dev/hdb...
see my reply to Davide Bianchi.

Thanks for giving me an idea to try out.
Bill

"Lenard" <lenard@127.0.0.1> wrote in message
newsan.2004.01.07.19.49.07.951732@127.0.0.1...
> On Wed, 07 Jan 2004 11:37:13 -0600, William Winkler typed:
>
> > I recently installed Red Hat 7 on an old computer I hadn't gotten around
> > to throwing out. It installed OK from CD, but after that I couldn't get
> > to the CD player. I tried a mount command:
> >
> > mount -r -t iso9660 /dev/cdrom /mnt/cdrom

>
> <snip>
>
> > Any ideas whether Linux can get to this CD player? It seems odd that
> > the Linux installer can operate the CD player, but Linux itself can't!

>
> Try using the command as root from the console or xterm session:
> /sbin/depmod -ae
>
>
> --
> SCO + RICO Act = Justice
>
> Hi! I'm a .sig virus! Copy me to your .sig!
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-17-2008, 05:27 PM
hbarta
 
Posts: n/a
Default Re: mount: /dev/cdrom is not a valid block device

William Winkler <nospamouiouiliouinqui@yahoo.nospam.com> wrote:
>
> I had to boot the Linux installation from floppy. It occurs to me that the
> device drivers are probably in that dos... directory on the installation CD,
> and I needed to copy the device drivers onto the installation boot floppy.


You might try booting the install diskette and switching to another
console using <alt><Fn> (Fn => F2, F3, F4 or ???) Some install
programs have another console available in which you can type
commands. Then type "lsmod" and try to figure out whuich module is
the one that works with your CDROM. Once you know that, you can type
"modprobe <name>" (as root) when you have the regular install running
and it should load the correct driver. Most likely the module is
available and you just need to figure out which one it is. If that
works, then you need to figure out how to get it to load automagically
so you don't have to 'modprobe' every time you want to use the CDROM.

HTH,
hank

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-17-2008, 05:31 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Dissing newbies from "nunya", was Re: mount: /dev/cdrom is not a valid block device


"nunya" <business@127.0.0.1> wrote in message
newsan.2004.01.07.10.13.38.554773@127.0.0.1...
[ post deleted ]
> Stop trying to mount an audio CD, it has no filesystem and does not
> "mount" from Win<anything> either. You "play" it with a player, a really
> simple concept.


My ghod, it *IS* Peter Breuer insulting the newbies again. Or his clone....


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:48 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669