You are not logged in.

#1 2024-02-18 12:00

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,545
Website

Access data and filesystem in Q4OS for Windows installation loopfile

If you need to access data and filesystem in Q4OS for Windows installation loopfile.
Boot from live media, Q4OS, or other Linux. Mount the root.disk from within Q4OS terminal:
$ mkdir -p /tmp/mntpoint/
$ sudo losetup --show -f -P /<path_to>/root.disk
$ sudo mount /dev/loopX /tmp/mntpoint/

don't forget to unmount prior poweroff:
$ sudo umount /tmp/mntpoint/
$ sudo losetup -d /dev/loopX

substitute "loopX" for a loop device number issued by the "losetup" command, for ex. "loop1".

Last edited by q4osteam (2024-12-22 16:25)

Offline

#2 2024-12-22 16:27

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,545
Website

Re: Access data and filesystem in Q4OS for Windows installation loopfile

OP updated

Offline

Board footer

Powered by FluxBB