Re: mount ntfs, then nfs export it - empty folder shown on client [solved]

2011-08-30 Thread David Timms
On 30/08/11 00:14, Sam Sharpe wrote: > crossmnt final nfs server export file: /etc/exports: /home 192.168.16.104:(rw,sync,fsid=0,crossmnt) That is, added [,crossmnt] service restart nfs then mount on client: mount -t nfs4 192.168.16.111:/ /home/dtnotebook/ and ls -l /home/dtnotebook/c-drive i

Re: mount ntfs, then nfs export it - empty folder shown on client

2011-08-29 Thread Sam Sharpe
On 29 August 2011 14:22, David Timms wrote: > I setup nfs export of /home/ to 192.168.16.104 > Client: > - ip=192.168.16.104 > - mount -t nfs4 192.168.16.111:/ /home/dtnotebook/ > - ls -l /home/dtnotebook > shows the folders including c-drive that are present on the server > - ls -l /home/dtnot

mount ntfs, then nfs export it - empty folder shown on client

2011-08-29 Thread David Timms
Hi, I have: Server: - ip=192.168.16.111 - ext4 partitions - ntfs partition /dev/sda1 /etc/fstab mounts the ntfs partition at: /home/c-drive/ I can read/write that folder and it's directories from root and my user account (locally). I setup nfs export of /home/ to 192.168.16.104 Client: - ip