Re: [lopsa-tech] nfs hard links

2013-02-04 Thread Skylar Thompson
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

Re: [lopsa-tech] nfs hard links

2013-02-04 Thread Adam Tauno Williams
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

Re: [lopsa-tech] nfs hard links

2013-01-30 Thread Dan Ritter
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

Re: [lopsa-tech] nfs hard links

2013-01-30 Thread Doug Hughes
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

[lopsa-tech] nfs hard links

2013-01-30 Thread Edward Ned Harvey (lopser)
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