Windows shares? I mount them like this (as root):Pleng said:How can I access my network shares on my Pandora?
Thaaaaaaanks!
mount -t cifs <share path i. e. //Computer/Folder> <path where you want it to be mounted, say /media/windows> -o username=<windows username>,password=<windows password>,iocharset=utf8,file_mode=0777,dir_mode=0777
Tom` said:Windows shares? I mount them like this (as root):Pleng said:How can I access my network shares on my Pandora?
Thaaaaaaanks!
(or whatever permissions you want for file/dir, this is for full read/write access).Code:mount -t cifs <share path i. e. //Computer/Folder> <path where you want it to be mounted, say /media/windows> -o username=<windows username>,password=<windows password>,iocharset=utf8,file_mode=0777,dir_mode=0777
Note: this should work on any Linux system with samba/cifs installed, not tested on a Pandora because I don't have one yet :angry:
true, of course. I wonder if we could have a graphical widget for this at some point - might help windows people.Pickle said:Tom` said:Windows shares? I mount them like this (as root):Pleng said:How can I access my network shares on my Pandora?
Thaaaaaaanks!
(or whatever permissions you want for file/dir, this is for full read/write access).Code:mount -t cifs <share path i. e. //Computer/Folder> <path where you want it to be mounted, say /media/windows> -o username=<windows username>,password=<windows password>,iocharset=utf8,file_mode=0777,dir_mode=0777
Note: this should work on any Linux system with samba/cifs installed, not tested on a Pandora because I don't have one yet :angry:
you can also do it in the fstab
//computer/share /mymountpoint cifs username=<enteruser>,password=<enterpass> 0 0
then run after wifi is connected: sudo mount -a
Tom` said:true, of course. I wonder if we could have a graphical widget for this at some point - might help windows people.
EvilDragon said:Tom` said:true, of course. I wonder if we could have a graphical widget for this at some point - might help windows people.
Pretty sure about that - but we don't have it right now
Pickle said:you can also do it in the fstab
//computer/share /mymountpoint cifs username=<enteruser>,password=<enterpass> 0 0
then run after wifi is connected: sudo mount -a
wrong fs type, bad option, bad superblock on //UPSTAIRS/Video,
missing codepage or helper program, or other error
Pleng said:Pickle said:you can also do it in the fstab
//computer/share /mymountpoint cifs username=<enteruser>,password=<enterpass> 0 0
then run after wifi is connected: sudo mount -a
hmm ok well my windows shares don't require passwords, so I have tried by adding to my fstab:
//UPSTAIRS/share /video cifs deaults 0 0
and then tried
//UPSTAIRS/share /video cifs username=guest,password= 0 0
on both occasions when I ran sudo mount -a I got the following message:
wrong fs type, bad option, bad superblock on //UPSTAIRS/Video,
missing codepage or helper program, or other error
it then goes on to say I might need a helper program
any ideas?
Pleng said:haha thanks for all that. I tried pinging the router and realized I don't have a connection to the router. I did earlier but seem to have lost it.
Hmm. I tried setting up a static ip address but unfortunately the OK or SAVE button of the network manager doesn't fit on the screen so I cant save the settings! does anybody know what the correct keyboard shortcut is?
senorgomez said:need smbfs to be installed iirc
Pickle said:Pleng said:haha thanks for all that. I tried pinging the router and realized I don't have a connection to the router. I did earlier but seem to have lost it.
Hmm. I tried setting up a static ip address but unfortunately the OK or SAVE button of the network manager doesn't fit on the screen so I cant save the settings! does anybody know what the correct keyboard shortcut is?
hold shift and then drag with the stylus