[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



# -----Original Message-----
# From: ale-bounces at ale.org [<a  rel="nofollow" href="mailto:ale-bounces";>mailto:ale-bounces</a> at ale.org]On 
# Behalf Of Jeff
# Hubbs
# Sent: Tuesday, October 12, 2004 5:28 PM
# To: Atlanta Linux Enthusiasts
# Subject: Re: [ale] Compaq raid disk. How do I format?
# 
# 
# I think you're running fdisk on the wrong thing.  You need to go
# 
# /sbin/fdisk /dev/ida/c0d2/disc
# 
# (yes, that's with a &quot;c&quot;)
# 
# - Jeff
# 
# On Tue, 2004-10-12 at 08:32, Jim Lynch wrote:
# &gt; Thanks, guys for your input.  I'm a bit constrained here.  
# The server is 
# &gt; in California and I'm in GA.  The fellow (NT admin) that 
# set up the raid 
# &gt; config did the install of the disks and configured c0d2 as two 9 Gb 
# &gt; disks mirrored.  I'd like to redo the whole thing, but I 
# can't remotely 
# &gt; and don't have anyone that understands both raid and linux 
# at the site, 
# &gt; so I'm stuck with what I've got.
# &gt; 
# &gt; On your advice I did go into fdisk and try to partition 
# c0d2.  Strange 
# &gt; thing happened.  I can't seem to create more than one partition.  I 
# &gt; think the geometry is screwed up somehow. Note it would only let me 
# &gt; start at block 1 and didn't ask me how large to make the 
# partition.  It 
# &gt; just grabbed it all. Any ideas how to fix that?
# &gt; 
# &gt;  /sbin/fdisk /dev/ida/c0d2
# &gt; 
# &gt; Command (m for help): p
# &gt; 
# &gt; Disk /dev/ida/c0d2: 1 heads, 17764320 sectors, 1 cylinders
# &gt; Units = cylinders of 17764320 * 512 bytes
# &gt; 
# &gt;          Device Boot    Start       End    Blocks   Id  System
# &gt; 
# &gt; Command (m for help): n
# &gt; Command action
# &gt;    e   extended
# &gt;    p   primary partition (1-4)
# &gt; p
# &gt; Partition number (1-4): 1
# &gt; First cylinder (1-1, default 1):
# &gt; Using default value 1
# &gt; 
# &gt; Command (m for help): p
# &gt; 
# &gt; Disk /dev/ida/c0d2: 1 heads, 17764320 sectors, 1 cylinders
# &gt; Units = cylinders of 17764320 * 512 bytes
# &gt; 
# &gt;          Device Boot    Start       End    Blocks   Id  System
# &gt; /dev/ida/c0d2p1             1         1   8882159+  83  Linux
# &gt; Partition 1 has different physical/logical endings:
# &gt;      phys=(768, 0, 32) logical=(0, 0, 17764320)
# &gt; Partition 1 does not end on cylinder boundary:
# &gt;      phys=(768, 0, 32) should be (768, 0, 17764320)
# &gt; 
# &gt; Command (m for help):
# &gt; 
# &gt; 
# &gt; Jim Lynch wrote:
# &gt; 
# &gt; &gt; I've have an old compaq that a Windows tech added some 
# disks to but 
# &gt; &gt; had no idea what to do to make it work on Linux.  From the dmesg 
# &gt; &gt; listing I found:
# &gt; &gt;
# &gt; &gt; Compaq SMART2 Driver (v 2.4.5)
# &gt; &gt; Found 1 controller(s)
# &gt; &gt; cpqarray: Finding drives on ida0 (SMART-2/P)
# &gt; &gt; cpqarray ida/c0d0: blksz=512 nr_blks=8380320
# &gt; &gt; cpqarray ida/c0d1: blksz=512 nr_blks=16768800
# &gt; &gt; cpqarray ida/c0d2: blksz=512 nr_blks=17764320
# &gt; &gt;
# &gt; &gt; It looks like he added ida/c0d2 since I have the other two drives 
# &gt; &gt; mentioned in the fstab file.  When I tried to look at one of the 
# &gt; &gt; existing drives with fdisk I found:
# &gt; &gt; Disk /dev/ida/c0d1: 1 heads, 16768800 sectors, 1 cylinders
# &gt; &gt; Units = cylinders of 16768800 * 512 bytes
# &gt; &gt;
# &gt; &gt;         Device Boot    Start       End    Blocks   Id  System
# &gt; &gt; /dev/ida/c0d1p1   *         1         1   2044064   82  Linux swap
# &gt; &gt; Partition 1 has different physical/logical beginnings 
# (non-Linux?):
# &gt; &gt;     phys=(0, 1, 1) logical=(0, 0, 33)
# &gt; &gt; Partition 1 has different physical/logical endings:
# &gt; &gt;     phys=(500, 254, 32) logical=(0, 0, 4088160)
# &gt; &gt; Partition 1 does not end on cylinder boundary:
# &gt; &gt;     phys=(500, 254, 32) should be (500, 0, 16768800)
# &gt; &gt; /dev/ida/c0d1p2             1         1    391680   83  Linux
# &gt; &gt; Partition 2 has different physical/logical beginnings 
# (non-Linux?):
# &gt; &gt;     phys=(501, 0, 1) logical=(0, 0, 4088161)
# &gt; &gt; Partition 2 has different physical/logical endings:
# &gt; &gt;     phys=(596, 254, 32) logical=(0, 0, 4871520)
# &gt; &gt; Partition 2 does not end on cylinder boundary:
# &gt; &gt;     phys=(596, 254, 32) should be (596, 0, 16768800)
# &gt; &gt; /dev/ida/c0d1p3             1         1    261120   83  Linux
# &gt; &gt; Partition 3 has different physical/logical beginnings 
# (non-Linux?):
# &gt; &gt;     phys=(597, 0, 1) logical=(0, 0, 4871521)
# &gt; &gt; Partition 3 has different physical/logical endings:
# &gt; &gt;     phys=(660, 254, 32) logical=(0, 0, 5393760)
# &gt; &gt; Partition 3 does not end on cylinder boundary:
# &gt; &gt;     phys=(660, 254, 32) should be (660, 0, 16768800)
# &gt; &gt; /dev/ida/c0d1p4             1         1   5687520    f  
# Win95 Ext'd (LBA)
# &gt; &gt; Partition 4 has different physical/logical beginnings 
# (non-Linux?):
# &gt; &gt;     phys=(661, 0, 1) logical=(0, 0, 5393761)
# &gt; &gt; Partition 4 has different physical/logical endings:
# &gt; &gt;     phys=(1023, 254, 32) logical=(0, 0, 16768800)
# &gt; &gt; Partition 4 does not end on cylinder boundary:
# &gt; &gt;     phys=(1023, 254, 32) should be (1023, 0, 16768800)
# &gt; &gt; /dev/ida/c0d1p5             1         1   5687504   83  Linux
# &gt; &gt;
# &gt; &gt; Which makes me a bit leary of using fdisk on these 
# drives.  Most of 
# &gt; &gt; that output doesn't make sense to me.  Can anyone point me in the 
# &gt; &gt; right direction so I can learn how to format this new 
# drive?  This is 
# &gt; &gt; a RH 7.2 system.  If I understand correctly this is a 
# RAID system.  
# &gt; &gt; The new drive  is really 2 9 Gb drives configured as a 
# mirror, so I 
# &gt; &gt; was told.  Is there some other utility I need to use to 
# make sense of 
# &gt; &gt; the partitioning of the existing drives?
# &gt; &gt;
# &gt; &gt; Thanks,
# &gt; &gt; Jim.
# &gt; &gt;
# &gt; &gt;
# &gt; &gt; _______________________________________________
# &gt; &gt; Ale mailing list
# &gt; &gt; Ale at ale.org
# &gt; &gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
# &gt; 
# &gt; 
# &gt; _______________________________________________
# &gt; Ale mailing list
# &gt; Ale at ale.org
# &gt; <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
# 
# _______________________________________________
# Ale mailing list
# Ale at ale.org
# <a  rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale";>http://www.ale.org/mailman/listinfo/ale</a>
# 


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="00510" href="msg00510.html">[ale] Compaq raid disk.  How do I format?</a></strong>
<ul><li><em>From:</em> jwl at sgi.com (Jim Lynch)</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00472.html">[ale] Speaking of Slackware...</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00474.html">[ale] raid 1</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00440.html">[ale] Compaq raid disk.  How do I format?</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00510.html">[ale] Compaq raid disk.  How do I format?</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00473"><strong>Date</strong></a></li>
<li><a href="threads.html#00473"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>