Mounting file system created by Wubi in other Linux distros
· โ 1 min read · โ๏ธ Sathyajith Bhat
I wasn’t aware of this tiny little thing - the filesystem in the file created by a Wubi install can be easily mounted as a loop device.
To do so, just open the Terminal and type the below:
mount -o loop
This will make the kernel auto detect the filesystem type and try to mount it. Alternatively, if you’re sure of the filesystem type, mention it explicitly