I want to mount with -o loopoffset=70254080 an ./raspbian-jessie-lite.img onto ./mntpt folder. The rw parameter is the key here - I need to edit .iso insides (set wifi login\password) and save it back. How to mount with rw on Windows 10?
Bash on Windows gives to me no loop back devices found error, while recomended
panda@host:~$ sudo /sbin/modprobe loop.o
modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.4.0+/modules.dep.bin'
so I wonder, what is free or opensource or shareware software that allows to do such loopback mount thing on Windows 10?
No comments:
Post a Comment