From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <538e9df394efe748ec9d6d3011f46711@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] dosmnt From: Charles Forsyth Date: Fri, 25 Feb 2005 10:42:48 +0000 In-Reply-To: <1d7da70b9aac8ec0df2c333c9c69d300@ar.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-qjrmuvmtqmzfwrziutzyowvvdm" Topicbox-Message-UUID: 196d9416-ead0-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-qjrmuvmtqmzfwrziutzyowvvdm Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit you might have imported devices from somewhere else to the local /dev generally it's best to avoid using # names unless it's essentially to know you're dealing with a local thing. --upas-qjrmuvmtqmzfwrziutzyowvvdm Content-Type: message/rfc822 Content-Disposition: inline Received: from mail.cse.psu.edu ([130.203.4.6]) by lavoro; Fri Feb 25 10:41:17 GMT 2005 Received: from psuvax1.cse.psu.edu (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 014C5C68D9 for ; Fri, 25 Feb 2005 05:41:00 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: from localhost (localhost [127.0.0.1]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 0BF89C01C for <9fans@cse.psu.edu>; Fri, 25 Feb 2005 05:40:40 -0500 (EST) Received: from mail.cse.psu.edu ([127.0.0.1]) by localhost (psuvax1 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23426-01-5 for <9fans@cse.psu.edu>; Fri, 25 Feb 2005 05:40:33 -0500 (EST) Received: from ar.aichi-u.ac.jp (ar.aichi-u.ac.jp [202.250.160.40]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 4E7A7C019 for <9fans@cse.psu.edu>; Fri, 25 Feb 2005 05:40:33 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <393fe65d3f471e10af9133fd7390bc60@ar.aichi-u.ac.jp> References: <393fe65d3f471e10af9133fd7390bc60@ar.aichi-u.ac.jp> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1d7da70b9aac8ec0df2c333c9c69d300@ar.aichi-u.ac.jp> Content-Transfer-Encoding: 7bit From: arisawa@ar.aichi-u.ac.jp Subject: Re: [9fans] dosmnt Date: Fri, 25 Feb 2005 19:40:26 +0900 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by amavisd-new at cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu Errors-To: 9fans-bounces+forsyth=terzarima.net@cse.psu.edu Hello, I said: > Kernel shows ghosts -- just my impression. I considered the problem. My conclusion is: /dev is a virtual place. therefore dosmnt should be fixed as bellow: simply replace x=(`{echo /dev/sd??/dos*}) to x=(`{echo '#S'^/sd??/dos*}) Kenji Arisawa --upas-qjrmuvmtqmzfwrziutzyowvvdm--