All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: Alexander Viro <viro@math.psu.edu>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Partitioning wierdness with 2048-byte sectors
Date: Mon, 12 Nov 2001 23:57:27 -0700	[thread overview]
Message-ID: <20011112235727.A6932@codepoet.org> (raw)

I was just trying out 2.4.15-pre4 and noticed that I am
completely unable to create partitions on my magneto optical
drives (2048 byte hardware sectors).  Using fdisk to (try to)
create a single partition uttery fails.  dmesg shows:

    ll_rw_block: device 08:10: only 2048-char blocks implemented (1024)
    sd.c:Bad block number requested I/O error: dev 08:10, sector 0
    SCSI device sdb: 310352 2048-byte hdwr sectors (636 MB)
    sdb: Write Protect is off
     sdb: unknown partition table
    SCSI device sdb: 310352 2048-byte hdwr sectors (636 MB)
    sdb: Write Protect is off
     sdb: unknown partition table

With 2.4.13-ac5 doing the exact same thing works fine with the
following showing up when running dmesg:

    ll_rw_block: device 08:10: only 2048-char blocks implemented (1024)
    SCSI device sdb: 310352 2048-byte hdwr sectors (636 MB)
    sdb: Write Protect is off
     sdb: sdb1
    SCSI device sdb: 310352 2048-byte hdwr sectors (636 MB)
    sdb: Write Protect is off
     sdb: sdb1

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

             reply	other threads:[~2001-11-13  6:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13  6:57 Erik Andersen [this message]
2001-11-13  9:43 ` Partitioning wierdness with 2048-byte sectors Alan Cox

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=20011112235727.A6932@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@math.psu.edu \
    /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.