From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] usb or lp Date: Tue, 30 Nov 2004 10:07:59 -0500 From: Sape Mullender In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0f6500f0-eace-11e9-9e20-41e7f4b1d025 >> bind ep1data /n/lp: inconsistent mount mntgen creates /n/xxx files on demand. If you try to bind to /n/xxx, mntgen will create a directory to bind to (in the mntgen file system). ep1data is not a directory but a file, so the bind fails. Create the (empty) file /n/lp by hand. Sape