From: "Tom \"spot\" Callaway" <tcallawa@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: [TESTERS NEEDED]: Rewritten ESP driver
Date: Tue, 17 Apr 2007 20:52:37 +0000 [thread overview]
Message-ID: <1176843157.4182.28.camel@localhost.localdomain> (raw)
In-Reply-To: <20070412.233350.41640545.davem@davemloft.net>
On Tue, 2007-04-17 at 15:46 -0500, Tom "spot" Callaway wrote:
> This does the trick. Only issue of concern: Mounting CDROMs seems to
> throw:
>
> Buffer I/O error on device sr0, logical block 2096896
> Buffer I/O error on device sr0, logical block 2096897
> Buffer I/O error on device sr0, logical block 2096898
> Buffer I/O error on device sr0, logical block 2096899
> Buffer I/O error on device sr0, logical block 2096900
> Buffer I/O error on device sr0, logical block 2096901
> Buffer I/O error on device sr0, logical block 2096902
> Buffer I/O error on device sr0, logical block 2096903
> Buffer I/O error on device sr0, logical block 2096896
> Buffer I/O error on device sr0, logical block 2096897
>
> None of these errors seems fatal, the CDROM mounts fine, and is usable.
Err, to reply to my own email:
It only mounts correctly with -t iso9660. If I try to mount without
specifying type, it throws those Buffer I/O errors and asks me to
manually specify filesystem type:
[root@tmi media]# mount /dev/cdrom /media/cdrom/
printk: 78 messages suppressed.
Buffer I/O error on device sr0, logical block 161888
Buffer I/O error on device sr0, logical block 161888
Buffer I/O error on device sr0, logical block 0
Buffer I/O error on device sr0, logical block 0
Buffer I/O error on device sr0, logical block 1
Buffer I/O error on device sr0, logical block 2
Buffer I/O error on device sr0, logical block 3
Buffer I/O error on device sr0, logical block 4
Buffer I/O error on device sr0, logical block 5
Buffer I/O error on device sr0, logical block 6
mount: you must specify the filesystem type
[root@tmi media]#
[root@tmi media]# mount -t iso9660 /dev/cdrom /media/cdrom/
mount: block device /dev/cdrom is write-protected, mounting read-only
Unable to load NLS charset iso8859-1
Unable to load NLS charset iso8859-1
[root@tmi media]#
~spot
next prev parent reply other threads:[~2007-04-17 20:52 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-13 6:33 [TESTERS NEEDED]: Rewritten ESP driver David Miller
2007-04-13 10:27 ` Leen Besselink
2007-04-13 15:59 ` Pasi Pirhonen
2007-04-13 20:18 ` Tom "spot" Callaway
2007-04-13 20:33 ` David Miller
2007-04-13 20:48 ` David Miller
2007-04-13 23:10 ` David Miller
2007-04-14 4:10 ` Tom "spot" Callaway
2007-04-14 4:26 ` David Miller
2007-04-14 5:01 ` David Miller
2007-04-14 10:38 ` Pasi Pirhonen
2007-04-14 17:01 ` David Miller
2007-04-14 17:26 ` David Miller
2007-04-14 17:54 ` Pasi Pirhonen
2007-04-14 22:58 ` Tom "spot" Callaway
2007-04-15 0:12 ` David Miller
2007-04-15 0:54 ` Tom "spot" Callaway
2007-04-15 2:24 ` David Miller
2007-04-15 9:16 ` Tom "spot" Callaway
2007-04-15 9:45 ` Pasi Pirhonen
2007-04-15 16:03 ` Adam Kropelin
2007-04-15 23:15 ` Adam Kropelin
2007-04-16 0:55 ` Adam Kropelin
2007-04-16 5:03 ` David Miller
2007-04-16 8:29 ` David Miller
2007-04-16 20:43 ` David Miller
2007-04-16 20:46 ` David Miller
2007-04-16 22:58 ` Adam Kropelin
2007-04-16 23:38 ` David Miller
2007-04-17 3:35 ` Adam Kropelin
2007-04-17 7:19 ` David Miller
2007-04-17 15:28 ` BERTRAND Joël
2007-04-17 19:02 ` David Miller
2007-04-17 19:29 ` BERTRAND Joël
2007-04-17 19:37 ` David Miller
2007-04-17 20:46 ` Tom "spot" Callaway
2007-04-17 20:52 ` Tom "spot" Callaway [this message]
2007-04-17 21:12 ` David Miller
2007-04-17 21:13 ` David Miller
2007-04-17 23:59 ` Adam Kropelin
2007-04-19 7:32 ` David Miller
2007-04-19 7:41 ` David Miller
2007-04-19 7:47 ` David Miller
2007-04-19 9:04 ` Pasi Pirhonen
2007-04-19 12:19 ` BERTRAND Joël
2007-04-19 13:04 ` Pasi Pirhonen
2007-04-19 19:41 ` David Miller
2007-04-20 22:55 ` Adam Kropelin
2007-04-20 23:19 ` David Miller
2007-04-21 22:38 ` Georg Chini
2007-04-21 22:41 ` David Miller
2007-04-21 23:20 ` David Miller
2007-04-22 7:49 ` BERTRAND Joël
2007-04-22 7:54 ` BERTRAND Joël
2007-04-22 9:01 ` Georg Chini
2007-04-22 9:40 ` David Miller
2007-04-23 8:42 ` BERTRAND Joël
2007-04-23 9:06 ` David Miller
2007-04-23 9:08 ` David Miller
2007-04-24 8:01 ` BERTRAND Joël
2007-04-24 8:05 ` David Miller
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=1176843157.4182.28.camel@localhost.localdomain \
--to=tcallawa@redhat.com \
--cc=sparclinux@vger.kernel.org \
/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.