OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: rmrfchik on September 19, 2005, 05:42:03 am

Title: 2 Parts On Sd Card
Post by: rmrfchik on September 19, 2005, 05:42:03 am
I've bought 1Gb SD card and create two partitions on it: first FAT32 for exchange between other devices (digical camera and wife's Zire72) and second Ext3 for installing zaurus programs and documents.
Also I've mkdir /mnt/sd and changed the /etc/fstab as follows:

/dev/mmcd/disc0/part1 /mnt/sd   auto    noauto,owner    0  0
/dev/mmcd/disc0/part2 /mnt/card auto    noauto,owner    0  0

After restarting, I expect, that /mnt/sd will contain FAT32 and /mnt/card ext3. But, in fact, all remains as in usual: /mnt/card is FAT32 and /mnt/sd is not mounted.

Any ideas?
Title: 2 Parts On Sd Card
Post by: thesing on September 21, 2005, 05:45:15 pm
Have a look at /etc/sdcard/*
This are the scripts responsible for mounting sd-cards (I think)
They seem to need some tweaking before the support more than one partition.