UTC Time: July 13, 2017 11:13 AM
From: tomas@tuxteam.de
To: debian-user@lists.debian.org
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Jul 13, 2017 at 12:08:27PM +0200, Kaj Persson wrote:
[...]
> As always only root can mount a file system. In the case vfat, which
> does not have an access system by its own, the owner of the mounted
> system will be root.
As a hint (I"m not a purist, mind you): I always mount vfat (well,
at least when I plan to access them as regular user):
sudo mount -ouid=tomas,gid=tomas /dev/sdb1 /mnt
This makes my life easier (yes, you can put the user name in there,
and separating uid=foo,gid=bar with a comma (no space!) should
work for you.
As to your original problem... sorry.
Cheers
label. The other way around seems to work with my experience, if
as the same user. The true owner is described by the id not the label,