Looks like you don't have write privileges in this directory where you are trying to unpack new_opt.300.img. This is some wickedness of newer versions on Cygwin, they started messing with permissions, and they don't do it right somehow.
Just remove the opt directory, and change permissions for the local dir:
chmod a+rw .
Then it should unpack.
|