Displaying 2 results from an estimated 2 matches for "mymountpt".
Did you mean:
mymount
2013 Jun 11
0
How to "source" a R script in a parent/parallel directory (win/linux)
...o double click an icon, and do not want to bother
with many details.
Consider the following situation, in where I have to run the very same
script under Linux (for debugging) and under windows (for the users)
On Win
C:\\mypath\\user1
On my Linux box the same path is a samba share mounted on
/mnt/mymountpt/user1/mywd
The file I would like to run (say, RunThis.R) with a "source" command
will be located at
C:\\mypath\\PROGRAM
/mnt/mymountpt/mypath/PROGRAM
This location will never change, while "user1" will change each time,
depending on the user or on the data to be processed. In...
2004 Sep 23
1
smbfs mounts cause hangs in kde/gnome
I'm using debian Sarge, Samba 3.0.6-3, Kernel 2.6.8
I use smbmount //server/share mymountpt -oguest which connects fine, but it
all dies (hangs) if I try to look in that mounted directory with konqueror in
kde OR nautillus in gnome.
In dmesg of the server computer I get:
smb_proc_readdir_long: error=-512, breaking
and the same but with error -13
smb_add_request ... Timed Out!
this...