Reply
Thread Tools
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#1
this step to make easy debian have more space and mount from MMC.

1. On Windows (this step will erase all data on your MMC):
Write Image (debian-m5-v3d.img.ext2) to MMC, im using Win32DiskImager (for windows).

2.Put your MMC to N900

3.Open XTerminal on N900
run this command step by steps:

enter root mode
Code:
sudo gainroot
edit .chroot to mount /dev/mmcblk1 or your MMC
Code:
vi /home/user/.chroot
click "Esc"
push "a" on keyboard N900
edit this line :
"#IMGFILE=/dev/mmcblk0p4"
to
"IMGFILE=/dev/mmcblk1"
click "Esc"

push Shift and z z (to save file)
cek MMC
Code:
e2fsck -fp /dev/mmcblk1
resize file system
Code:
resize2fs /dev/mmcblk1 4000m
test your space now

open Debian Chroot
then run this command

Code:
df -h /
and see what Avial you have

Last edited by artron; 2010-09-04 at 06:06.
 
Posts: 72 | Thanked: 35 times | Joined on Jul 2010
#2
next i will try how to partition that MMC with fat32(for save file) and ext2 (for debian)
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:01.