Linux Newbie help
 help / color / mirror / Atom feed
* Re: Can't see my drives
@ 2002-08-29 17:07 grottoBoy rant
  2002-08-30 11:06 ` cr
  0 siblings, 1 reply; 19+ messages in thread
From: grottoBoy rant @ 2002-08-29 17:07 UTC (permalink / raw)
  To: cr, ray, linux-newbie


Don't know if you've fixed this already, I don't know about configuring for 
CDRW as scsi emulation or whatever, but were you specifying iso9660 
filesystem type when attempting to mount, ie.
mount -t iso9660 /dev/(?) /mnt/cdrom
man mount for syntax

later

----Original Message Follows----


On Saturday 24 August 2002 03:58, Ray Olszewski wrote:
 > Selected responses only (though the additional detail in your reply
 > helped).
 >
 > You say your /dev/cdrom symlink is to /dec/scd0 . That's a scsi device, 
and
 > you have an IDE drive (apparently as the secondary slave, since that is
 > what /dev/hdd is).

Correct.

 > Unless you are running scsi-ide emulation (see below),
 > your immediate problem is simply that the synmlink is wrong. Try removing
 > it by hand and repointing it to the right place, that is (as root)
 >
 >          rm /dev/cdrom
 >          ln -s /dev/hdd /dev/cdrom
 >
 > Then see if you can mount an iso9660 CD successfully.

Tried that, got (as 'me')
"mount:  only root can mount /dev/cdrom on /mnt/cdrom"

and, as  su root, I got:
"mount:  wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted filesystems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)"

 > On another matter, someone else asked you to check permissions. That was
 > good advice in concept, but wrong in a detail -- you need to check the
 > permissions on the underlying device, not on the symlink. Symlinks always
 > are mode 777, as you reported.
 >
 > Finally, I note that your CD device is a CD writer. To use it as a
 > *writer*, you do need to implement ide-scsi emulation.  So I'd guess that
 > that was how you had it set up when it worked before (in which case,
 > /dev/scd0 would be the right device to use when accessing it) ... but 
that
 > in doing the upgrade, you lostr that emulation.

I remember now, and I'd say you're exactly right!

Is this going to happen *every* time I upgrade?   8(

 > Since I use neither Red Hat
 > nor kudzu, I can't tell you in detail how to restore ide-scsi emulation,
 > but the outline is --
 >
 >          1. Pass a boottime argument to the kernel (in lilo.conf) of this
 > form: append="hdd=ide-scsi"
 >
 >          2. Enable ide-scsi emulation in the kernel. One way is by
 > compiling and loading this set of modules:
 >                  # the stuff to enable ide-scsi emulation for the CD-ROM
 >                  scsi_mod
 >                  sr_mod scd0
 >                  sg
 >                  ide-scsi
 >
 >          3. For reading, the CD drive should then look like it is a scsi
 > device, at /dev/scd0
 >
 >          4. For writing, it is *probably* at lun 0,0,0 -- you can check
 > this with "cdrecord --scanbus".

Yes, it is 0,0,0

I'm going to search back through my files and try and find the instructions 
I
used when first installing the CD-writer.   Unfortunately the original is on
a cd-rom which I can't read at the moment....     :)

As a related question, is there anywhere on the Internet a page that 
explains
(in simple language) what the boot-up sequence of Linux is (and XFree86 for
that matter) and what files get read in what order?   Man pages are always
much too detailed and limited in scope to be easy to follow.

cr
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs









_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: Can't see my drives
@ 2002-08-22 15:09 grottoBoy rant
  2002-08-23  9:25 ` cr
  0 siblings, 1 reply; 19+ messages in thread
From: grottoBoy rant @ 2002-08-22 15:09 UTC (permalink / raw)
  To: cr, linux-newbie

Hi,

My fstab file is set the same, I'm on RH7.2...

During boot, do you see the device recognized.

Anything showing related to /mnt/(dev) that seems funny if you enter the 
command dmesg, or tail /var/log/messages?

Maybe you could doublecheck permissions on the device
ls -l cdrom would show permissions, and should show /dev/cdrom linked to 
/dev/hd*, you can then check permissions on /dev/hd*

On my box brw-rw---- for /dev/hdc
lrwxrwxrwx for /dev/cdrom

later...




----Original Message Follows----


I'm having trouble 'seeing' the floppy drive or the CD-ROM.

I'm running RedHat 7.2, in all previous versions I had no trouble reading 
the
floppy or CD-ROM, for example just by going    cd /mnt/cdrom       ls

But now this doesn't work any more.   Doesn't matter whether I'm 'me' or
su root,
cd /mnt/cdrom  and   cd /mnt/floppy   apparently work, but
a following   ls    won't show the files.

mdir   usually seems to work, though.

Nautilus  and Konqueror  show /mnt/cdrom and /mnt/floppy  but not the
contents.     Konq in superuser mode shows a 'CDRom device' but then
gives a message
"Could not mount device
The reported error was
mount:  /dev/cdrom:  unknown device"

On the other hand,  /mnt/dosC  works fine.

/etc/fstab says:
/dev/fd0          /mnt/floppy      auto         noauto,owner,kudzu    0 0
/dev/cdrom      /mnt/cdrom      iso9660    noauto,owner,kudzu,ro   0 0

Any suggestions of what might be wrong?

cr



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Can't see my drives
@ 2002-08-22 11:05 cr
  2002-08-22 15:05 ` Ray Olszewski
  0 siblings, 1 reply; 19+ messages in thread
From: cr @ 2002-08-22 11:05 UTC (permalink / raw)
  To: linux-newbie

I'm having trouble 'seeing' the floppy drive or the CD-ROM.

I'm running RedHat 7.2, in all previous versions I had no trouble reading the 
floppy or CD-ROM, for example just by going    cd /mnt/cdrom       ls

But now this doesn't work any more.   Doesn't matter whether I'm 'me' or 
su root, 
cd /mnt/cdrom  and   cd /mnt/floppy   apparently work, but 
a following   ls    won't show the files.

mdir   usually seems to work, though.

Nautilus  and Konqueror  show /mnt/cdrom and /mnt/floppy  but not the 
contents.     Konq in superuser mode shows a 'CDRom device' but then
gives a message  
"Could not mount device
The reported error was
mount:  /dev/cdrom:  unknown device"

On the other hand,  /mnt/dosC  works fine.

/etc/fstab says:
/dev/fd0          /mnt/floppy      auto         noauto,owner,kudzu    0 0
/dev/cdrom      /mnt/cdrom      iso9660    noauto,owner,kudzu,ro   0 0

Any suggestions of what might be wrong?

cr
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2002-08-31  0:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-29 17:07 Can't see my drives grottoBoy rant
2002-08-30 11:06 ` cr
2002-08-30 17:08   ` Chuck Gelm
2002-08-30 17:26     ` James Miller
2002-08-30 17:30       ` B.J. Wilson
2002-08-31  0:02     ` cr
  -- strict thread matches above, loose matches on Subject: below --
2002-08-22 15:09 grottoBoy rant
2002-08-23  9:25 ` cr
2002-08-22 11:05 cr
2002-08-22 15:05 ` Ray Olszewski
2002-08-23  9:18   ` cr
2002-08-23 15:58     ` Ray Olszewski
2002-08-23 22:47       ` Riley Williams
2002-08-24  8:46         ` cr
2002-08-24  8:27       ` cr
2002-08-24 15:05         ` Ray Olszewski
2002-08-25  2:16           ` cr
2002-08-25 19:53           ` Arthur Othieno
2002-08-26  7:31             ` cr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox