Active Topics

 


Reply
Thread Tools
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#1
EXT4 has several advantages in comparison to the FAT filesystem which is the default for your N9's mmcblk0p1 (MyDocs) partition

+ support of symlinks, ownership and other file attributes....
+ no 4GB file size limitation
+ .....

cons:

- Windows doesn't have read/write support for ext4 ->
you can no longer plug in you phone and simply transfer files (no problems under linux of course!)

[HowTo]

I'm not a 100% but AFAIK open mode is a prerequisite to do this....

formatting you mmcblk0p1 partition to use EXT4 is quite easy...

1. backup your files and don't forget about the hidden files

2. unmount the mmcblk0p1 partition

open up terminal

Code:
#devel-su default pw is rootme
#umount /home/user/MyDocs
3. reformat the partition

Code:
/sbin/mkfs.ext4 /dev/mmcblk0p1
4. change /etc/fstab to match the parameters of your new partition

I use nano as a text editor but you can use whatever your comfortable with

Code:
nano /etc/fstab
alter the line for your MyDocs partition to accommodate for the new file system - mine looks like this:

Code:
/dev/mmcblk0p1 /home/user/MyDocs ext4 rw,noatime,errors=remount-ro,barrier=1 0 0
make sure that there are no typos and no additional spaces!!!

5. reboot!

that's it!





Hey guys,

i was wondering if there's a way to format the MyDocs partition with something like ext3 or something because this FAT **** is really annoying me...
Cannnot create symlinks, 4gb file size limitation....

is it possible to go ext3 with stock kernel?
Are there any downsides?

thanx anyway

Last edited by mcbook; 2013-12-02 at 09:37. Reason: Added little HowTo
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#2
but why you still using stock kernel if you want more?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#3
No clue

i have a lot of tweaks applied with n9qtweaks with heavy use of inception...
I have incepted repo and your unrestricted-system-ui installed
So i m worried that these changes are not compatible and will brick my phone if i flash to open mode...

my n9 is set up perfectly right now! Don't wanna lose that!

besides, where can i find the latest open mode kernel? Are there instructions somewhere on how to flash..
I' m currently running pr 1.3 latest stock kernel

so ext3 doesn't work with stock kernel i presume?

Last edited by mcbook; 2013-07-09 at 10:14.
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#4
The only thing you lose is Accounts

just remove accounts,
/home/user/.accounts
/home/user/.aegis

now you can flash openmode patched kernel.

setup accounts after flashing

congratulations: you now using true openmode

http://maemo.cloud-7.de/HARM/N9/1.3/...dfl61-20121301
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#5
Can i still use all repos ?

whats that about with AEGIS_FIXED_ORIGIN?

how to flash?
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#6
why not?

in terminal before flashing to remove Warranty Void Warning appearing after flashing custom kernel without this action:
Code:
disclaimer-cal remove View-openmode
flashing:
Code:
flasher -a NOKIA_FIRMWARE_BIN_FILE.bin -k zImage_openmode_kernel --flash-only=kernel -f -R
you can still use inception crap even in openmode

and in openmode you can export and reformat MyDocs to ext4 and dont forget to edit /etc/fstab to mount MyDocs as ext4, not vfat

export partitions using rescue images:
http://wiki.meego.com/N950/Fixing_MALF_state

you need 1-5
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#7
thank you very much!

I will give it a try tonight...
 
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#8
why "flasher -a" i knew it was "flasher -F"
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#9
you don't need to use -F option if want to flash kernel from external file. use -a option.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#10
i read it here http://talk.maemo.org/showthread.php?t=81579
what does -a mean?
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:13.