I was trying to setup zgcc on my C860, and one of the steps is to run the follow code:
mount -t cramfs /mnt/card/zgcc2Bin.cramfs /mnt/card/.zgcc -o loop
mount -t cramfs /mnt/card/zgcc2Inc.cramfs /mnt/card/.include -o loop
but I did something wrong, and I want to run these code again,
then bash said I don't have spare loop device
so, I assume I have to free the loop devices first
but I don't know how to do that, can somebody plz help me?
BIG THX~~
Original install instructions can be found in
hereEric