maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Make easy-debian mount from MMC to make extra space (https://talk.maemo.org/showthread.php?t=61685)

artron 2010-09-04 01:11

Make easy-debian mount from MMC to make extra space
 
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 :cool:

artron 2010-09-04 06:15

Re: Make easy-debian mount from MMC to make extra space
 
next i will try how to partition that MMC with fat32(for save file) and ext2 (for debian)


All times are GMT. The time now is 02:22.

vBulletin® Version 3.8.8