- Community Home
- >
- Storage
- >
- Legacy
- >
- Disk
- >
- changing bytes/sector for a HP-C2490A scsi disk
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
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
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
тАО02-18-2001 12:42 AM
тАО02-18-2001 12:42 AM
changing bytes/sector for a HP-C2490A scsi disk
I've got a couple of old HP-C2490A. These disks have been used in a Mainfrain and are using 514 bytes per sector instead of the (usuall) 512 bytes / sector. I would like to get this fixed to be able to use this disk in a linux environment.
Any information how to do this is greatly appreciated.
Michel de Witte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2001 05:57 AM
тАО02-19-2001 05:57 AM
Re: changing bytes/sector for a HP-C2490A scsi disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2001 06:08 AM
тАО02-19-2001 06:08 AM
Re: changing bytes/sector for a HP-C2490A scsi disk
Formating the drives, will overwrite the current config and will use Linux defaults, which is 512/sector.
For this task, you could use PVCREATE with option -f (force) -B (bootable).
For more details see http://www.europe.redhat.com/documentation/HOWTO/LVM-HOWTO-3.php3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2001 10:48 PM
тАО04-29-2001 10:48 PM
Re: changing bytes/sector for a HP-C2490A scsi disk
I have the same problem and tried your solutions.
But when executing a 'pvcreate -f /dev/sdb' i only get an error message returned. 'can't open device /dev/sdb'. the fdisk command failes with the same message.
Do you know any hints?
Probably it depends on the scsi hba (tekram dc315u in my case), or special jumper settings on the disk itself?
Thanks for any informations.
Bernd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2001 02:42 AM
тАО04-30-2001 02:42 AM
Re: changing bytes/sector for a HP-C2490A scsi disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-17-2001 12:03 AM
тАО07-17-2001 12:03 AM
Re: changing bytes/sector for a HP-C2490A scsi disk
Used a tool called SCSITOOL to change the sectorsize. You will find instructions how to make a bootable diskette where you find SCSITOOL.
You need to use MODE SELECT to change the sectorsize to 512, then save the settings (choose ignore when you get an error).
Then low-level format the disk and it will be 512.
Good luck.