From owner-freebsd-embedded@FreeBSD.ORG Sat Nov 26 08:11:35 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6697D106564A for ; Sat, 26 Nov 2011 08:11:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5178FC0C for ; Sat, 26 Nov 2011 08:11:34 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so5263116vbb.13 for ; Sat, 26 Nov 2011 00:11:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jAc8qKiqI/BW79wxoBQFS+PkkhxyNnFV10DUlG9rCYY=; b=Rky13RNXfd1WLsIzEsyz6A/vRDX7PgEbmEhkrVoDIbuepgBqc//6ydCe1syahX2WG4 1EzhU+PkmTenQtef/41fTXc/NnDs9W8SBC+BIx99mI9qtD00ykhyNQdFqT+NUGLGr2RL 8gSP+lE4MVUdrdp2/X5n9oP3oIGshrMvWGBOw= MIME-Version: 1.0 Received: by 10.52.33.69 with SMTP id p5mr35827244vdi.78.1322295094451; Sat, 26 Nov 2011 00:11:34 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.186.74 with HTTP; Sat, 26 Nov 2011 00:11:34 -0800 (PST) In-Reply-To: <05A65C4A-CA28-409D-87D6-880F621CFCF2@bsdimp.com> References: <4ECFF854.5050602@swin.edu.au> <4010BC72-2896-4AD0-AECB-60768C82F549@lassitu.de> <05A65C4A-CA28-409D-87D6-880F621CFCF2@bsdimp.com> Date: Sat, 26 Nov 2011 16:11:34 +0800 X-Google-Sender-Auth: 6vIxDIBarl7R1DZkxFb7RRiwGuA Message-ID: From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: tplink TL-WR1043ND access point is now ready (was Re: svn commit: r227926 - head/sys/mips/conf) X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2011 08:11:35 -0000 On 26 November 2011 14:01, Warner Losh wrote: > > On Nov 25, 2011, at 6:44 PM, Adrian Chadd wrote: >> That's why I included "newfs" in my build. You can create an MSDOS >> partition (or BSD label partition if you'd like) on a USB flash >> device, plug it into the tplink, then "newfs" it. I however haven't >> added anything into my startup scripts to mount filesystems. Ok, >> someone should file an issue in my google code project. > > makefs is the usual way to create an "other" endian file system. .. and is a pain if you want to makefs a 500 gig UFS filesystem for that 2.5" USB attached disk. :-) You can makefs a small FS, dd that there, then use growfs.. or I can just run "newfs" from the host. That's why I included it. Adrian