Results 1 to 4 of 4

Thread: NFS biggggggggggggggg problem

  1. #1
    Join Date
    Dec 2008
    Beans
    18

    NFS biggggggggggggggg problem

    Hello ,
    I have 2 virtual machines on ubuntu created by VMware.
    The firt is windows XP and the other is debian etch.

    The problem is ,
    I want to create NFS partition and i want that the three machines(ubuntu,XP,debian) to be able to acces to this partition.

    can anyone help me

  2. #2
    Join Date
    Oct 2008
    Location
    Earth, sometime on moon
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NFS biggggggggggggggg problem

    if NFS is Big problem, then i think you can use samba share as well... for file sharing... because its bettar to use samba for linux and windows enviornment...

  3. #3
    Join Date
    Feb 2007
    Location
    Hilversum, NL
    Beans
    595
    Distro
    Ubuntu

    Re: NFS biggggggggggggggg problem

    I have a similar setup, and it is really easy for the linux machines. On the server you do:
    sudo apt-get install nfs-kernel-server nfs-common
    and on the clients:
    sudo apt-get install nfs-common

    next you have to configure your router or dhcp server such that your virtual machines get fixed ip-addresses (for security reasons)

    then you have to edit your /etc/exports

    for each vm you add one rule like:
    /files 192.168.#.# (rw,no_root_squash,async)

    and do sudo exportfs -a to make nfs use the new configuration.

    After that you can mount the nfs manually, or add an entry to your fstabs.

    You can allow entire subnets or the whole world access, but that's not such a good idea. If the vm's are on their own host only subnet, btw., you could easily give that subnet access off cause.

  4. #4
    Join Date
    Jun 2007
    Location
    Bombay,India
    Beans
    1,579
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: NFS biggggggggggggggg problem

    Please use meaningful titles for your threads.For this case,you could have used "NFS share between VM Debian Etch,XP and Ubuntu"

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
  •