If i want to extract the rootfs on my Ubuntu machine. How do i do? I understand it is DD. But whatever i try don't work. I thought it would be something like this.. but it wasn't Code: dd if=/path/to/file.img of=/to/folder/
dd if=/path/to/file.img of=/to/folder/
mount -t ubifs -o loop /path/to/file/img /to/folder