- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- Re: Changing the blocksize SCSI Hardisk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2004 11:56 PM
04-24-2004 11:56 PM
Changing the blocksize SCSI Hardisk
256 byte/sector.
That hard disk will be use in MTOS O/S.
In 1999 we have success to do that with the same type hard disk.
But now we have no success even we do with the same interface and the driver
(with DOS O/S).
Do anyone can help us an idea about this?
Is it any problem like differences with Primary Revision Code?
FYI:
We have success to change SCSI mode sense (1Ah) page-3 at byte 12.
But report from SCSI read capacity (25h) still 512 byte/sector.
When execute SCSI read, 512 bytes received rather than 256 bytes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 03:33 AM
05-06-2004 03:33 AM
Re: Changing the blocksize SCSI Hardisk
For any one wants to know about it I could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:53 PM
05-31-2004 09:53 PM
Re: Changing the blocksize SCSI Hardisk
I need to format a disk for use under OS-9 (Microware).....
Thanks in advance
Ralf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2004 02:31 PM
07-31-2004 02:31 PM
Re: Changing the blocksize SCSI Hardisk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2004 09:17 PM
07-31-2004 09:17 PM
Re: Changing the blocksize SCSI Hardisk
To change the sector size on a scsi harddisk you need :
- a scsi harddisk with a changeable format mode page (most micropolis, fujitsu and hitachi disks maybe yours ;-) ) and
- a utility to chnage the mode page (scu for unix) (here: www.bit-net.com/~rmiller/kits/scu)
If you have further questions, post them in the forum. I'll try to answer....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2004 08:34 AM
08-03-2004 08:34 AM
Re: Changing the blocksize SCSI Hardisk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:24 AM
08-04-2004 12:24 AM
Re: Changing the blocksize SCSI Hardisk
You are right: The scu Utility is a UNIX/LINUX Programm. I used this programm to convert a 512 byte per sector disk to a 256 byte per sector format. I use sector size and block size as equivalent because they are in many aspects.
There is another (dos based) tool named "scsicntl" which relies on a Adaptec 1505 oder 1542 Controller in your computer, but i wasn't succesful with this tool (maybe wrong understanding ....)
Tell me how i can help you (sending the code or ....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:57 AM
08-04-2004 12:57 AM
Re: Changing the blocksize SCSI Hardisk
You need very old SCSI utility in DOS (DSP220.EXE) and ASPI manager for DOS to read SCSI mode sense and write back to drive.
ASPI-ID.EXE will help to understand the meaning of any pages and bytes.
With those utilities you can inspect which bytes in all pages can be changed.
I don't know where you can download those but I can send to you.
Just let me know where I can put.