4
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?
1I'm guessing the OP used the Windows Subsystem for Linux (WSL) to run
bash. WSL runs real, unmodified Linux EFI binaries, but it does not run them on a real Linux kernel but rather on a Linux-to-NT compatibility layer (in fact, it's basically the opposite ofwine, which runs real Win32 binaries on a Win32-to-Linux compatibility layer). WSL does not support loading kernel modules, including drivers. – CBHacking – 2018-03-22T02:27:40.867