![]() |
Re: eMMC got corrupted
It's 7561216
|
Re: eMMC got corrupted
The default setup for Maemo is a 2GB optfs partition for installable applications, a 768MB swap partition and the rest 27GB MyDocs data partition. There is not much sense in changing the swap partition size.
Do you think you need more space than the default for optfs??? |
Re: eMMC got corrupted
My dad is an old guy like... He can't even take a picture lol. Let's do it man!
|
Re: eMMC got corrupted
Let' try! I split the code because of the second command which spans for 5 lines! Each box is just one command.
First: Create and write the partition table to the device: Code:
sudo gainroot Code:
echo "unit: sectors Code:
sfdisk --no-reread /dev/mmcblk1 < table Second: Activate the partitions and apply the file systems (each line one command): Code:
sudo gainroot Code:
mount -t ext3 /dev/mmcblk1p2 /mnt Code:
apt-get install nano Quote:
Now edit /etc/event.d/rcS-late Code:
nano /etc/event.d/rcS-late Quote:
Code:
echo "/dev/mmcblk1p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0" >> $tmp_fstab Hope it helps! |
Re: eMMC got corrupted
Dude I'm lost in the nano part. I don't know how to use that thing. I don't even know how to save the file, and how do i type those lines? In the very beggining of the second line or uh... XD. And did everything you said and terminal gave.me good outputs (or at least that's what I thnk lol) but the phone is the same :(
|
Re: eMMC got corrupted
1 Attachment(s)
Use <CTRL +x> to leave nano, which will ask you to save the file with the same name, verify the name and answer 'Y', large 'y'. You better copy and paste the comands and file contents not to mess with typos. I attach it all in a textfile for easier copy and paste.
|
All times are GMT. The time now is 19:20. |
vBulletin® Version 3.8.8