PROBLEMA Cartella data inaccessibile ed errore failed to mount /data device or resource busy

Pubblicità

helpmeplis

Nuovo Utente
Messaggi
13
Reazioni
0
Punteggio
23
allora ciao scusate il disturbo ma ho un problemino praticamente stavo installando una custom rom al mio telefono a3 2016 e per far un istallazione pulita ho formattato varie volte finche la cartella data e inaccessibile l'errore e il seguente failed to mount /data device or resource busy
 
You need to remount as RW. This goes for Vendor/Data/System etc.

While in TWRP type:

Code:

adb shell cat /proc/mounts

You will get something along these lines:

Code:

rootfs / rootfs rw,seclabel 0 0 tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0 devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0 proc /proc proc rw,relatime,gid=3009,hidepid=2 0 0 sysfs /sys sysfs rw,seclabel,relatime 0 0 selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0 tmpfs /mnt tmpfs rw,seclabel,nosuid,nodev,noexec,relatime,mode=755,gid=1000 0 0 none /acct cgroup rw,relatime,cpuacct 0 0 tmpfs /tmp tmpfs rw,seclabel,relatime 0 0 none /config configfs rw,relatime 0 0 pstore /sys/fs/pstore pstore rw,seclabel,relatime 0 0 adb /dev/usb-ffs/adb functionfs rw,relatime 0 0 /dev/block/bootdevice/by-name/vendor_a /v ext4 ro,seclabel,relatime,block_validity,delalloc,barrier,user_xattr,errors=remount-ro 0 0 /dev/block/sda13 /data ext4 ro,seclabel,relatime,resgid=1065,stripe=2,data=ordered 0 0 /dev/block/sda13 /sdcard ext4 rw,seclabel,relatime,resgid=1065,stripe=2,data=ordered 0 0

In my case TWRP was saying:

Code:

TWRP failed to mount vendor device or resource busy TWRP failed to mount data device or resource busy

Whatever your case is just remount the partition partition that's throwing errors as RW to fix the problem.

For example:

Code:

mount -o rw,remount /dev/block/bootdevice/by-name/vendor_a mount -o rw,remount /dev/block/sda13

This remounted both vendor and data as RW and TWRP no longer gives errors. :good:

Inviato dal mio SM-G781B utilizzando Tapatalk
 
grazie mille per l interesse ora provo
--- i due messaggi sono stati uniti ---
sinceramenete non so come inserire quel codice
--- i due messaggi sono stati uniti ---
magari un altro metodo?
 
grazie mille per l interesse ora provo
--- i due messaggi sono stati uniti ---
sinceramenete non so come inserire quel codice
--- i due messaggi sono stati uniti ---
magari un altro metodo?

Vai nella recovery trwp e apri la console

Inviato dal mio SM-G781B utilizzando Tapatalk
 
si ha il terminale gia incluso e non funziona il comando quindi come faccio ad eseguire questo comando dal pc?
--- i due messaggi sono stati uniti ---
vabbe allora mi puoi dire un metodo anche se perdo i dati non me ne frega dei dati basta che si risolve non voglio buttare il mio telefono
 
Ultima modifica:
allora ciao scusate il disturbo ma ho un problemino praticamente stavo installando una custom rom al mio telefono a3 2016 e per far un istallazione pulita ho formattato varie volte finche la cartella data e inaccessibile l'errore e il seguente failed to mount /data device or resource busy
fprmat data?
--- i due messaggi sono stati uniti ---
format data? How to wipe in TWRP properly? | OpenSource Development by Android-Andi @ XDA (andi34.github.io)
--- i due messaggi sono stati uniti ---
e reinstalla androd custom
 
Pubblicità
Pubblicità
Indietro
Top