Network Drive


sparkymark79

Member
Joined
Jun 10, 2009
Messages
185
Hi,


sorry if this is answered anywhere else, but I couldn't find it by searching.


I'd like to be able to see the Pandora as a drive on my pc via wifi, so I can move files back and forth without having to keep taking out my SD card. Is this possible - or something similar?


Cheers
 
Taken from this thread:

The Pandora has an SSH server. Use putty to be able to log in remotely, and more specifically use psftp to access the filesystem as if it were an FTP server.


You may have to activate the SSH server first. Pandora->Settings->Startup: Enable/Disable services on boot, check "Start Dropbear", OK and restart.
 
I connect to my windows/samba shares without problems.


below is the command I use to connect to my samba share at home that doesn't have a password. Also I found using the ip address instead of the hostname works better most of the time.



Code:
mount -t cifs -o username=guest,password=  //hostname/sharename /mnt/mountfolder
 
Back
Top