Difference between revisions of "Reset to factory"

From IPLOG
Jump to: navigation, search
(Created page with "This document explains how to restore the IPLOG unit to factory settings. The IPLOG unit uses two configuration parts, '''rootfs''' and '''userfs'''. '''Rootfs''' contains...")
(No difference)

Revision as of 13:55, 25 April 2018

This document explains how to restore the IPLOG unit to factory settings.


The IPLOG unit uses two configuration parts, rootfs and userfs.

Rootfs contains whole default configuration from the factory and is not possible change it, this part is read-only.

Userfs contains all user changes and user applications. To restore your device to the factory default, enter the following commands with root privileges:

root@buildroot:~# rm /mnt/userfs/* -r
* deletes userfs files (configuration)

root@buildroot:~# reboot
* restarts the device


Warning : Remember that it permanently erases all user files and all custom applications. We strongly recommend backing up your system before resetting to factory default.