From owner-freebsd-questions@FreeBSD.ORG Sat May 13 20:39:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 854BB16A405 for ; Sat, 13 May 2006 20:39:11 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD54543D45 for ; Sat, 13 May 2006 20:39:10 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from hera.int.dfwlp.com (hera.int.dfwlp.com [192.168.125.82]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k4DKd8Wh072251 for ; Sat, 13 May 2006 15:39:08 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 13 May 2006 15:39:07 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605131539.07613.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Subject: limitations on mount_cd9660? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 20:39:11 -0000 ive been trying to mount up my iso files so i can have access to their contents as quickly as possible. ive used mdconfig to create block devices for 4 .iso files, but when i get to the point where i try to mount the 3rd one, i get: mount_cd9660: /dev/md2: Invalid argument i created my block devices like this: mdconfig -a -t vnode -f /path/filename -u 0 (-u 1, -u 2, -u 3, etc etc) all 4 devices created without any complaint, and they show up when i 'ls -la /dev/md*'. are we not able to mount more than 2 .iso files to folders at a time, or am i missing something here? thanks, jonathan