Indeed, according to the NFSv3 RFC (RFC1813), the NFS server should set the
filesystem attribute to FSF_LINK to true if the filesystem supports hard
links. The server should return NFS3ERR_NOTSUP if an attempt to make a hard
link on a platform that does not support it.
The NFSv4 has some this as a
On Wed, 2013-01-30 at 09:43 -0500, Dan Ritter wrote:
> On Wed, Jan 30, 2013 at 02:31:00PM +, Edward Ned Harvey (lopser) wrote:
> > I don't happen to have any NFS systems handy right now to test on.
> >
> > When I google around, everybody's answering the wrong question - I know you
> > can't h
On Wed, Jan 30, 2013 at 02:31:00PM +, Edward Ned Harvey (lopser) wrote:
> I don't happen to have any NFS systems handy right now to test on.
>
> When I google around, everybody's answering the wrong question - I know you
> can't hard link local filesystem to a remote filesystem. I want to kn
2013 9:32 AM
Subject: [lopsa-tech] nfs hard links
I don't happen to have any NFS systems handy right now to test on.
When I google around, everybody's answering the wrong question - I know you
can't hard link local filesystem to a remote filesystem. I want to know remote
to rem
I don't happen to have any NFS systems handy right now to test on.
When I google around, everybody's answering the wrong question - I know you
can't hard link local filesystem to a remote filesystem. I want to know remote
to remote.
mount mynfs:/someexport /home/someexport
cd /home/someexport