When you access a directory via Samba, the client (in this case the GP2X) only sees the Samba filesystem. It has no idea, and doesn't need to, which type filesystem the shared folder is on.hmm i was wondering about this to?
Yes, it is fine for running things over. I have a script that I run from telnet to mount the directory:cool so can u run apps over an smb share or is usb just not fast enough for that if so how do you do it?
thanks in advance beanfarmer
ps ive just started to learn bash scripting so you will have to speak slowly haha
#!/bin/sh
killall gp2xmenu
export PASSWD={windows admin password}
modprobe smbfs && smbmount //192.168.0.1/Shared /mnt/pc
cd /mnt/pc
Yes, just change modprobe smbfs && smbmount //192.168.0.1/Shared /mnt/pc to modprobe smbfs && smbmount //192.168.0.1/Shared /mnt/ext.thanks Orkie i'll try this later, but would there be a way to mount the share in the ext bit so for instence when u go Games >> Ext strage >>
your smb share is there?
hope this isnt to complex would be nice as im getting a laptop soon and it would be cool to show off what the gp2x can do with that