View Single Post
Old 06-05-2013, 02:12 AM   #30
flowoeB
E-Reader Sammler
flowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura aboutflowoeB has a spectacular aura about
 
flowoeB's Avatar
 
Posts: 143
Karma: 4160
Join Date: Feb 2009
Location: Austria
Device: plenty...
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...

Last edited by flowoeB; 06-05-2013 at 03:11 AM.
flowoeB is offline   Reply With Quote