There is android os install in my laptop. I have a total hard disk of 232 GB , in which 4 GB allocated for android and rest I don't know where it gone. On open super user and running this command in android terminal: cat /proc/partitions I get following result:
- Block_Size(232Gb) sda
- Block_Size(4Gb)
- Block_Size(rest) sda2
This show there is two partitions (sda1 ,sda2) of total drive(sda). since android install in sda1 and seen in it's file system . But sda2 data is invisible . how can I mount this drive in android . I just want to access and visible the sda2 storage drive. HELP ME