You know how in some launcher scripts the SD card is apparently being remounted in "sync" mode, so that writes to the card will be safely completed?
This is the command used:
Except, I had problems with a launcher script of my own, so I ran it from sterm. I used the exact command above, which got me the following error message:
/mnt/sd is not in /etc/fstab!
Checking out /etc/fstab reveals that, indeed, /mnt/sd is not mounted from there.
Or, to cut a long story short: the remount-to-sync command doesn't actually do anything, because it fails!
Is this a result of me still having the 1.0 firmware, or have these launcher scripts indeed been based on a mistaken assumption?
This is the command used:
Code:
mount /mnt/sd -o remount,sync
Except, I had problems with a launcher script of my own, so I ran it from sterm. I used the exact command above, which got me the following error message:
/mnt/sd is not in /etc/fstab!
Checking out /etc/fstab reveals that, indeed, /mnt/sd is not mounted from there.
Or, to cut a long story short: the remount-to-sync command doesn't actually do anything, because it fails!
Is this a result of me still having the 1.0 firmware, or have these launcher scripts indeed been based on a mistaken assumption?