trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: April 2015

Re: [trinity-users] shell script help needed

From: multi <multi@...>
Date: Mon, 6 Apr 2015 16:54:41 -0500
On Monday 06 April 2015 16:41:55 Dave Lers wrote:
> multi wrote:
> > On Sunday 05 April 2015 19:23:29 Dave Lers wrote:
> >> multi wrote:
> >> > Hi,
> >> > I'm using Trinity 3.5.13.2 that was installed with exe GNU linux.
> >> I
> >> have a bash script to mount a shared folder from a remote server
> >> and > open it
> >> > in a window. I launch it from a desktop icon. It looks like this:
> >> >   sudo mount 192.168.0.2:/home/dpjungk/Share /mnt/nfs/client1
> >> >   nautilus /mnt/nfs/client1
> >> > It works fine -- except that, if I close the window and want to
> >> > reopen it, it
> >> > obviously asks for the password every time.
> >>
> >> Does it have to be nautilus and nfs? Have you tried
> >> nfs://192.168.0.2/home/dpjungk/Share/ (or sftp://...) in Konqueror?
> >> Konqueror can save login info and I think network logins are
> >> automatic/transparent, but most of my LAN logins are via ssh
> >> key-pairs
> >> (sftp, rsync, scp and ssh) so I'm not sure.
> >
> > Hi Dave,
> > I was kind of optimistic about this idea, but Konqueror give me a
> > message:
> > "Authentification not supported".
> 
> I don't use nfs, but it appears that export shares need the "insecure"
> flag because Konqueror uses the nfs kio slave/plugin which uses ports
> > 1024 and the nfs default is < 1024.
> 
Hi Dave,
That error message was with nfs://192.168.0.2/home/dpjungk/Share/, now using 
sftp//... etc., it works fine. I have a bookmark in Konqueror. I did have to 
install the openssh-server, but that is no big deal.

Thanks for all your time.

Don