X-Original-To: alpine-user@lists.alpinelinux.org Received: from ghostvegan.com (ghostvegan.com [67.231.244.106]) by lists.alpinelinux.org (Postfix) with ESMTP id B142F5C58CA for ; Tue, 16 Oct 2018 18:10:15 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ingiro.xyz; s=default; h=MIME-Version:Content-Type:Subject:To:From:Message-ID:Date: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=A5emgwEZpWABRc4zAmQIe6r3XbMHcqg+8RWDUwsAYUA=; b=DY3T+/SxQYSbNBQ5dcdwehmHFk t3Bx513yUmL3RlCMrDR33Kv2o3+PpE+OfHuYy1ytyuR0wj+JUGRpV1aaG6o4h+4+jNhTNhci4WlF+ q+tS+BTUg0/GbN2faYUlUN6CXPDZVu7foa7SiiNBYNI7AveWjWKtGpHFDepdoC7/n6UND1VouM96I N7/oOp6/jZaw3wQ/Q5wWelhpmQruEc4WSsOeOnDR+tonFJ5PSj5i1lTQKVWSOsaALZpGCONhKZh+J xxuQlIzzMbE9Ww1QD36VBjFwMbUQR7YKaGNWU+K4r6pTZ6GXQ6IikO1lV0DS9H6PI5Mpcd7d54HYA ruq922Wg==; Received: from [::1] (port=36568 helo=webserver96.turnkeywebspace.com) by webserver96.turnkeywebspace.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gCTnL-0007XG-5u for alpine-user@lists.alpinelinux.org; Tue, 16 Oct 2018 14:10:15 -0400 Received: from 98.221.85.57 ([98.221.85.57]) by mail.ingiro.xyz (Horde Framework) with HTTPS; Tue, 16 Oct 2018 14:10:15 -0400 Date: Tue, 16 Oct 2018 14:10:14 -0400 Message-ID: <20181016141015.Horde.mtw6uPZ6XZINpvB1PFP4_Fu@mail.ingiro.xyz> From: Wayne To: alpine-user@lists.alpinelinux.org Subject: [alpine-user] exFAT support in mount? User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Disposition: inline X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - webserver96.turnkeywebspace.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ingiro.xyz X-Get-Message-Sender-Via: webserver96.turnkeywebspace.com: authenticated_id: waynedpj@ingiro.xyz X-Authenticated-Sender: webserver96.turnkeywebspace.com: waynedpj@ingiro.xyz X-Source: X-Source-Args: X-Source-Dir: ahoy all, trying to get exFAT working, particularly for non-root users, and running into the following issue: after installing fuse-exfat and fuse-exfat-utils root can mount exFAT partitions ONLY via /usr/sbin/mount.exfat . using regular /bin/mount results in a "mount: /media/usb: unknown filesystem type 'exfat'." error message for both root and non-root users. and this occurs whether or not the type is explicitly given via the -t option. and fuse-exfat packages are installed: apk list -I | grep -i exfat fuse-exfat-1.3.0-r0 x86_64 {fuse-exfat} (GPL-2.0-or-later) [installed] fuse-exfat-utils-1.3.0-r0 x86_64 {fuse-exfat} (GPL-2.0-or-later) [installed] since things like PCManFM, udisks, etc. eventually rely on mount, mounting an external exFAT USB partition also returns "mount: /media/usb: unknown filesystem type 'exfat'.". as mentioned here https://stackoverflow.com/questions/1554178/how-to-register-fuse-filesystem-type-with-mount8-and-fstab/1555146#1555146 mount *should* be picking up the /usr/sbin/mount.exfat helper executable for delegation of the actual mounting but that seems not to be happening for some reason. is there something specific about the mount in Alpine? thanks for reading and any ideas. peace, w -- https://waynedpj.ingiro.xyz --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---