i need to do a task on my system but after succesfull mounting and bind and chroot, get the error written in the following:
please help me out as i need to perform that task urgently
Code:
mkdir /data/local/sda19
mount /dev/block/sda19 /data/local/sda19
mount --bind /dev /data/local/sda19/dev
mount --bind /dev/pts /data/local/sda19/dev/pts
mount --bind /proc /data/local/sda19/proc
mount --bind /sys /data/local/sda19/sys
chroot /data/local/sda19
#ls
/bin/sh: ls: not found