#!/bin/sh

# mount 64 MB partition
mount -t jffs2 /dev/mtdblock4 /mnt

# mount 448 MB partition
mount -t jffs2 /dev/mtdblock5 /mnt2
