Date: Tue, 3 Dec 1996 13:19:01 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: imp@village.org (Warner Losh) Cc: hackers@freebsd.org Subject: Re: How to unexport something Message-ID: <199612032019.NAA14510@phaeton.artisoft.com> In-Reply-To: <199612030616.XAA25038@rover.village.org> from "Warner Losh" at Dec 2, 96 11:16:24 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> Is there an easy way to unexport something? I'd like to unmount my > JAZ drive, but it is exported... Unmounting will unexport it. It is one of the failings of the current VFS that this code must be implemented per FS type instead of using shared code... this will only be a problem if you are using an "unsupported" FS on the JAZ disk. Most of the default FS's will "just work". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612032019.NAA14510>