Changes

From Amahi Wiki
Jump to: navigation, search
14 bytes removed ,  03:50, 23 June 2020
''If you use the NAND flash as swap you will lose this ability.''
{{Code| cfdisk /dev/mtdblock2}}
* Create a "Linux swap / Solaris" partition that takes all the space:
# remove any existing partitions, if any
# select Write option
# select Quit option
{{Code| mkswap /dev/mtdblock2 echo "/dev/mtdblock2 swap swap defaults 0 0" >> /etc/fstab swapon -a}}
== Copy a root filesystem from one disk to another ==
12,424

edits