Thread
:
where can i download the e2fsporgs?
View Single Post
bunanson
2009-05-31 , 20:00
Posts: 4,030 | Thanked: 1,633 times | Joined on Jul 2007 @ nd usa
#
5
Well, if you want to do things yourself and enjoying it, why not?
Info for partitions are here,
http://talk.maemo.org/showthread.php...plified&page=2
, thread #46
commands are as follow,
This is for a 2 G SD in external slot, the slot behind the kick stand, not the one next to the battery compartment, will partition into 0.8G/FAT and 1.2G/ext2. FAT is your storage, able to be read by PC/windows and ext2 is where the tablet OS lives.
===========================================
1) partition
xterm
gainroot
umount /media/mmc1
sfdisk /dev/mmcblk1 -uM
0,800,0C
,,,
(return)
(return)
y
reboot
2) Format FAT
xterm
gainroot
umount /media/mmc1
mkdosfs /dev/mmcblk1p1
reboot
3) Format ext2
xterm
gainroot
umount /media/mmc1
mke2fs /dev/mmcblk1p2
reboot
step 2 and 3 can be combine together to save one reboot
some more links for info, the most complete of course, GeraldKo
http://talk.maemo.org/showthread.php...586#post165586
http://talk.maemo.org/showthread.php?t=29135
http://examplified.net/guide/Nokia_770/
Finally, if this is too much, there is always PB's auto tool around
Why am I posting this? This is how I started, bit by bit, and finally develop into an intimate relationship with, uh, debian
enjoy,
bun
__________________
WorldTV99
,
WorldTV99forN900
,
more
,
VCURLs72
,
Shortcuts
;
complete backup
;
gvm software
;
2007He
;
LiveTV
;
DualBoot
Last edited by bunanson; 2009-05-31 at
20:10
.
Quote & Reply
|
The Following User Says Thank You to bunanson For This Useful Post:
lm2
bunanson
View Public Profile
Send a private message to bunanson
Find all posts by bunanson