meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.19k stars 678 forks source link

kali on Andriod. Making system file... fail.Thanks for suggestion. #831

Open austinfong opened 7 years ago

austinfong commented 7 years ago

Do everything as guide showing.I plan install kali on sdcard ext4 partition. It is 2nd partition and below status clearly shows it for property setting. https://github.com/meefik/linuxdeploy/wiki/Installing-Kali-Linux-Guide

Error info is below: [10:56:42] >>> deploy [10:56:43] :: Installing bootstrap/rootfs ... [10:56:43] Checking installation path ... done [10:56:43] Making file system ... fail [10:56:43] <<< deploy

Status is below: [11:15:44] >>> status [11:15:45] Device: X1 7.0 [11:15:45] Android: 4.4.2 [11:15:45] Architecture: armv7l [11:15:45] Kernel: 3.0.8-ge5a9281 [11:15:45] Memory: 417/1895 MB [11:15:45] Swap: 0/0 MB [11:15:45] SELinux: yes [11:15:45] Loop devices: yes [11:15:45] Support binfmt_misc: yes [11:15:45] Supported FS: ext4 fuseblk msdos ntfs vfat [11:15:45] Installed system: unknown [11:15:45] Status of components: [11:15:45] :: extra/dbus ... stopped [11:15:45] :: extra/ssh ... stopped [11:15:45] :: graphics/vnc ... stopped [11:15:45] Mounted parts: [11:15:45] ...nothing mounted [11:15:45] Available mount points: [11:15:45] /system 0.0/1.0 GB (ext4) [11:15:45] /tmpdata 0.0/0.0 GB (ext4) [11:15:45] /cust 0.2/0.5 GB (ext4) [11:15:45] /cache 0.2/0.2 GB (ext4) [11:15:45] /data 15.0/26.6 GB (ext4) [11:15:45] /mnt/shell/emulated 15.0/26.6 GB (sdcardfs) [11:15:45] /sys/kernel/debug 0.0/0.0 GB (debugfs) [11:15:45] /data/sdext2 9.2/9.4 GB (ext4) [11:15:45] /mnt/media_rw/sdcard1 21.8/48.9 GB (vfat) [11:15:45] /mnt/secure/asec 21.8/48.9 GB (vfat) [11:15:45] /storage/sdcard1 21.8/48.9 GB (fuse) [11:15:45] Available partitions: [11:15:45] /dev/block/mmcblk1p1 49 GB (102519600 48.8G c Win95 FAT32) [11:15:45] * /dev/block/mmcblk1p2 9764 MB (19998080 9764M 83 Linux) [11:15:46] <<< status

Hope can get some suggestions about solution on error. I have searched on Baidu for days and read many pages here. but there is no proper one to solve it. Thanks for any suggestion.

I have no idea if there is anything wrong with extra/dbus, extra/ssh, extra/vnc. There is fail info when I tried use local img on fat32 formats before I reading above guide.

austinfong commented 7 years ago

Making file system ... fail

Could anyone suggest the possible reason for this failure? thanks.

Aeres-u99 commented 7 years ago

There can be multiple reqsons the one which i experienced was due to lack of space . Are u sure you jave sufficient space ? Also let us know whether you are creating file system on internal or external. In my case i was experiencing a certain trouble where in even after changing location app was trying to create file system in internal. A simple restart of yhe app solved this issue !

On Sep 4, 2017 7:20 PM, austinfong notifications@github.com wrote:

Making file system ... fail

Could anyone suggest the possible reason for this failure? thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/meefik/linuxdeploy/issues/831#issuecomment-326968180, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZRaqmXaiVBHf1Uab9DgebcMJs1DFRnPks5sfAAHgaJpZM4OuWZ2.

austinfong commented 6 years ago

[09:56:41] >>> deploy [09:56:41] >>> deploy [09:56:42] ## bootstrap/rootfs : do_install && do_configure [09:56:42] :: Installing bootstrap/rootfs ... [09:56:42] Checking installation path ... done [09:56:42] Making file system ... /dev/block/mmcblk1p2 is mounted; will not make a filesystem here! [09:56:42] fail

I got detail info as above. And I have tried with df -Th, cat /etc/mtab, mount, etc. to check mounted partitions but there is nothing can be found. Could someone suggest how to solve it? Thanks a lot.