Hey,
I have a problem with NFS Share.
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 running dual NAS servers with failover and having an odd nfs issue.
/etc/exports contains
Code:
/data/export/ 192.168.1.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync)
all machines have the exact same userids and group ids on some machines I get this:
Code:
root@web1:/home# ls -l
total 28
drwxr-xr-x 3 jacqueline jacqueline 4096 Jan 17 17:27 jacqueline
drwxr-xr-x 4 root&
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 need to share some folders. Samba is no longer an option. Since months it crashed horrendously. I pretend to access the my laptop'home, using wifi, from my PC which is using a wired connection.
I have a NTFS NAS mounted on my Ubuntu PC (11.10) to /mnt/nas2/
I wish to set this up as an network drive so my Windows PC can access it.
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
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'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.