Author Topic: Cacko Rom Problems.  (Read 2685 times)

zacklau

  • Newbie
  • *
  • Posts: 8
    • View Profile
Cacko Rom Problems.
« on: September 04, 2005, 11:21:16 am »
After I flash a cacko rom into my SL-5500, how to mount my SD card? In my understanding, I reckon it did some modification to my SD's file system. I created 2 partition in my SD. Partition 1 is 64MB and partition 2 is 448MB. Also my system is hell slow, sometime even freeze. Can anyone give me some tips? Thx in advance!

mikekostousov

  • Newbie
  • *
  • Posts: 17
    • View Profile
Cacko Rom Problems.
« Reply #1 on: September 04, 2005, 05:38:00 pm »
Quote
After I flash a cacko rom into my SL-5500, how to mount my SD card? In my understanding, I reckon it did some modification to my SD's file system. I created 2 partition in my SD. Partition 1 is 64MB and partition 2 is 448MB. Also my system is hell slow, sometime even freeze. Can anyone give me some tips? Thx in advance!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=94475\"][{POST_SNAPBACK}][/a][/div]
You can try to mount /dev/mmcda1 and /dev/mmcda2 devices..
For example:
1. Create mount points if you havn't these before:
 mkdir /mnt/card1
 mkdir /mnt/card2
2. Mount...
mount /dev/mmcda1 /mnt/card1
mount /dev/mmcda2 /mnt/card2

zacklau

  • Newbie
  • *
  • Posts: 8
    • View Profile
Cacko Rom Problems.
« Reply #2 on: September 05, 2005, 12:23:34 am »
I've tried these command. The respond is "This is a read-only file system".