From: Jens Axboe <axboe@suse.de>
To: Dan Podeanu <pdan@spiral.extreme.ro>
Cc: linux-kernel@vger.kernel.org
Subject: Re: ide-scsi bug, or..?
Date: Fri, 2 Nov 2001 09:51:15 +0100 [thread overview]
Message-ID: <20011102095114.K607@suse.de> (raw)
In-Reply-To: <20011102082314.E607@suse.de> <Pine.LNX.4.33L2.0111021246490.1987-100000@spiral.extreme.ro>
In-Reply-To: <Pine.LNX.4.33L2.0111021246490.1987-100000@spiral.extreme.ro>
On Fri, Nov 02 2001, Dan Podeanu wrote:
> > You are trying to mount /dev/hdc and that is handled by ide-scsi. Mount
> > /dev/sr0 instead. For that you must also remember to configure SCSI
> > CD-ROM support, which you haven't done:
> >
> > # CONFIG_BLK_DEV_SR is not set
> >
>
> That config was after several attempts of getting a functional kernel in
> that aspect.
A failed attempt :-)
> With CONFIG_BLK_DEV_SR=y, the same result. Also note that mount/cat/etc.
> on hdc _should_ work, but it fails both there and on /dev/sg0, etc.
No it should not, not if you are passing control to ide-scsi. /dev/sg0
is the sg char device, you cannot mount that. Look at your messages:
ide-scsi: hdc: unsupported command in request queue (0)
end_request: I/O error, dev 16:01 (hdc), sector 64
isofs_read_super: bread failed, dev=16:01, iso_blknum=16, block=32
mount: wrong fs type, bad option, bad superblock on /dev/hdc1,
You are mounting major 16h (22, hdc), not /dev/scd0. This is a user
error, not a bug.
--
Jens Axboe
next prev parent reply other threads:[~2001-11-02 8:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-02 1:49 ide-scsi bug, or..? Dan Podeanu
2001-11-02 7:23 ` Jens Axboe
2001-11-02 10:48 ` Dan Podeanu
2001-11-02 8:51 ` Jens Axboe [this message]
2001-11-02 11:03 ` Sergey S. Kostyliov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011102095114.K607@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pdan@spiral.extreme.ro \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.