DOSBox has been ported long ago. This ain't a game port, it's being emulated.Found this this morning, could it be ported over to the Pandora ?
^ I do sshfs mounting the other way around: mount pandora on my desktop with sshfs . On KDE easy as pie because of KIO slaves (just type sftp://my-pandora-ip-alias-in-hosts/ to dolphin). Just enable dropbear ssh server on pandora (in startup settings) and you're good to go.
^ I do sshfs mounting the other way around: mount pandora on my desktop with sshfs . On KDE easy as pie because of KIO slaves (just type sftp://my-pandora-ip-alias-in-hosts/ to dolphin). Just enable dropbear ssh server on pandora (in startup settings) and you're good to go.
Ahh, thanks for the Tip! I'll check out dropbear SSH Server when I come home from work. I'm a gnome fan boy myself, but do all my SSH mounts with terminal commands.
But do the dropbear server autostart each time one boots the Pandora? (Like open ssh server)... or do I have to start it manually each time(preferable).
^ I do sshfs mounting the other way around: mount pandora on my desktop with sshfs . On KDE easy as pie because of KIO slaves (just type sftp://my-pandora-ip-alias-in-hosts/ to dolphin). Just enable dropbear ssh server on pandora (in startup settings) and you're good to go.
Ahh, thanks for the Tip! I'll check out dropbear SSH Server when I come home from work. I'm a gnome fan boy myself, but do all my SSH mounts with terminal commands.
But do the dropbear server autostart each time one boots the Pandora? (Like open ssh server)... or do I have to start it manually each time(preferable).
Normally you don't need to enable dropbear to mount distant locations on your Pandora
That's what I did when i received mine and noticed I didn't have any SD card reader...
sshfs <my-remote-user>@<IP-desktop>:/path/to/wanted/dir /media
Hum, late response :unsure:
I have a Linux desktop configured with static IP, I hope your NAS can provide the same interface...
As far as I remember, I just did (in a shell):
Code:sshfs <my-remote-user>@<IP-desktop>:/path/to/wanted/dir /media
(Yeah, i do all my temporary mounts directly on /media...)
I hope I did understand correctly what you meant
PS: you may want to add some mount options at end of the line (rw, etc...), I didn't bother, just used it to copy PNDs to sdCard.
Hehe, yeah, I know how to sshfs from the terminal(I do it daily), I was asking if someone could port sshfs to the Pandora, but thank you for your willingness to help
I guess my english is not as good as I like it to be :/ sshfs don't need to be ported, it's already in the stock firmware (at least it was available for me on first boot ), so I guess i didnn't understand you!