Tuesday, 7 November 2017

linux - What is windows way to do `mount -o loop,rw,offset=X`?

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

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...