Main public logs

Combined display of all available logs of wiki.TerraBase.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:09, 25 August 2023 Root talk contribs created page OpenWRT and Backing Up (Created page with "Back it up: dd if=/dev/WhatEverSDx of=/mnt/WhatEverSDx/WhatEverImageName.img conv=sync,noerror bs=64K status=progress (Example: dd if=/dev/sdb of=/mnt/sda1/ALL.img conv=sync,noerror bs=64K status=progress) Create a "Device" to mount: losetup -fP WhatEverImageName.img (To see mounted "Devices": losetup -a) Mount the Image: mount -t squashfs /dev/loop7 /mnt/squash Keep in mind this only works with IMG Files created from Partitions. If an entire disk drive is imaged, th...") Tag: Visual edit