Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Partioned Flash

Reply
Thread Tools

Partioned Flash

 
 
slipstream_242
Guest
Posts: n/a
 
      07-09-2004
Hi all,

I have a 2600 router and the flash memory appears to be in 2 partitions.
I have an image file in each with the first partition only having a 4mb file
and the second partition having a 7mb file, both with the same name.

Can I repartition the flash memory?
Are both of the files in fact one file split over 2 partitions?
Can I merge these together?
Where can I get the latest IOS for my routers?
I know these are on the Cisco site but I am not registered as a user who
can download them and I think I would need to be a corporate user to get
access.


I want to get the latest IOS for the 2503, 2610 and 2950. Any help would be
gratefully appreciated.

Gordon


 
Reply With Quote
 
 
 
 
Simon Marsden
Guest
Posts: n/a
 
      07-09-2004
Files aren't split over partions, in my experience.

If the flash is partitioned, it should be in the startup config, eg:
partiton flash 2 8 8 (2 partitions, 8 meg each)

Erase the unwanted partition (making sure there is no contravening
boot system flash command in the config like:
boot system flash:2:[image].bin)

router#erase flash:2

Then go into global config and negate the partition flash command. eg:
no partition flash 2 8 8.

Write, reload and what was in flash:1 should now be in flash:
in one partition!

If you want to keep the stuff in partition 2, you'll need to delete files
from flash:1
and copy stuff from flash:2 to flash:1, then unpartion.

Something like that anyway.
Simon, CCNP.

"slipstream_242" <> wrote in message
newsoDHc.17$...
> Hi all,
>
> I have a 2600 router and the flash memory appears to be in 2

partitions.
> I have an image file in each with the first partition only having a 4mb

file
> and the second partition having a 7mb file, both with the same name.
>
> Can I repartition the flash memory?
> Are both of the files in fact one file split over 2 partitions?
> Can I merge these together?
> Where can I get the latest IOS for my routers?
> I know these are on the Cisco site but I am not registered as a user

who
> can download them and I think I would need to be a corporate user to get
> access.
>
>
> I want to get the latest IOS for the 2503, 2610 and 2950. Any help would

be
> gratefully appreciated.
>
> Gordon
>
>



 
Reply With Quote
 
 
 
 
slipstream_242
Guest
Posts: n/a
 
      07-10-2004
Thanks

I`m just curious, the image in flash 1 is 4mb and the one in flash 2 has
the same name but is 7 mb. I have noticed that on reload it does decompress
the image in flash 1 so does this mean that the image in flash 2 is the
decompressed version once the router is reloaded?

would I be able to save the decompressed IOS to tftp and then reload that
back into flash once I have created just the one partition?

Thanks for your help

Gordon

"Simon Marsden" <(DELETE)> wrote in message
news:ccna3a$n9m$...
> Files aren't split over partions, in my experience.
>
> If the flash is partitioned, it should be in the startup config, eg:
> partiton flash 2 8 8 (2 partitions, 8 meg each)
>
> Erase the unwanted partition (making sure there is no contravening
> boot system flash command in the config like:
> boot system flash:2:[image].bin)
>
> router#erase flash:2
>
> Then go into global config and negate the partition flash command. eg:
> no partition flash 2 8 8.
>
> Write, reload and what was in flash:1 should now be in flash:
> in one partition!
>
> If you want to keep the stuff in partition 2, you'll need to delete files
> from flash:1
> and copy stuff from flash:2 to flash:1, then unpartion.
>
> Something like that anyway.
> Simon, CCNP.
>
> "slipstream_242" <> wrote in message
> newsoDHc.17$...
> > Hi all,
> >
> > I have a 2600 router and the flash memory appears to be in 2

> partitions.
> > I have an image file in each with the first partition only having a 4mb

> file
> > and the second partition having a 7mb file, both with the same name.
> >
> > Can I repartition the flash memory?
> > Are both of the files in fact one file split over 2 partitions?
> > Can I merge these together?
> > Where can I get the latest IOS for my routers?
> > I know these are on the Cisco site but I am not registered as a user

> who
> > can download them and I think I would need to be a corporate user to get
> > access.
> >
> >
> > I want to get the latest IOS for the 2503, 2610 and 2950. Any help would

> be
> > gratefully appreciated.
> >
> > Gordon
> >
> >

>
>



 
Reply With Quote
 
Simon Marsden
Guest
Posts: n/a
 
      07-10-2004
If the two files have the same name, but different file size,
the smaller file could be a corrupt copy?

Can you boot from both files?

Again, from my experience, 2600's only decompress an IOS
into DRAM on boot, and you always tftp the compressed image.

WARNING
If you erase your single flash partition and reload, you'll need to tftp
the IOS back from the 'rommon>' prompt.

"slipstream_242" <> wrote in message
news:iOOHc.194$...
> Thanks
>
> I`m just curious, the image in flash 1 is 4mb and the one in flash 2

has
> the same name but is 7 mb. I have noticed that on reload it does

decompress
> the image in flash 1 so does this mean that the image in flash 2 is the
> decompressed version once the router is reloaded?
>
> would I be able to save the decompressed IOS to tftp and then reload that
> back into flash once I have created just the one partition?
>
> Thanks for your help
>
> Gordon
>
> "Simon Marsden" <(DELETE)> wrote in message
> news:ccna3a$n9m$...
> > Files aren't split over partions, in my experience.
> >
> > If the flash is partitioned, it should be in the startup config, eg:
> > partiton flash 2 8 8 (2 partitions, 8 meg each)
> >
> > Erase the unwanted partition (making sure there is no contravening
> > boot system flash command in the config like:
> > boot system flash:2:[image].bin)
> >
> > router#erase flash:2
> >
> > Then go into global config and negate the partition flash command. eg:
> > no partition flash 2 8 8.
> >
> > Write, reload and what was in flash:1 should now be in flash:
> > in one partition!
> >
> > If you want to keep the stuff in partition 2, you'll need to delete

files
> > from flash:1
> > and copy stuff from flash:2 to flash:1, then unpartion.
> >
> > Something like that anyway.
> > Simon, CCNP.
> >
> > "slipstream_242" <> wrote in message
> > newsoDHc.17$...
> > > Hi all,
> > >
> > > I have a 2600 router and the flash memory appears to be in 2

> > partitions.
> > > I have an image file in each with the first partition only having a

4mb
> > file
> > > and the second partition having a 7mb file, both with the same name.
> > >
> > > Can I repartition the flash memory?
> > > Are both of the files in fact one file split over 2 partitions?
> > > Can I merge these together?
> > > Where can I get the latest IOS for my routers?
> > > I know these are on the Cisco site but I am not registered as a

user
> > who
> > > can download them and I think I would need to be a corporate user to

get
> > > access.
> > >
> > >
> > > I want to get the latest IOS for the 2503, 2610 and 2950. Any help

would
> > be
> > > gratefully appreciated.
> > >
> > > Gordon
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
computer is halfway partioned tweedsmoker Hardware 0 09-11-2008 06:05 PM
Does it come partioned? ArtKramr Computer Information 2 08-30-2004 06:53 PM
Partioned Drive Stephen Oliver Computer Support 3 12-24-2003 05:51 PM
Is Flash Flash? Targa Cisco 1 11-25-2003 03:34 PM
Installing Programs in Partioned Drives anonymous Computer Support 2 10-10-2003 12:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57