Results 1 to 2 of 2

Thread: problem with nfs (server in virtualbox)

  1. #1
    Join Date
    Sep 2009
    Beans
    39

    problem with nfs (server in virtualbox)

    Hello,
    I have ubuntu and I installed ubuntu server in virtualbox.
    I tried setting up nfs but for some reason I can't write to the folder inside the server (no permission).

    the line that i used in etc/exports is -
    var/www 192.168.0.100/255.255.255.0(rw,async,all_squash,no_subtree_check ,anonuid=1001,anongid=100)

    then I mounted the folder in ubuntu but it's not writable.
    my var/www folder permissions are set as follow -
    drwxr-xr-x 2 root root 4096

    any idea how to fix this ?
    thank you.

  2. #2
    Join Date
    Mar 2008
    Location
    Queensland Australia
    Beans
    664
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: problem with nfs (server in virtualbox)

    Try /var/www instead of var/www

    You might install Webmin on your server and control your server from a browser.


    Code:
    Logon to your server and download from your server with :
    sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.550_all.deb
    
    Install with :
    sudo dpkg -i webmin_1.550_all.deb
    
    Add extra libraries with :
    sudo apt-get -f install
    regards

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •