thank you for the tip.
just accidently broke the display of my aura - old people with their clumsy hands - didn't even get the chance to open it a second time... bummer... ordered a new one so I'll have to wait until it arrives
this is what I changed for testing:
in usb:
Code:
if [ -e /drivers/$PLATFORM ]; then
PARTITION=/dev/mmcblk0p3
MOUNTARGS="noatime,nodiratime"
fi
mount -o $MOUNTARGS $PARTITION /mnt/onboard
in rcS:
Code:
mount /dev/mmcblk0p3 /mnt/onboard
I removed the dosfsck lines - I don't want to use any fat formated thingy anymore...
also removed the # for the external sd card in usb and sd
I formated the 3rd partition to ext3 on my mac and restored it from a backup
now I'll wait...