02-19-2005 03:39 AM - edited 03-02-2019 09:45 PM
I have a cisco 2610 with 64MB of ram and 16MB of flash
When I try to copy "c2600-ik9o3s3-mz.123-13.bin" in flash, I get the follow message: (Not enough space on device)
but at www.memoryx.com I found only 16MB flash!!!
C2600#copy tftp: flash:
Address or name of remote host []? 192.168.10.2
Source filename []? c2600-ik9o3s3-mz.123-13.bin
Destination filename [c2600-ik9o3s3-mz.123-13.bin]?
Accessing tftp://192.168.10.2/c2600-ik9o3s3-mz.123-13.bin...
Erase flash: before copying? [confirm]
Erasing the flash filesystem will remove all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee
Erase of flash: complete
Loading c2600-ik9o3s3-mz.123-13.bin from 192.168.10.2 (via Ethernet0/0): !
%Error copying tftp://192.168.10.2/c2600-ik9o3s3-mz.123-13.bin (Not enough space on device)
C2600#
***C2600#show flash:
System flash directory:
File Length Name/status
1 16233948 c2600-ik9o3s3-mz.123-12a.bin
[16234012 bytes used, 18912 available, 16252924 total]
16384K bytes of processor board System flash (Read/Write)
*** C2600#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IK9O3S3-M), Version 12.3(12a), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Thu 13-Jan-05 18:06 by kellythw
Image text-base: 0x80008098, data-base: 0x819FA39C
ROM: System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
ROM: C2600 Software (C2600-IK9O3S3-M), Version 12.3(12a), RELEASE SOFTWARE (fc2)
C2600 uptime is 1 hour, 51 minutes
System returned to ROM by reload at 10:26:40 IT Sat Feb 19 2005
System restarted at 10:29:55 IT Sat Feb 19 2005
System image file is "flash:c2600-ik9o3s3-mz.123-12a.bin"
[...]
cisco 2610 (MPC860) processor (revision 0x203) with 59392K/6144K bytes of memory.
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
2 Serial(sync/async) network interface(s)
1 ATM network interface(s)
1 Virtual Private Network (VPN) Module(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102
Solved! Go to Solution.
02-21-2005 11:59 PM
Hi,
Will you please issue the command "erase flash" first. This should give you back 16777216 bytes of your flash. Then you can continue with the "copy tftp flash" and you should be O.K. with the new image file.
Try to keep your box with power until finished otherwise you would go via rommon commands.
Good luck.
Best regards,
Antonin
02-19-2005 08:56 AM
Hi Davide,
The file you are trying to get into flash has got the size of 16 283 856 bytes and your flash has only 16 252 924 bytes total which is why it cannot fit.
My quick math says however that 16MB flash should have 16 772 216 bytes, so yours is not displaying full space.
Will you please try "show flash:" command with the parameter "all". The chance is that you have some invalid (in error) file which occupies the rest (not displayed under basic show flash command). If you do not see anything suspicious, can you please post the output.
Best regards,
Antonin
02-19-2005 12:14 PM
C2600#sh flash all
Partition Size Used Free Bank-Size State Copy Mode
1 15871K 15853K 18K 8192K Read/Write Direct
System flash directory:
File Length Name/status
addr fcksum ccksum
1 16233948 c2600-ik9o3s3-mz.123-12a.bin
0x40 0x2179 0x2179
[16234012 bytes used, 18912 available, 16252924 total]
16384K bytes of processor board System flash (Read/Write)
Chip Bank Code Size Name
1 1 01AD 2048KB AMD 29F016
2 1 01AD 2048KB AMD 29F016
3 1 01AD 2048KB AMD 29F016
4 1 01AD 2048KB AMD 29F016
1 2 01AD 2048KB AMD 29F016
2 2 01AD 2048KB AMD 29F016
3 2 01AD 2048KB AMD 29F016
4 2 01AD 2048KB AMD 29F016
02-19-2005 11:35 PM
Hi,
The flash sizing calculation seems be wrong. To my experience it may be software bug or flash problem (I can remember somewhat similar problem with AMD flash). It can be anything else which I have not experienced so far, of course. Unfortunately you cannot re-format class B flash.
I can spare some time and check & test for you when I am back at my office which is Monday afternoon earliest.
Best regards,
Antonin
02-21-2005 11:59 PM
Hi,
Will you please issue the command "erase flash" first. This should give you back 16777216 bytes of your flash. Then you can continue with the "copy tftp flash" and you should be O.K. with the new image file.
Try to keep your box with power until finished otherwise you would go via rommon commands.
Good luck.
Best regards,
Antonin
02-22-2005 02:20 AM
2600#erase /no-squeeze-reserve-space flash:
Erasing the flash filesystem will remove all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erased
Erase of flash: complete
C2600#sh flAsh: all
Partition Size Used Free Bank-Size State Copy Mode
1 16383K 0K 16383K 8192K Read/Write Direct
System flash directory:
No files in System flash
[0 bytes used, 16777212 available, 16777212 total]
16384K bytes of processor board System flash (Read/Write)
Chip Bank Code Size Name
1 1 01AD 2048KB AMD 29F016
2 1 01AD 2048KB AMD 29F016
3 1 01AD 2048KB AMD 29F016
4 1 01AD 2048KB AMD 29F016
1 2 01AD 2048KB AMD 29F016
2 2 01AD 2048KB AMD 29F016
3 2 01AD 2048KB AMD 29F016
4 2 01AD 2048KB AMD 29F016
C2600#
C2600#
C2600#
C2600#
C2600#
C2600#
C2600#
C2600#
C2600#dir
Directory of flash:/
No files in directory
16777212 bytes total (16777212 bytes free)
C2600#
C2600#
C2600#
C2600#
C2600#
C2600#cop
C2600#copy tft
C2600#copy tftp: fl
C2600#copy tftp: flash:
Address or name of remote host []? 192.168.77.2
Source filename []? c2600-ik9o3s3-mz.123-13.bin
Destination filename [c2600-ik9o3s3-mz.123-13.bin]?
Accessing tftp://192.168.77.2/c2600-ik9o3s3-mz.123-13.bin...
Erase flash: before copying? [confirm]
Erasing the flash filesystem will remove all files! Continue? [confirm]
Erasing device... eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ...erasedee
Erase of flash: complete
Loading c2600-ik9o3s3-mz.123-13.bin from 192.168.77.2 (via Ethernet0/0): !
%Error copying tftp://192.168.77.2/c2600-ik9o3s3-mz.123-13.bin (Not enough space on device)
C2600#
C2600#
C2600#sh flAsh: all
Partition Size Used Free Bank-Size State Copy Mode
1 15871K 0K 15871K 8192K Read/Write Direct
System flash directory:
No files in System flash
[0 bytes used, 16252924 available, 16252924 total]
16384K bytes of processor board System flash (Read/Write)
Chip Bank Code Size Name
1 1 01AD 2048KB AMD 29F016
2 1 01AD 2048KB AMD 29F016
3 1 01AD 2048KB AMD 29F016
4 1 01AD 2048KB AMD 29F016
1 2 01AD 2048KB AMD 29F016
2 2 01AD 2048KB AMD 29F016
3 2 01AD 2048KB AMD 29F016
4 2 01AD 2048KB AMD 29F016
C2600#
C2600#
02-22-2005 07:05 AM
Hi,
This looks like an IOS version isuue.
I have checked two procedures how to overcome this problem in my office lab using the box you have, the flash type and size you have and the IOS files you have. These are as follows (before you go any further please save your config):
1) Using rommon - parameters need to be set and tftpdnld command issued - it works OK, the point is that it is quite time consuming and your box is out of service during the procedure.
2) 2-step process: I copied a small basic IOS file (IP only) of previous version into flash (I tried with c2600-i-mz.121-26), reloaded the box and copied the intended file (c2600-ik9o3s3-mz.123-13.bin) without a problem. Your original config may need to be restored here.
I hope this can help.
Before you proceed please be aware that your box is currently without an IOS image in flash.
Best regards,
Antonin
02-22-2005 09:10 AM
the 2) works OK!!!
thank you very much
davide
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide