![]() |
2011-09-15
, 07:11
|
|
Posts: 24 |
Thanked: 14 times |
Joined on Sep 2011
@ Germany
|
#2
|
leafpad /usr/lib/genfstab.awk
pygtkeditor /usr/lib/genfstab.awk
vim /usr/lib/genfstab.awk
The Following User Says Thank You to algiz For This Useful Post: | ||
![]() |
2011-09-15
, 07:21
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#3
|
The Following User Says Thank You to vi_ For This Useful Post: | ||
![]() |
2011-09-15
, 07:25
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#4
|
![]() |
2011-09-15
, 11:57
|
Posts: 80 |
Thanked: 1 time |
Joined on Aug 2011
@ Egypt
|
#5
|
It's just a text file. So you can open it with any editor you want (and have installed). If you haven't installed something like Filebox you have to call your editor from xterm.
For example:
... orCode:leafpad /usr/lib/genfstab.awk
... orCode:pygtkeditor /usr/lib/genfstab.awk
EDIT: I nearly forgot: You will need root priviliges to edit that file.Code:vim /usr/lib/genfstab.awk
I read solution for my n900 EMMC problem on maemo wiki, That i will repartition system on the external SD card Because of my corrupted EMMC.
During following steps.. i read that i should add command line to file caled "genfstab.awk" .
u can find this thread here http://wiki.maemo.org/Repartitioning..._compatible.29
but i don't know how can i modify this file and add this line?
Command "start == 1 && $6 == 83 && !__home {
printf "%s /home ext3 %s 0 0\n", $1, home_opts
printf "/home/opt /opt none bind\n"
__home++
}"
Please help me... I am stuck!
Thx In Advance