I'm trying to share USB hard drive with msdosfs connected like this:
mount_msdosfs -o large /dev/da1s1 /mnt/usb
I can see mounted drive:
/dev/da1s1 on /mnt/usb (msdosfs, local)
but when I'm trying to share drive via NFS my exports file:
/mnt/usb -network 192.168.1.0 -mask 255.255.255.0
I'm getting error
freebsd mountd[871]: can't export /mnt/usb MSDOSFS_LARGEFS flag set, cannot exp
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
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 am using a Kubuntu 11.10 client with a FreeBSD 9.0 server.
The server has the following lines in /etc/rc.conf
nfs_server_enable="YES"
nfsv4_server_enable="YES"
nfsuserd_enable="YES"
and the following in /etc/exports
V4: /
/
I am not using any type of security other than the default sys to keep this config as simple as possible.
From the client, both of these commands successfully mount t
Please can anybody help me with this weird behaviour.
There are 2 x-servers running Fedora 16 work as a cluster with DRBD, corosync & pacemaker.
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.
Hello,
I've inherited an NFS setup that allows external servers to write to an NFS share on a Centos box.
I have setup a NFS server and this the content of /etc/exports at the server with IP A.B.C.D1 is:
/home/shared A.B.C.D2(rw,no_root_squash)
Problem is, only the root at A.B.C.D1 and A.B.C.D2 can write to that folder. How can I make that possible for other users?
.:B:. wrote:Your NFS root does say rw, but all your exports say ro. If this is NFS v4, then the top export is just the export root, no more. I believe the idmap stuff is NFs v4 only, so I'll assume this is indeed NFS v4. Of course, since you do not show your client fstab, we can only guess which shares are mounted - leaving us with a lot of assumptions and few hard facts .You are wrong.