From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 13:04:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2FF21065672 for ; Mon, 21 Apr 2008 13:04:44 +0000 (UTC) (envelope-from andrewhw@ieee.org) Received: from post.queensu.ca (post.QueensU.CA [130.15.126.6]) by mx1.freebsd.org (Postfix) with ESMTP id 7989F8FC26 for ; Mon, 21 Apr 2008 13:04:44 +0000 (UTC) (envelope-from andrewhw@ieee.org) Received: from U48.N136.QueensU.CA (andrew@U48.N136.QueensU.CA [130.15.136.48]) by post.queensu.ca (8.13.1/8.13.1) with ESMTP id m3LD4avH024431; Mon, 21 Apr 2008 09:04:36 -0400 (EDT) Date: Mon, 21 Apr 2008 09:04:35 -0400 (EDT) From: Andrew Wright Sender: andrew@U48.N136.QueensU.CA To: Ivan Voras In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (BSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: OpenBSD -> FreeBSD migration 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: Mon, 21 Apr 2008 13:04:44 -0000 Ivan Voras wrote: > Andrew Wright wrote: >> If both of these are true, I can simply install FreeBSD over >> top of the OpenBSD /, /var and /usr partitions, and then be >> able to mount the old /home. Is this something people do? > > If you delete everything from all directories except /home, it might > work. Otherwise, the risk of getting mixed binaries, libraries and > scripts from both systems is too great. I probably should have been more clear in my initial post -- I am certainly intending on relabelling + reformatting partitions for /, /usr, /var, /tmp and so on -- to try to run these with a potential filesystem incompatbility (not to mention the potential of mixed binaries) is just asking for trouble. What I am hoping to do is run "dump | restore", as the various userdata partitions are all on separate drives (in "a" partitions), and I have enough space to dump the first one and compress it onto another user-space drive, and similar jiggery-pokery (Doing this will save _many_ media swaps, and thus much time). Essentially, I am asking whether _readonly_ access works, for which I will need FreeBSD to read the disklabel and the filesystem. Thought I'd clear that up in case a perusal through the archives steered anyone wrong later one. Thanks to everyone who pointed out the "live" CD, I think that will let me answer most, if not all, of my questions. Andrew.