OS can't see beyond 1023 cylinders


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers OS can't see beyond 1023 cylinders
# 1  
Old 02-27-2003
OS can't see beyond 1023 cylinders

I'm trying to install SCO 5.0.5 onto a workstation for test purposes. I've had no problems during the installation and everything seems to have gone well until I look at the disk space available - it's a 40 Gb IDE hard drive but the OS only seems to be seeing the first 1023 cylinders. Have tried fdisk to recreate partition using whole disk, but fdisk only sees the first 1023 cylinders also. I have read the information about BIOS only seeing the first 1023 cylinders, and hence needing your boot partition to be within this range, but I thought that SCO wasn't limited by this. Have I misunderstood this? Does anyone know what I need to do to be able to use the whole drive?Smilie
# 2  
Old 02-27-2003
The SCO OS isn't limited by this - it's a limitation of the BIOS.

Read the man page on SCO OS5 boot - it has information that would be helpful...like the following.

Quote:

hard disk
The hard disk can be split into up to four partitions, each of which can contain an operating system. The BIOS is not aware of partitioning, and loads sector 0 of the disk. This contains the masterboot software, which scans the disk partition table for the active partition. The masterboot then loads logical sector 0 from the active partition, and passes control to it.
The SCO masterboot software can boot arbitrary partitions, unlike some other operating systems. It also contains the geometry information for hard disks which are too large for the BIOS to access properly.

Masterboot loads a program called hdboot0. This loads the next stage, hdboot1, which resides at logical block 3 of the same partition. It then loads 20KB of contiguous data.
Unfortunately, there hasn't been an 'expert' on this OS to come forward to be able to answer these questions here. But you can search through this site and find links to other sites that have FAQs and other info.
# 3  
Old 02-27-2003
Thanks for this - has more detail than the information I have found so far. With a bit a luck I will be able to suss it out from here.
# 4  
Old 03-09-2003
Isn't that barrier a bios problem, same as the CHS back in the 90's.

Might just be a patchable issue, or a translation thing...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to increase cylinders on USB Flash Drive

Hello All, I faced a unique issue. I have written a script for transferring backup data on my host machine to a USB Flash drive. The Flash drive must be of 16GB size. So, my script creates two primary partitionon the USB flash drive. I require approx 5900 cylinders for the first partition on... (8 Replies)
Discussion started by: Pkumar Sachin
8 Replies

2. Solaris

How do I find out how many data cylinders a disk has?

I recently installed two new hard drives onto an OpenSolaris v5.11 machine. I need to format the two disks. I tried the format command. It asks me for the number of data cylinders and alternate cylinders.... <see below> admin@minime-28:/dev/rdsk# format Searching for disks...done ... (9 Replies)
Discussion started by: sqa777
9 Replies

3. Shell Programming and Scripting

Create path which has length=1023.

Hi, Please help me.. PATH_MAX=1023 I need output as below: /mansa/filesssssssssssssssssssssssssssssssssssssssss Please send me code in ksh shell script.. while ] ; do done Thanks, Mansa (2 Replies)
Discussion started by: mansa
2 Replies

4. Shell Programming and Scripting

What are the differences between 'bash' and 'sh'

Hopefully this doesn't come off as too much of a "newbie" question or a flamebait. But I have recently begun working with a Sun Solaris box after having spent the past five years working with RedHat. From what i can tell, thing look fairly similar and the 'man' command is some help. But I've... (7 Replies)
Discussion started by: deckard
7 Replies

5. UNIX for Advanced & Expert Users

How to remove a file with a leading dash '-' in it's name?

Somehow someone created a file named '-ov' in the root directory. Given the name, the how was probably the result of some cpio command they bozo'ed. I've tried a number of different ways to get rid of it using * and ? wildcards, '\' escape patterns etc.. They all fail with " illegal option --... (3 Replies)
Discussion started by: GSalisbury
3 Replies

6. Email Antispam Techniques and Email Filtering

Procmail recipe: blocking 'unsubscribe and opt-out' messages....

Here is a crude procmail recipe that I quickly created (NOT a procmail recipe expert, btw) that has been catching lots of spam (current second after the charset_spam recipe posted earlier): :0B * .*If.you.do.not.wish.to.receive...* more_spam :0B * You.requested.to.receive.this.mailing... (0 Replies)
Discussion started by: Neo
0 Replies

7. UNIX for Dummies Questions & Answers

quoting echo 'it's friday'

echo 'it's friday' why appear the > (3 Replies)
Discussion started by: yls177
3 Replies

8. UNIX for Dummies Questions & Answers

HELP! The '/var/adm/message' file increase every few seconds???

Hi, guys, I have a big problem. I've got a sun solaris 4.1.4 workstation, and the /var/adm/message file will add one row every few seconds. It becomes a large file in a short time. I wander if there are some mistakes configuring the workstation. the /var/adm/message is as follow: ... (3 Replies)
Discussion started by: cloudsmell
3 Replies

9. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

10. Programming

i can't use 'make' in my computer?

I need to compile a file,but 'make' does not work.please tell me how to use it or need which tools? (3 Replies)
Discussion started by: dsun5
3 Replies
Login or Register to Ask a Question