|
2013-04-22
, 15:40
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#82
|
|
2013-04-22
, 15:43
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#83
|
cd /media/mmc1
mount
|
2013-04-22
, 16:23
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#84
|
Did you insert the card you are trying to use?
If yes, please try to change the working directory in X-TerminalThen execute the block of commands. If you get an error message like: 'file or folder not found' try to get the mount point viaCode:cd /media/mmc1Code:mount
|
2013-04-22
, 17:31
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#86
|
|
2013-04-22
, 18:40
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#87
|
sudo gainroot sfdisk -l > part_table.txt
|
2013-04-22
, 20:13
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#88
|
Looks good so far.
Please try to dump the partition table to a file and post it hereThis essential to check to get the swap to work at startup.Code:sudo gainroot sfdisk -l > part_table.txt
Please note the option of the command is a small 'L'.
|
2013-04-23
, 07:13
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#89
|
sudo gainroot sfdisk -l /dev/mmcblk1 > part_table.txt
|
2013-04-23
, 09:17
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#90
|
sh: cannot create debug.txt: No space left on device