From owner-cvs-all@FreeBSD.ORG Mon Jul 23 12:29:52 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A7B716A419; Mon, 23 Jul 2007 12:29:52 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id D291713C478; Mon, 23 Jul 2007 12:29:49 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from besplex.bde.org (c220-239-235-248.carlnfd3.nsw.optusnet.com.au [220.239.235.248]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l6NCTJnI028593 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Jul 2007 22:29:22 +1000 Date: Mon, 23 Jul 2007 22:29:19 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: d@delphij.net In-Reply-To: <46A48227.3080401@delphij.net> Message-ID: <20070723221841.W1204@besplex.bde.org> References: <200707230710.l6N7AHd8008351@repoman.freebsd.org> <46A47C62.10507@incunabulum.net> <46A48227.3080401@delphij.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, "Bruce M. Simpson" , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 12:29:52 -0000 On Mon, 23 Jul 2007, LI Xin wrote: > Bruce M. Simpson wrote: >> Bruce Evans wrote: >>> bde 2007-07-23 07:10:17 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/fs/msdosfs msdosfs_vfsops.c Log: >>> Make using msdosfs as the root file system sort of work: >> >> In case anyone is wondering 'Why the hell would anyone wish to do this?' >> consider the case of various embedded systems and small devices where >> the medium is pre-formatted as MS-DOS. or where the format on the medium >> is tied to MS-DOS for other reasons. And it'll also let you boot FreeBSD >> from your digital camera if your hard disk fails. > > Do we have a msdosfs compatible loader(8)? =-) No (unless grub can do it, and "we" have grub). I tested by booting a FreeBSD partition (needs only boot[0-2] and a kernel on it) with -a. > BTW. This sounds like that we can install FreeBSD and Windows > side-by-side in the same FAT partition? You could put a backup init and shell on the Windows partition. More than that runs into problems with permissions. sshd warned that my private keys became world readable..., and with 770 permissions my shell prompt said that I had no name because /etc/passwd was not world readable. Bruce