Hello,
I am trying to setup a FC17 diskless client to PXE boot and mount nfs the root file system.
The first steps are OK: kernel and initramfs are properly tftp downloaded and the boot process starts fine on the client but it crashes with the following message:
Code:
VFS: Cannot open root device "nfs:134.158.16.7:/data/diskless/root" or unknown-block(0,0): error -6
Please
Hi guys, I am trying to set up a server from where clients on a network can do a diskless boot of fedora 16 through pxe. I have set up the server with dhcp,tftp,nfs correctly and all are confirmed to be working.
Hello. I'm tying to access an NFS4 file share that I've set-up but all I keep getting is permission denied.
I'm trying to set up NFS for a closed network (all devices known and trusted), to share family files (pics and admin) and mythmedia (videos). System uses fixed IP for server (192.168.0.4) and 2 clients (192.168.0.2 and .3). Simple, I thought...
SERVER: Have installed nfs-kernel-server and set up a pseudo filesystem at /etc/exports.d.
I copied somebody's NFS server/client setup verbatim and am having trouble making sense of what's going on with it. This is the /etc/exports:
/export *(rw,fsid=0,crossmnt,insecure,async,no_subtree_check,sec=krb5p:krb5i:krb5)
/export/home *(rw,insecure,async,no_subtree_check,sec=krb5p:krb5i:krb5)
Client machines use autofs to mount user home directories on demand.
I am trying to share two folders on my linux NAS drive with my minimal ubuntu linux install of xbmc but so far failing.
On the NAS I intend to share
Code:
/home/Public/eDownloader/TV
/home/Public/eDownloader/movies
I have edited the Exports file to:-
Code:
/home/Public/eDownloader/movies 192.168.1.111(rw,no_wdelay,sync,insecure,no_root_squash,no_all_squash,no_subtree_ch
I'm setting up an Ubuntu NFS server with a Solaris 10 client. The basic configuration looks okay to me, and it was also working for some time.
Been here on Ubuntu for a couple of years and finally thought I knew something and then I ran into this gem tonight:
The setup:
All machines running LTS 12.04.1, updated/upgraded within the last day.
MachineServer:
exports /dir x.x.0.0/24(rw,sync,no_subtree_check,no_root_squash) x.x.1.0/24(rw,sync,no_subtree_check,no_root_squash)
User: cat (uid: 5001, gid: 5001)
User: dog (uid: 6001, gid
Hi all,
I'm fighting with NFS4 and can't get it to work properly.
The Server runs Ubuntu 12.04, in /etc/exports I have:
Code:
/media/Pictures 192.168.1.0/255.255.255.0(sync,no_subtree_check,rw,nohide)
With this I can mount it on my laptop (Ubuntu 10.04) with
Code:
sudo mount 192.168.1.200:/media/Pictures /mnt/SharedFiles/Pictures -o nolock
but I have to type that every time I start