Active Topics

 



Notices


Reply
Thread Tools
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#181
Originally Posted by davidh101 View Post
Surely it doesn't matter where I created the file if the result is teling me it isn't found......even when it is showing up in the directory????
because then you do not have to worry about how you save, EOL characters or how you transfer the file, which can cause a problem.
http://www.unix.com/unix-desktop-dum...d-notepad.html

edit: the command before was to check that cifsmount.sh isn't in your script. showing nothing and going back to command prompt means it isn't in your script.

Last edited by Cue; 2010-02-20 at 18:54.
 
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#182
Hey, instead of using the script, and doing it manually via command line:
http://talk.maemo.org/showthread.php?t=44188

Wizard Mounter has been release about a week or so ago.

Nathan.
P.S. I still use the command line in some cases; but WM is much, much faster!
 

The Following 2 Users Say Thank You to Nathan For This Useful Post:
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#183
Originally Posted by GameboyRMH View Post
Sounds like some of you are using older versions of the script. The printf %q issue has been solved. Here is the final, working version again:

Code:
#! /bin/sh
there must not be a space between ! and /

this is probably the reason why it doesn't work for davidh101
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 

The Following User Says Thank You to SubCore For This Useful Post:
Posts: 692 | Thanked: 264 times | Joined on Dec 2009
#184
Originally Posted by SubCore View Post
there must not be a space between ! and /

this is probably the reason why it doesn't work for davidh101
Whoops, sorry, I don't have any N900 to test on (still in shipping). I corrected the script in my previous post.
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#185
it should work with any amount of whitespace.
http://en.wikipedia.org/wiki/Shebang_%28Unix%29
 
Posts: 840 | Thanked: 823 times | Joined on Nov 2009
#186
Originally Posted by Nathan View Post
Hey, instead of using the script, and doing it manually via command line:
http://talk.maemo.org/showthread.php?t=44188

Wizard Mounter has been release about a week or so ago.

Nathan.
P.S. I still use the command line in some cases; but WM is much, much faster!
Nathan when you say faster do you mean just mounting or somehow faster browsing directories?
 
Posts: 171 | Thanked: 13 times | Joined on Nov 2009
#187
When I mount a drive with:
mount -tcifs //xx.xx.xx.xx/media /media/NAS -ouser=xxxx,pass=xxxxx,ip=xxxxxxxxxxxx

and then a rsync, it works but i get chown errors not being able to access files. Do i need to mount the drive with specific dmask setting?

Scott
 
jukey's Avatar
Posts: 246 | Thanked: 204 times | Joined on Jun 2007 @ Potsdam (Germany)
#188
Originally Posted by slewis1972 View Post
When I mount a drive with:
mount -tcifs //xx.xx.xx.xx/media /media/NAS -ouser=xxxx,pass=xxxxx,ip=xxxxxxxxxxxx

and then a rsync, it works but i get chown errors not being able to access files. Do i need to mount the drive with specific dmask setting?

Scott
I solved these problems using the uid and gid option. The 'user' uid and gid is 29999. gid and uid are included between pass=xxxx, and ip=xxxxxxxxxxxxxx.

Update. The correct line for your example is:
Code:
mount -tcifs //xx.xx.xx.xx/media /media/NAS -ouser=xxxx,pass=xxxxx,uid=29999,gid=29999,ip=xxxxxxxxxxxx
HTH, jukey
__________________
-> Join the SailfishOS Meetup Berlin - every first Monday a month <-

Me on twitter

Last edited by jukey; 2010-02-25 at 14:55.
 

The Following 2 Users Say Thank You to jukey For This Useful Post:
Posts: 17 | Thanked: 3 times | Joined on Feb 2010
#189
Has no one noticed you can't calibrate the screen ???

This is totally a deal breaker --- and I know its specifically the CIFS module now.

I have installed the joydev+mouse for PS3 sixaxis support, and it doesnt break anything.



Please test for your self:

Launcher -> Settings -> Screen calibration -> click first bulls-eye -- crashes to 'desktop'

Let me know if I am doing something stupid
 
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#190
Originally Posted by wickedgtr1 View Post
Has no one noticed you can't calibrate the screen ???

This is totally a deal breaker --- and I know its specifically the CIFS module now.

I have installed the joydev+mouse for PS3 sixaxis support, and it doesnt break anything.



Please test for your self:

Launcher -> Settings -> Screen calibration -> click first bulls-eye -- crashes to 'desktop'

Let me know if I am doing something stupid
Doesn't crash for me; I hit three of the targets before I hit the backspace to quit. ;-)

I have cifs, ntfs kernel modules -- plus dozens of apps installed from, Extras, Extras-Testing and even Extras-Devel. ;-)

Nathan.
 

The Following User Says Thank You to Nathan For This Useful Post:
Reply

Tags
cifs, ntfs, samba, smb, truecrypt


 
Forum Jump


All times are GMT. The time now is 19:58.