From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 00:40:57 2005 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 89D3716A50F for ; Sun, 7 Aug 2005 00:40:55 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DB543F95 for ; Sat, 6 Aug 2005 23:13:16 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 7B69A1FED5B for ; Sun, 7 Aug 2005 02:12:41 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28337-07 for ; Sun, 7 Aug 2005 02:12:37 +0300 (EEST) Received: from [192.168.1.102] (unknown [213.175.79.146]) by tortoise.way.lv (Postfix) with ESMTP id 00E231FED52 for ; Sun, 7 Aug 2005 02:12:36 +0300 (EEST) Mime-Version: 1.0 Message-Id: Date: Sun, 7 Aug 2005 02:13:26 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: Can file-backed memory disks act like slices? 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: Sun, 07 Aug 2005 00:40:58 -0000 Hello all, I trust this is a Seldom Asked Question... I am using file-backed memory disks (as in mdconfig -f) to prototype filesystems. root.img gets mounted first and usr.img, var.img and tmp.img get mounted below it and as such they are behaving as partitions. Is there any way to get a single memory disk to behave like a slice and itself be partitioned? That would give essentially: /dev/md0a or even /dev/md0s1a This would allow the four partition images to be combined into a single partitioned image. Yes, I have a legitimate use for this. :) Appreciated, Michael.