Getting 'out of range' when partitioning


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Getting 'out of range' when partitioning
# 1  
Old 09-29-2006
Getting 'out of range' when partitioning

Hello,
Using Solaris 10. Going to mirror disks with solstice disksuite. Documentation says I have to make both disks partitioned exactly the same before moving on.
Here's the layout of c1t0d0
Part Tag Flag Cylinders Size Blocks
0 root wm 1237 - 2473 6.00GB (1237/0/0) 12587712
1 swap wu 0 - 1236 6.00GB (1237/0/0) 12587712
2 backup wm 0 - 14086 68.35GB (14087/0/0) 143349312
3 unassigned wm 0 0 (0/0/0) 0
4 unassigned wm 0 0 (0/0/0) 0
5 var wm 2474 - 3710 6.00GB (1237/0/0) 12587712
6 unassigned wm 3711 - 14075 50.29GB (10365/0/0) 105474240
7 unassigned wm 14076 - 14086 54.66MB (11/0/0) 111936

I need to make c1t1d0 look just like it to do a mirror. I get to the last partition so my c1t1d0 looks like:
Part Tag Flag Cylinders Size Blocks
0 root wm 1237 - 2473 6.00GB (1237/0/0) 12587712
1 swap wu 0 - 1236 6.00GB (1237/0/0) 12587712
2 backup wu 0 - 14086 68.35GB (14087/0/0) 143349312
3 unassigned wm 0 0 (0/0/0) 0
4 unassigned wm 0 0 (0/0/0) 0
5 var wm 2474 - 3710 6.00GB (1237/0/0) 12587712
6 unassigned wm 3711 - 14075 50.29GB (10365/0/0) 105474240
7 unassigned wm 0 0 (0/0/0) 0

I go to 7 on c1t1d0 to make the last change and get the following:
partition> 7
Part Tag Flag Cylinders Size Blocks
7 unassigned wm 0 0 (0/0/0) 0

Enter partition id tag[unassigned]: unassigned
Enter partition permission flags[wm]: wm
Enter new starting cyl[0]: 14076
Enter partition size[0b, 0c, 14076e, 0.00mb, 0.00gb]: 54.66mb
`54.66mb' is out of range
Enter partition size[0b, 0c, 14076e, 0.00mb, 0.00gb]:

I can't imagine the two disks being different in size. Anyone ever seen 'out of range' before while partitioning?

Thanks in advance
# 2  
Old 09-30-2006
Enter the size as 11 cylinders, not 54.66 MB. You are probably getting a rounding error.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Need help Partitioning

I am getting ready to install RHEL6 server. I have to create these partitions: / 10GB SWAP 3GB /opt/kent 10GB /opt/kent/logs /backup 20 GB Will Gparted do this? or whats the easiest way? or even a tutorial?I am so new to this (4 Replies)
Discussion started by: linux4noob
4 Replies

2. Shell Programming and Scripting

Partitioning in AIX

I am working in AIX ver 5 rel 3. It shows as follows. @:on(cluster302)/home/abcde00-> shiusr1c is LPAR (Logical PARtition). Then what is "shiissra" called? Thanks Krishna Please use code tags next time for your code and data. (1 Reply)
Discussion started by: kmanivan82
1 Replies

3. Red Hat

Partitioning a new Hardrive

What is the command to partition a completely new hard drive using red hat linux (1 Reply)
Discussion started by: blend
1 Replies

4. Solaris

Partitioning Question

I was told that on the bootable drive, slice 02 is reserved for system usage. Is this true? In our deployment each server is equipped with a hardware RAID adapter. The current plan is to create the slices as follows: c1t0d0s0 = swap 16386 c1t0d0s1 = /var 15366 c1t0d0s2 = / free Does this... (4 Replies)
Discussion started by: msarro
4 Replies

5. Ubuntu

About partitioning

Hi folks, Ubuntu 10.04-1 64-bit HD - 1T SATA3 I ran graphic installation installing Ubuntu-10.04-1 desktop from Live CD The partition on the new HD is as follow; /root /home /kvm (kvm is for keeping the guests of KVM, the virtualizer) Installion went through without problem abd... (0 Replies)
Discussion started by: satimis
0 Replies

6. Shell Programming and Scripting

print range between two patterns if it contains a pattern within the range

I want to print between the range two patterns if a particular pattern is present in between the two patterns. I am new to Unix. Any help would be greatly appreciated. e.g. Pattern1 Bombay Calcutta Delhi Pattern2 Pattern1 Patna Madras Gwalior Delhi Pattern2 Pattern1... (2 Replies)
Discussion started by: joyan321
2 Replies

7. Red Hat

Partitioning?

Hey, this question is generated purely out of my lack of knowledge. Ok, obviously you can partition hard drives, I have Windows 2k, and can partition it from administrative tools, however, all of the help sections have utterly failed to give me any information other than "when you partition, it... (5 Replies)
Discussion started by: Mal_Zapatos
5 Replies

8. UNIX for Dummies Questions & Answers

Partitioning

Hiya folks, Before I install Linux, I want to partition my HD, basically I want to split my 80GB HD in half so I can run Linux but still keep Windows XP. I tried doing through the windows workstation and browsing the XP help files but it either didnt work or I was doing something wrong. I dont... (7 Replies)
Discussion started by: Mr_Pinky
7 Replies

9. UNIX for Dummies Questions & Answers

Partitioning HD

I would like to install Redhat 7.2 on my Windows machine. I only have one hard drive and I dont want to lose Windows. Which method is best for partitioning the HD? I tried it once with Partition Magic and I was installing Corel Linux First Edition and Corel wiped out my entire HD (not good when... (2 Replies)
Discussion started by: primal
2 Replies

10. UNIX for Dummies Questions & Answers

Partitioning

I'm looking for a Partitioning Tool preferably with a GUI preferably free that is easy to use if anyone has any suggestions they will be greatfully recieved, Thanks. (4 Replies)
Discussion started by: OSNovice
4 Replies
Login or Register to Ask a Question