Hi tedd77, I've revised the instructions a bit. Please do a mkfs.ext4 before mounting it.
Afer the loop mount, please use a "df -h" command to see if the free space is big enough to hold your Linux rootfs files.
It's best to use rkflashkit to backup in your case.
Here's my output of rkflashkit: -----------------------8<-------------------8<-------------------------- $ sudo rkflashkit part
Found devices:
0x2207:0x320a
============= 2014-12-22 11:03:55 ============
Loading partition information
PARMxFIRMWARE_VER:4.4.2
MACHINE_MODEL:rk30sdk
MACHINE_ID:007
MANUFACTURER:RK30SDK
MAGIC: 0x5041524B
ATAG: 0x60000800
MACHINE: 3066
CHECK_MASK: 0x80
PWR_HLD: 0,0,A,0,1
#KERNEL_IMG: 0x62008000
#FDT_NAME: rk-kernel.dtb
#RECOVER_KEY: 1,1,0,20,0
CMDLINE:console=ttyFIQ0 androidboot.hardware=rk30board androidboot.console=ttyFIQ0 board.ap_has_alsa=0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 init=/sbin/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(uboot),0x00002000@0x00004000(misc),0x00008000@0x00006000(resource),0x00008000@0x0000e000(kernel),0x00010000@0x00016000(boot),0x00010000@0x00026000(recovery),0x0001a000@0x00036000(backup),0x00040000@0x00050000(cache),0x00002000@0x00090000(kpanic),0x00180000@0x00092000(system),0x00002000@0x00212000(metadata),0x00200000@0x00214000(userdata),0x00620000@0x00414000(linuxroot),-@0x00a34000(user)
Partitions:
uboot (0x00002000 @ 0x00002000) 4 MiB
misc (0x00002000 @ 0x00004000) 4 MiB
resource (0x00008000 @ 0x00006000) 16 MiB
kernel (0x00008000 @ 0x0000e000) 16 MiB
boot (0x00010000 @ 0x00016000) 32 MiB
recovery (0x00010000 @ 0x00026000) 32 MiB
backup (0x0001a000 @ 0x00036000) 52 MiB
cache (0x00040000 @ 0x00050000) 128 MiB
kpanic (0x00002000 @ 0x00090000) 4 MiB
system (0x00180000 @ 0x00092000) 768 MiB
metadata (0x00002000 @ 0x00212000) 4 MiB
userdata (0x00200000 @ 0x00214000) 1024 MiB
linuxroot (0x00620000 @ 0x00414000) 3136 MiB
-----------------------8<-------------------8<--------------------------
You can see the linuxroot partition above, right ? Then you can backup it by issueing command:
$ sudo rkflashkit backup @linuxroot mylinuxroot.img |