Quote:
Originally Posted by $aur0n
Please reformat your HD
/dev/sda1 - vfat, all free space
/dev/sda2 - ext4, rootfs (512MB)
/dev/sda3 - ext4, /data (1GB)
|
That partitioning makes sense, I guess the stock (and urukdroid's ?) usb-mounter piece of software is fixed to use the /dev/block/sda1 partition, am i right ?
About the mounting of /data, in my current setup I think this is mounted on my sda1 partition, since it's a normal sub-dir of my root partition.
In your init.rc i see you try to do this:
mount ext4 /dev/block/mmcblk2p2 /data noatime
But this block device is not present on my A70H so it fails.
Thinking about this, what is the use of making this a separate partition ? would a setup as follows: - /dev/block/sda1 vfat, 248G size, mounted as /mnt/storage
- /dev/block/sda2 ext4, 2G size, mounted as / and including the /data dir
not also be a good solution ?
|