Manual:Partitions

From MikroTik Wiki
Revision as of 11:27, 10 December 2012 by Marisb (talk | contribs) (Created page with "{{Versions|v6rc6+}} __TOC__ ==Summary== <p id="shbox"><b>Sub-menu:</b> <code>/partition</code></p> Starting from v6rc6 it is possible to partition NAND flash, allowing to inst...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Version.png

Applies to RouterOS: v6rc6+

Summary

Sub-menu: /partition


Starting from v6rc6 it is possible to partition NAND flash, allowing to install own OS on each partition and specify primary and fallback partitions.

Icon-note.png

Note: Repartitioning of the NAND requires latest bootloader version


Minimum partition sizes:

  • 32MB on MIPS
  • 40MB on PowerPC
  • 48MB on CCR

Maximum number of allowed partitions is 8.


Commands

Property Description
repartition (integer) Will reboot the router and reformat the NAND, leaving only active partition.
copy-to (<partition>) Clone running OS with config to specified partition. Previously stored data on partition will be erased.
save-config-to (<partition>) Clone running config on specified partition. Everything else is untouched.
restore-config-from (<partition>) Copy config from specified partition to running partition

Properties