Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 63AFE780FDC for <~alpine/users@lists.alpinelinux.org>; Sat, 12 Sep 2020 21:33:11 +0000 (UTC) Received: by mail-io1-f52.google.com with SMTP id j2so14763943ioj.7 for <~alpine/users@lists.alpinelinux.org>; Sat, 12 Sep 2020 14:33:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Z69YiC35uzVQ/KoslsRBXf1jJFYjwJeYnixBcC2AFjQ=; b=YzrdgzW64zUEdPvD/bRlRkRYnwictBr0NydYKIQ3klunLwatbR6va54anIYTFlEJGI vdaXmP6k4PbbDTgqZlqtIakPvCsDZLiPFHBrD3HUs9ooKEhvVM+SlxiwfkA33vrwgLqj 6AegGkIM5ERtSYKMfGVG51kiMC3NZjEiD/bpUs82wi07/FSTtuw/0WmB5HGE6f1qJmtH jgRuZwbcC8B2o29eRcrMAm8CHsncLtqfotnFzaT7gk79ee5Na7wQUCJ8240ESChNv+Yt kiwAUK2kCJFZzR+swgAlh7KkebU1xBbmPJ3HInsyi4UrSZYufEOUv2terZaLFEn9hMtP I1ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Z69YiC35uzVQ/KoslsRBXf1jJFYjwJeYnixBcC2AFjQ=; b=joU8I9P+SwmdXsPfYDfla3UyuTSGDh2GhjMQusm3MMFWvRp2Or4RuYnh+VZhluZPBe xCey9ToUyhq/4q9QC7pljN9VCI9EcxGm4yQC5glezEzjybHH/MyqKzT/L//5jUFkPn75 tuqQOd39PV28RPZx7PWWkrVJ/kXPswfaGu2aIzeyI4J0pnfH5JUj83KDsy7VMlwai0QD CBhPFrDqlvSKNaj63RLEce8Uvr+nghs/Jmzgfher82il2TSv6pdg2AUpxfoexqblyzp/ wedHrUv/WHXp2HzYC6ZAYj3xiVsDjF8gtEypXs+9pNqy+4xZAenCheJ512UXDB3AYQtY LrTw== X-Gm-Message-State: AOAM533tMs0zJX68Xd/WESOBiX2ZkLopi/8d4mcWzjfQKpOEK2JCgnxv nGrg1/ZoT2sHIPS8qZ2O1Z56WGY2dD2oPR8FTPWz76f+IAI= X-Google-Smtp-Source: ABdhPJydSe+tkHfzbO2grbGcsiiBcyRgHi9f7D2rC/SR640COO/nljWZPveRbiWTZ00Ylfvjogq291babvm27R314GU= X-Received: by 2002:a02:ce8c:: with SMTP id y12mr7506948jaq.53.1599946389516; Sat, 12 Sep 2020 14:33:09 -0700 (PDT) MIME-Version: 1.0 From: Parke Date: Sat, 12 Sep 2020 14:32:33 -0700 Message-ID: Subject: 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 two computers. Both are running alpine-standard-3.12.0-x86_64.iso, from a USB stick. Computer A can mount a vfat filesystem on a second USB stick. Computer B cannot. Computer A is an Acer laptop. Computer B (that fails to mount) is an Asus Chromebox with the firmware flashed to Seabios. On the Chromebox, the following lines appear in dmesg when I attempt to mount the vfat filesystem. [ 1793.195155] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! [ 1793.197887] FAT-fs (sdb1): codepage cp437 not found The first above line (but not the second) appears on the Acer laptop. The mount command itself prints the following error: localhost:~# mount /dev/sdb1 /meda/sdb1 mount: mounting /dev/sdb1 on /media/sdb1 failed: Invalid argument lsmod shows that both the "fat" and "vfat" modules are loaded on both computers. I found some discussion of this error message on an Arch Linux forum: https://bbs.archlinux.org/viewtopic.php?id=171880 Does anyone have any idea why Alpine can mount the vfat filesystem on one computer, but not on the other? Thank you, Parke