From owner-freebsd-arm@FreeBSD.ORG Sat May 3 06:07:31 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1008E30 for ; Sat, 3 May 2014 06:07:31 +0000 (UTC) Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE8261810 for ; Sat, 3 May 2014 06:07:31 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id rd18so6111940iec.35 for ; Fri, 02 May 2014 23:07:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ranahminang.net; s=padang; h=mime-version:date:message-id:subject:from:to:content-type; bh=PMyf7JOmVsf9/7u3z2j2s062dnvqFGGR0pNtNKATkjY=; b=MMiBecDk0VYnU7HDGdx0KTkJjdNmTFR4n6NheNEzD4LSZc00z/+chyg4E/Dh5tseiY tccN6KCRl/c7td7AtzV044AEj8S0IeD0perenHtTVN4XCGGW7DcLBCVPhkkVQTWsebeD nb1/1f+oVkVy6sKtCJKZkcT0rQkzIpzf+jgeY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=PMyf7JOmVsf9/7u3z2j2s062dnvqFGGR0pNtNKATkjY=; b=LVT/Qv3rvWADw5sBMDJHo1SPZyRx5xNhIDT57KFCeIgrwNlNeTbCXxFqviGyTP/Mi3 x2InYkdDoWQ+U+f7PUqk3laBaP87Mihnnta0Kb3wcPs7QycQj0H0Fctyhx/eVuSzujoS XxYse6WYUc6OzdPRCYytmVi3tJ9hRxlDBWGVuiV75uLYEqDjt2NrLG18u81K8EIcRzRB 2fQS6yRwcK7KK4bsIikx0/xzGPvVa8iz7Yt6a46EK5ppGJravyIYBNwqzohoX6Zu3Dc1 rGL256eW0WYJeS7fG8g+aWu+RRyFzQWM9/GJLEN87ECnrMPb7bMbJaj2Prsadpewkyi5 KqoA== X-Gm-Message-State: ALoCoQn/9Pv8GozhQZqC10b8skL2vCX7DU8GvLe+8bL+sVD5zhPWrS0H/IvwTv45ZugTZ8b5owsU MIME-Version: 1.0 X-Received: by 10.50.30.6 with SMTP id o6mr9453513igh.43.1399097250804; Fri, 02 May 2014 23:07:30 -0700 (PDT) Received: by 10.64.6.168 with HTTP; Fri, 2 May 2014 23:07:30 -0700 (PDT) X-Originating-IP: [36.76.56.50] Date: Sat, 3 May 2014 13:07:30 +0700 Message-ID: Subject: ask about manual root filesystem specification From: Paul Darius To: freebsd-arm Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 06:07:32 -0000 hi there, during the first boot after dd into the sdcard, i asked about manual root filesystem specification. the couple lines before that questions are : Trying to mount root from ufs:/dev/mmcsd0s2a [rw,noatime]... mountroot: wating for device /dev/mmcsd02a ... Mointing from ufs:/dev/mmcsd0s2a failed with error 19. what should I type at mountroot> ? tia P