Active Topics

 


Reply
Thread Tools
Posts: 80 | Thanked: 1 time | Joined on Aug 2011 @ Egypt
#1
Hi there,
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
 
algiz's Avatar
Posts: 24 | Thanked: 14 times | Joined on Sep 2011 @ Germany
#2
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:
Code:
leafpad /usr/lib/genfstab.awk
... or
Code:
pygtkeditor /usr/lib/genfstab.awk
... or
Code:
vim /usr/lib/genfstab.awk
EDIT: I nearly forgot: You will need root priviliges to edit that file.

Last edited by algiz; 2011-09-15 at 07:14.
 

The Following User Says Thank You to algiz For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#3
...with a editor.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#4
Originally Posted by vi_ View Post
...with a editor.
Hahahahaha!

As always... Good answer!
__________________
The thanks button? Sure! You can press it! I would!
 
Posts: 80 | Thanked: 1 time | Joined on Aug 2011 @ Egypt
#5
Originally Posted by algiz View Post
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:
Code:
leafpad /usr/lib/genfstab.awk
... or
Code:
pygtkeditor /usr/lib/genfstab.awk
... or
Code:
vim /usr/lib/genfstab.awk
EDIT: I nearly forgot: You will need root priviliges to edit that file.
Thx For Answering
I'll Try...
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:09.