Active Topics

 



Notices


Reply
Thread Tools
oweng's Avatar
Posts: 210 | Thanked: 178 times | Joined on Jan 2010
#101
hi,
using the wizrard i get

mount point already exists - will attempt to use
Attempting to mount /// at

is this correct? default file manager doesn't list any shares.
I've had a look using gpe file manager.
/media/remote_filesystems is empty.

what next?
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#102
Originally Posted by oweng View Post
hi,
using the wizrard i get

mount point already exists - will attempt to use
Attempting to mount /// at

is this correct? default file manager doesn't list any shares.
I've had a look using gpe file manager.
/media/remote_filesystems is empty.

what next?
I think this is another difference between bash and sh. This seems to happen at the requote stage of the script. I think another way of requoting has to be used.
 
Posts: 692 | Thanked: 264 times | Joined on Dec 2009
#103
I don't know why it's coming out blank, You should see the paths of the network share and mountpoint in that string. Obviously Fremantle's doing something (else) differently than the Fedora and Ubuntu PCs I've been testing the script on. Anyone with an N900 know what's going on? Cue?
 
Posts: 75 | Thanked: 4 times | Joined on Jan 2010
#104
nathan my default file explorer will start at a folder call Nokia n900 and then the up arrow is grey and i cant navigate the level up.

have i messed up something
 
Posts: 10 | Thanked: 1 time | Joined on Jan 2010
#105
Originally Posted by Nathan View Post
Actually I decided to just do it now. I've uploaded:
kernel-module-nls-utf8
to the buliderbots. It should shortly be in the extras-devel, once you have that installed you should be able to use iocharset=utf8

Nathan
I have installed and tried kernel-module-nls-utf8. it works! thanks for your great work!
 
Posts: 75 | Thanked: 4 times | Joined on Jan 2010
#106
mounted tc vol on /media/
file explorer show /mmc_no name but no files and folders.
xterm can cd to mounted tc vol and use the files inside

any idea
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#107
Originally Posted by GameboyRMH View Post
I don't know why it's coming out blank, You should see the paths of the network share and mountpoint in that string. Obviously Fremantle's doing something (else) differently than the Fedora and Ubuntu PCs I've been testing the script on. Anyone with an N900 know what's going on? Cue?
I'm not sure but it seems like a problem with the printf %q command in this shell. it replaces it with nothing.

Code:
echo "enter your string"
read vartest
echo "you entered $vartest"
vartest=$(printf '%q' "$vartest")
echo "requoted to: $vartest"
I'm not sure why it does that, my guess is it doesnt have the %q format. Since I cant access the manual does anybody else know anything about printf in the shell fremantle uses?

update: it seems that this is in fact another difference between bash and sh. The printf in bash supports %q but printf in sh doesn't. This is true even in ubuntu running the short script above

with #!/bin/sh
Code:
$ ./printftest.sh
Enter a string
hello world
You entered hello world
printf: 14: %q: invalid directive
Requoted to

with #!/bin/bash
Code:
$ ./printftest.sh
Enter a string
hello world
You entered hello world
Requoted to hello\ world

Last edited by Cue; 2010-01-17 at 11:08.
 
oweng's Avatar
Posts: 210 | Thanked: 178 times | Joined on Jan 2010
#108
Hi to all, and many thanks for your continued hard work with this.

I've attempted to supply all the arguments as one, i.e. not using wizard mode, e.g.
"./cifsmount myhomeserver 192.168.254.10 mysharedfolder myusername mypassword /mount/point"

The Remote_Filesystems directory in media seems to be empty...

any ideas?

Also, picking up on easy debian and smbclient - this looks like a quick way round things, the repositories appear to be down :-(

I would like to try this...

Last edited by oweng; 2010-01-17 at 17:08.
 
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#109
I have a package for both Samba (which has both the server and client utilities) and Truecrypt; but the repositories are down. Once they are up I will get them submitted.

Nathan
 

The Following User Says Thank You to Nathan For This Useful Post:
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#110
That would be brilliant nathan. I am having so much trouble with Vista. I cannot even see any shares from it even though its all set up. I can see the vista laptop on another computer running xp just nothing on the N900. my N800 sees it fine but I seem to remember having Samba installed on it. any chance you could host the .deb for samba so I can give it a try? thanks again
 
Reply

Tags
cifs, ntfs, samba, smb, truecrypt


 
Forum Jump


All times are GMT. The time now is 20:08.