![]() |
2008-01-05
, 11:53
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#2
|
![]() |
2008-01-05
, 12:06
|
Posts: 32 |
Thanked: 4 times |
Joined on Oct 2007
|
#3
|
![]() |
2008-01-05
, 12:43
|
Posts: 139 |
Thanked: 24 times |
Joined on Sep 2005
|
#4
|
I think my problem is with this line:
/dev/mmcblk0p2 2.0M 2.0M 0 100% /mnt/initfs
/dev/mmcblk0p2 374.3M 374.3M 0 100% /
![]() |
2008-01-05
, 12:47
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#5
|
![]() |
2008-01-05
, 12:58
|
Posts: 32 |
Thanked: 4 times |
Joined on Oct 2007
|
#6
|
![]() |
2008-01-05
, 13:07
|
Posts: 32 |
Thanked: 4 times |
Joined on Oct 2007
|
#7
|
The Following User Says Thank You to daaders For This Useful Post: | ||
![]() |
2008-01-05
, 13:17
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#8
|
![]() |
2008-01-05
, 13:29
|
|
Posts: 236 |
Thanked: 149 times |
Joined on Jul 2007
@ Finland
|
#9
|
Okay, I have an 8gb external card so one option is to copy the 374 mb to the external card, reformat and partition the internal card with say 1 gb for the OS and then copy the 374 mb back to the 1 gb. Will that work?
Option 2 seems messier since I'd have stuff in two places but it certainly is easier. So I would create a directory.... how would i do this and then point to it?
The Following User Says Thank You to Naranek For This Useful Post: | ||
![]() |
2008-01-05
, 13:31
|
Posts: 32 |
Thanked: 4 times |
Joined on Oct 2007
|
#10
|
/home/user # df -h
Filesystem Size Used Available Use% Mounted on
/dev/mmcblk0p2 2.0M 2.0M 0 100% /mnt/initfs
none 512.0k 88.0k 424.0k 17% /mnt/initfs/tmp
/dev/mmcblk0p2 374.3M 374.3M 0 100% /
none 512.0k 88.0k 424.0k 17% /tmp
none 1.0M 24.0k 1000.0k 2% /dev
tmpfs 1.0M 0 1.0M 0% /dev/shm
/dev/mmcblk0p1 3.4G 867.2M 2.6G 25% /media/mmc2
/dev/mmcblk1p1 120.0M 1.2M 118.8M 1% /media/mmc1
/home/user #
daaders