In message <[EMAIL PROTECTED]>, Karol Makowski writes: > On Fri, 2001-06-22 at 14:16:56, Marko Cuk wrote: > [cut] > Marko> and I'd like to make another computer to access that /data on previosl > y > Marko> mounted box, not from original BOX source. > > Sure it's possiblem export it via NFS :-> Most NFS implementations do not allow re-export of mounted NFS filesystems. The reason for this is that the owners of the NFS exported filesystems may not intend for those you wish to re-export filesystems to, to have access to the data. On the other hand the Linux implementation of NFS does allow re-export of filesystems. The Linux version of NFS, which runs (ran) purely in userspace, at least at the time I tested it 4-5 years ago, did work under FreeBSD under the condition that FreeBSD's NFS client and server code were disabled in the kernel, e.g removed from your kernel config and kernel rebuilt. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/Alpha Team Internet: [EMAIL PROTECTED] Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
