Open ghost opened 3 years ago
I had this error using ubuntu 18 and i fixed it uninstalling ubutuntu 18 and installing ubuntu 20, i also had to download again WSL from the microsoft store
I had this error using ubuntu 18 and i fixed it uninstalling ubutuntu 18 and installing ubuntu 20, i also had to download again WSL from the microsoft store
Do you mind sharing the modified images?
I had this error using ubuntu 18 and i fixed it uninstalling ubutuntu 18 and installing ubuntu 20, i also had to download again WSL from the microsoft store
Do you mind sharing the modified images?
You have some shared images on the first issue https://github.com/ADeltaX/WSAGAScript/issues/1 , also if you want root app control using magisk you can go to this repo https://github.com/LSPosed/MagiskOnWSA that explains how to build WSA with GAPPS and magisk with a workflow on github, no linux subsystem needed
@roiniti Thanks!
i got this error
`chk product.img e2fsck 1.45.5 (07-Jan-2020) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information product: 122/512 files (0.0% non-contiguous), 56088/262144 blocks Resizing product.img resize2fs 1.45.5 (07-Jan-2020) The filesystem is already 262144 (4k) blocks long. Nothing to do!
chk system.img e2fsck 1.45.5 (07-Jan-2020) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /: 3542/4480 files (0.3% non-contiguous), 223182/327680 blocks Resizing system.img resize2fs 1.45.5 (07-Jan-2020) The filesystem is already 327680 (4k) blocks long. Nothing to do!
chk system_ext.img e2fsck 1.45.5 (07-Jan-2020) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information system_ext: 87/96 files (0.0% non-contiguous), 22678/27648 blocks Resizing system_ext.img resize2fs 1.45.5 (07-Jan-2020) The filesystem is already 27648 (4k) blocks long. Nothing to do!
chk vendor.img e2fsck 1.45.5 (07-Jan-2020) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information vendor: 1140/1152 files (0.7% non-contiguous), 72506/76800 blocks Resizing vendor.img resize2fs 1.45.5 (07-Jan-2020) The filesystem is already 76800 (4k) blocks long. Nothing to do!
Creating mount point for product Creating mount point for system_ext Creating mount point for system Creating mount point for vendor Mounting product mount: /mnt/product: mount failed: Operation not permitted. Mounting system_ext mount: /mnt/system_ext: mount failed: Operation not permitted. Mounting system mount: /mnt/system: mount failed: Operation not permitted. Mounting vendor mount: /mnt/vendor: mount failed: Operation not permitted. !! Images mounted !!`