Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B34F878187F for <~alpine/users@lists.alpinelinux.org>; Sat, 12 Sep 2020 22:43:46 +0000 (UTC) Received: by mail-io1-f45.google.com with SMTP id g128so14812977iof.11 for <~alpine/users@lists.alpinelinux.org>; Sat, 12 Sep 2020 15:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zH2r2HWnkjmLejafoCSA2R8liFRZQEooRkpcouLGC0Y=; b=QK9gNJj1eMYHbx4OJ0GYsSStKbHxnP8uCOCO82u6XBtPyA4iZgB6X0eLzzB6cvV3k+ YSwuQ/JVN7mpGje+x7jdHZxjKqLRqGutvwUB2EwnEHfLHri3Bp48/+VNbZArZGwgxA1y wkeTuC9y6FdOmh3u+iBC7dZCK3oknntfRL35q2HL3yP4At+jsiBP9uQHviYospFG2Bb6 Q0f2FEBak/U0bw2Wrw7t5jeM858dskVcOmP6+PdzNYTWd9icvxbB9BWYW5637J2L+Uwl /GxCkv88uVyBero3XWOsopx64GA9uusLx/DanA29k7r06SEtKUOzkb9+ygXP5GFb1xIv Yz9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zH2r2HWnkjmLejafoCSA2R8liFRZQEooRkpcouLGC0Y=; b=sr8Kb+KMATwSEV2xMFTW4g7DTVF4YSbvb1qdUC6UCeLOuaZRw0Fq6jIyTx7tDtVwLl t5+fmsbW1nsoJd/ozyvdInw/ykZA95i5v1nYmVOrLzc13MtlQ2DxEt11YeKOs83gySjE FZqL0eNaTX4NC6HmcT8YZODYfctisTVx/0L9BtLcGRbmP916UrDv+cgs+U96mMumMVXF 0F9fuIroMqKWyux0/txqylLU5MRrufm7Zf3VYdJx4s5mdirTclO7TlWFnVstje/tMe6F JGzYtmzTL2RugVfAU7/kOxx3bJwD3V1eibjzrsEVmfNu5oRfzT8I/msP734YkInnlc3e FhrQ== X-Gm-Message-State: AOAM531513AOh0QCNv5UkXfj8oM/i77RTvvUNr0YW7GfJBFIX9WZWQnS 614cDT062RBJ9u+k2xlgeCAuq+vFBc8SnwBXLe2oRwKEhW8= X-Google-Smtp-Source: ABdhPJwRhZyzi4rQGQBDk2LtZkbDWFZ8b01x4fvgFsmMc7QT1/8wA35WmUAbn2G3v8QgTbxXitfQ5UpbXVL2o5qj4w0= X-Received: by 2002:a6b:c9d3:: with SMTP id z202mr6593493iof.156.1599950625151; Sat, 12 Sep 2020 15:43:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Parke Date: Sat, 12 Sep 2020 15:43:09 -0700 Message-ID: Subject: Re: Cannot mount vfat filesystem, dmesg says "codepage cp437 not found" To: ~alpine/users@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" I have identified the problem. My goal is to run Alpine without any disks. (I had assumed this would be "diskless mode".) I want to boot from a USB stick, and then be able to remove the USB stick after bootup has completed. I had assumed that the Alpine installation .iso would run in diskless mode. Consequently, after boot, I did the following: umount /.modloop umount /dev/sdb After the above two umount commands, attempts to mount a vfat filesystem result in the "Invalid argument" error. The Alpine documentation discusses "diskless mode" here: https://wiki.alpinelinux.org/wiki/Alpine_setup_scripts#diskless_mode However, it appears that even after you run setup-alpine and select disk=none, the following are still true: 1) /.modloop is mounted. 2) The installation media (which backs /.modloop) is still required. Are there any guides or tutorials that explain how to configure Alpine so that all disks can be removed after boot? Thank you, Parke