amenditman wrote:securitybreach wrote:I am connected to novaterm but only see the Touchpad files and not the android ones. Can I mount the arch filesystem using Novacom?
I have not found a way.
Anyone know a way to get in and fix something in the Arch install if we mess it up and can't boot.
So far I think I've re-installed at least 6 times to fix boot configuration mistakes.
Well if it boots but you cannot get X to start correctly, you can always just ssh into the touchpad from your computer and make the changes. Sshd is started by default and uses the normal port 22 unless you change it to another port. So just open up a terminal and:
- Code: Select all
ssh linux@IP-address
assuming your username is still 'linux'. Fix you issues and then just su to root and reboot via ssh.