I have installed linux mint with the wubi installer on my windows installation this creates two disks "root.disk" and "swap.disk".
I know it's 'dangerous' to write to ntfs but when I mount these disk/files with mount -o loop and then write to it, is this dangerous? these files have an ext2 filesystem in them.

and can I chroot in that file and run terminal apps from my linux mint installation? or will that throw serious problems?