Hello!I want to load my build farm computers with PXE + NFS and the same files, except /etc /home /root, as host computer.So I made up /exports directory with bind mounts:/bin on /exports/hydra_ro/bin type none (rw,bind)/sbin on /exports/hydra_ro/sbin type none (rw,bind)/lib on /exports/hydra_ro/lib type none (rw,bind)/opt on /exports/hydra_ro/opt type none (rw,bind)/usr on /exports/hydra_ro/usr t
I shall explain my situation below. I have set up a small network of 3 computers in our lab with ubuntu 11.04 (32 bit). I am using nfs for file sharing. The server is set up such that when the clients boot up, server's home will be mounted as the home of the clients also.
Hey,
I have a problem with NFS Share.
Hello,
I've inherited an NFS setup that allows external servers to write to an NFS share on a Centos box.
I've been struggling to get my diskless pc to boot using this guide.It seems the kernel is loaded properly from tftp but the root filesystem fails to mount. This is what I get:http://dl.dropbox.com/u/29192523/Screen … 044316.jpgThe server is Arch-based, it didn't work with an Ubuntu server either though.
Hi,
I'm getting this when I run sudo exportfs -a
Quote:
exportfs: No options for to NFS: suggest NFS(sync) to avoid warning
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "NFS:to".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
exportfs: No options for to
I have a USB disk which has 2 partitions.I exported one of them (on NFS)
and now I am trying to mount it at client machine.
Each time it gets error
Quote:
mount -t nfs 192.168.1.19:/media/vol2 /mnt/nfs/
mount.nfs: access denied by server while mounting 192.168.1.19:/media/vol2
Here is the /etc/exports file entry
Quote:
/media/vol2 *
Need help awk out information from /etc/exports :wall:
cat /etc/exports
/%filesystem -sec=sys:krb5p:krb5i:krb5:dh,rw,access=server1:server2:server3:server(n+1)
I wanted to edit out (-sec ......,access=) remove the colons and replace is with spaces
output
/%filesystem server1 server2 server3 server4 server(n+1).....
Okay, so I just bought a ReadyNAS nv+ v2, installed an add-on so that I get root-access to it via ssh, and lo and behold, it was running something based on debian-squeeze (ARM).
On my previous NAS (ubuntu server) I mounted stuff with sshfs, but before retiring that NAS, I tried NFS and it was way faster and more reliable.
On the new NAS, I can mount via sshfs, but I'd really like to mount vi