From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B4141381F3 for ; Mon, 12 Nov 2012 16:53:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 676DF21C012; Mon, 12 Nov 2012 16:53:01 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6D421C002 for ; Mon, 12 Nov 2012 16:51:42 +0000 (UTC) Received: (qmail invoked by alias); 12 Nov 2012 16:51:40 -0000 Received: from p5485079B.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.7.155] by mail.gmx.net (mp070) with SMTP; 12 Nov 2012 17:51:40 +0100 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1/SodFsq8jSFUIFoVfvBBJdugnOJFiBl8kJtMN9Bo /wEWsR0ELD1RUU Received: by gmx.net (nbSMTP-1.00) for uid 1001 meino.cramer@gmx.de; Mon, 12 Nov 2012 17:51:42 +0100 (CET) Date: Mon, 12 Nov 2012 17:51:40 +0100 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] nfs mounting back and forth... Message-ID: <20121112165140.GA28423@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: ec7032c8-6222-40e9-82b1-20a4aa626556 X-Archives-Hash: 7e71f8e243fe2966a30ba184fd4cba2d Hi, I set up a cross compilation toolchain and it is possible to use emerge-wrapper and friends to populate the rootfs of my beaglebone, which is mounted via nfs. Normally, when compiling stuff natively on the beaglebone, I mount a part of my PC to /tmp of the beaglebone to reduce write cycles to the sd-card... Is it possible to do something like this (and how): As an alternative to quickpkg and friends: Mount the beaglebones rootfs to /usr/$CTARGET of my Gentoo Linux PC. Then nfs-mount a part of my Linux PC filesystem on /usr/$CTARGET/tmp to replace /tmp of my beaglebone temporarily to reduce write cycles to the sd-card? Thank you very much in advance for any help! Best regards, mcc