cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
18785
Views
0
Helpful
3
Replies

IOS CLI command to create a directory on a flash file system:

grodoni
Level 1
Level 1

The command mkdir does not exist on a cisco2800 router. Any way to create a directory via CLI ?

3 Replies 3

stomasko
Level 4
Level 4

According to this page the mkdir command is still the correct command for the 2800. See if this helps.

http://www.cisco.com/en/US/products/ps5854/prod_configuration_guide09186a00802c35d3.html

Good luck

Steve

I am using a Cisco1760 with IOS 12.3(11)T2 and the mkdir command does not exist:

Router#mkdir flash:test/

^

% Invalid input detected at '^' marker.

also with a Cisco2800 IOS 12.4(4)XC it does NOT work.

Any hint ?

Hi grodoni / all, 

You can try changing the slash order.

Router#mkdir flash:/test

Best regards.