OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: zacklau 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!
-
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
-
I've tried these command. The respond is "This is a read-only file system".