Get your own customer support community
 

how to enable auto mount NFS in linux?

1. ./wualacmd &

Wuala Loader 2008-09-18
Wuala Commandline
Once Wuala is running, you can send commands to it by calling
it again with the desired command as argument (e.g. './wuala logout)'
The commands will be passed on to the first instance.
Execute './wuala help' for a list of available commands.

2. mount # it has mounted the NFS driver.
...
localhost:/wuala on /home/plato/wuala/direct type nfs
(rw,users,rsize=8192,wsize=8192,timeo=60,acregmin=10,noac,intr,nolock,soft,addr=127.0.0.1)

3 ls direct # there is no content

4. ./wualacmd login xxx xxx enableAutologin

Wuala Loader 2008-09-18
Logged in as xxx

5. umount direct

6. mount direct

7. ls direct
myfiles/ myfriends/ mygroups/

I have to do these burdensome works to access NFS driver.

How can I get rid of these redundant work? Thank you!
Inappropriate?
5 people have this question

User_default_medium