From: Helge Hafting <helgehaf@aitel.hist.no>
To: Mike Galbraith <EFAULT@gmx.de>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [OT] scsi disk sector size question
Date: Thu, 15 Aug 2002 13:26:49 +0200 [thread overview]
Message-ID: <3D5B8FF9.102ACC62@aitel.hist.no> (raw)
In-Reply-To: 3D5B6AD6.1030503@gmx.de
Mike Galbraith wrote:
>
> There's gotta be a better place to ask this, but...
>
> Greetings,
>
> Is it possible to change scsi drive sector size?
The hardware sector size? It depends on the drive.
Some may let you do it, this usually requires a low-level
format, possibly using litte-documented vendor specific tricks.
> Scsiinfo says no, which is
> inconvenient if you're making images of ancient drives (ST4766N) and find
> that some have 512 byte and others 1024 byte sectors.
Having two scripts, one for each case is too bad?
> Why on earth would a manufacturer [drives are really CDC] do this?
You should really ask the manufacturer. One reason may be to squeeze
more data onto the disk. Each sector has some overhead on the magnetic
surface, such as crc data and sector gaps. And the sector number is
written too so the disk firmware knows where the head is - this is why
you need a low-level format when changing. You need to write
new sector numbers for the different-sized sectors.
The overhead means you get more data on the disk by using larger
sectors. Fewer sectors in total means less overhead when per-sector
overhead adds upp.
Helge Hafting
next prev parent reply other threads:[~2002-08-15 11:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-15 8:48 [OT] scsi disk sector size question Mike Galbraith
2002-08-15 11:26 ` Helge Hafting [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-08-15 13:30 Cress, Andrew R
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=3D5B8FF9.102ACC62@aitel.hist.no \
--to=helgehaf@aitel.hist.no \
--cc=EFAULT@gmx.de \
--cc=linux-kernel@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.