cat /proc/sys/vm/dirty_writeback_centisecs
returns 30000, which I assume is OK even for a slower SD card.
Here are the contents of /etc/mtab:
rootfs / rootfs rw 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
tmpfs /var/cache/apt tmpfs rw,noatime 0 0
/dev/mmcblk0p1 /mnt vfat rw 0 0
Anything obviously wrong here?
I can't see any log files on the SD card, here are it's contents:
drwxr-xr-x 11 root root 32768 Dec 31 01:32 .
drwxr-xr-x 22 root root 0 Jan 1 1970 ..
-rwxr-xr-x 1 root root 12292 Dec 17 20:00 .DS_Store
drwxr-xr-x 3 root root 32768 Dec 17 17:16 .TemporaryItems
-rwxr-xr-x 1 root root 4096 Dec 17 17:16 ._.TemporaryItems
Thanks for the help - still not sure what to do though!
Jon