Quote:
Originally Posted by EastEriq
Code:
sudo mount -o rw,remount /ebrmain
though, if it is as Neil writes, that all crams is rewritten as bulk for each small change, then it might be better not to abuse of it.

|
Swapping a bit here and there CAN BE safe enough, but adding/removing data is more risky and could brick the device.
I have to enter "/mnt/secure/su" rather than "sudo" before my commands in both pbterm and via ssh. I've tried setting a permanent alias without any luck. I ended up writing a simple shell .app launcher for pbterm (to export a variable) as a bodge-fix which works well enough. Works for ssh also if I launch pbterm first.
Code:
#!/bin/sh
export udo="/mnt/secure/su"
/mnt/ext1/applications/pbterm
exit
now I can simply enter
$udo at the command line.