From owner-freebsd-stable@FreeBSD.ORG Sat May 13 00:31:14 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5829816A615 for ; Sat, 13 May 2006 00:31:14 +0000 (UTC) (envelope-from yosimoto@waishi.jp) Received: from ns.waishi.jp (ns.waishi.jp [61.199.233.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B08F43D46 for ; Sat, 13 May 2006 00:31:13 +0000 (GMT) (envelope-from yosimoto@waishi.jp) Received: from darwin.waishi.jp (darwin.waishi.jp [61.199.233.196]) by ns.waishi.jp (Postfix) with ESMTP id 315E721101F for ; Sat, 13 May 2006 09:31:12 +0900 (JST) Date: Sat, 13 May 2006 09:31:11 +0900 From: Shin-ichi Yoshimoto To: stable@freebsd.org Message-ID: <20060513093111.911895.2748d3cc@waishi.jp> Mime-Version: 1.0 (GMessage framework 1.3.8) Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Organization: WAISHI.JP X-Mailer: GyazMail version 1.3.8 Cc: Subject: I can't use the mount_umapfs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 00:31:14 -0000 Hi, all I tried to use mount_umapfs with RELENG_6, but I can't like this: # mount_umapfs -u umapfile -g gmapfile /home/yosimoto /mnt mount_umapfs: No such file or directory A umapfile and a gmapfile is folllowing: # cat umapfile 1 1001 501 # cat gmapfile 1 1001 501 # ls -al total 8 drwxr-xr-x 2 yosimoto users 512 May 12 04:10 . drwxr-xr-x 3 root wheel 512 May 12 21:16 .. -rw-r--r-- 1 root wheel 11 May 12 04:06 gmapfile -rw-r--r-- 1 root wheel 11 May 12 04:09 umapfile Is the mistake found in this way ? --- Shin-ichi YOSHIMOTO