Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't create '/system/xbin/busybox': Read-only file system #130

Open
123SONIC321 opened this issue Jan 24, 2024 · 5 comments
Open

can't create '/system/xbin/busybox': Read-only file system #130

123SONIC321 opened this issue Jan 24, 2024 · 5 comments

Comments

@123SONIC321
Copy link

Screenshot_2024-01-24-17-26-19-351_ru.meefik.busybox.jpg

Screenshot_2024-01-24-17-26-13-058_ru.meefik.busybox.jpg

Can anyone help please

@linex-17
Copy link

linex-17 commented Apr 14, 2024

if /xbin folder not found, try create manual.

if using ksu, try disable all modul before.

if cant create dir cz read-only system, u can try overlayFS.

@dongyuechuwu
Copy link

overlayFS is not currently updated, and it is not possible to modify system reads and writes

@mriamnobody
Copy link

Had same issue. Created xbin folder in system using the below steps.

  1. mkdir -p /system/xbin
  2. mkdir -p /data/local/tmp/xbin
  3. mount -t tmpfs tmpfs /data/local/tmp/xbin
  4. ln -s /data/local/tmp/xbin /system/xbin
  5. chmod 755 /data/local/tmp/xbin
  6. ls -ld /system/xbin

@123SONIC321
Copy link
Author

4. `ln -s /data/local/tmp/xbin /system/xbin`

cannot create symbolic link from '/data/local/tmp/xbin' to '/system/xbin/xbin': Read-only file system

@Lithiogod
Copy link

4. `ln -s /data/local/tmp/xbin /system/xbin`

cannot create symbolic link from '/data/local/tmp/xbin' to '/system/xbin/xbin': Read-only file system then mount /system r/w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants