From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007251455.KAA25495@cse.psu.edu> From: "Russ Cox" Date: Tue, 25 Jul 2000 10:54:57 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Unable to mount home cdroms MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ea753d96-eac8-11e9-9e20-41e7f4b1d025 it would be useful to do scuzz open /dev/sdD0 (scuzz is an interactive program with no prompt.) and see if you get i/o errors or the like. your 9660srv invocation looks right but i usually use 9660srv mount /srv/9660 /n/a: /dev/sdD0/data or the like; that's what the install script used too. russ