Thank you for the successor of ttf-ms-win10-auto
Sadly it errors out with
Error mounting /dev/loop1: GDBus.Error:org.freedesktop.UDisks2.Error.AlreadyMounted: Device /dev/loop1 is already mounted at `/media/CENA_X64FREE_EN-US_DV9'.
So it doesn't work with an automounter like udisk on your system.
Either ttf-ms-win10-auto
worked for me in the past or I installed ttf-ms-win10-auto
before UDisks2
on my system.
So you should check in the PKGBUILD
if the disk is already mounted.
(And look if it remains mounted at the end because of UDisks2
)
And if it errors out because of UDisks2
in the first place, it won't work if you disable automount, because you can't rm the iso file at the end.
rm: the removing of '/tmp/makepkg/ttf-ms-win11-auto/src/mnt/http/22000.318.211104-1236.co_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso' is not possible: The requested feature is not implemented.
Because it's a mount.
So we need to do sudo umount -l /tmp/makepkg/ttf-ms-win11-auto/src/mnt/http
And it works. I was able to install the package.
But I get many warnings.
ln: the symbolic link '/tmp/makepkg/ttf-ms-win11-auto/src/' -> '' can not be created: File or Folder not found.
And at the end
Error: Can't locate current Workspace
Pinned Comments
kode54 commented on 2024-02-04 10:43 (UTC) (edited on 2024-02-04 10:45 (UTC) by kode54)
You apparently need to be a member of the
disk
group to mount a filesystem as an otherwise unprivileged user.And log out and back in again.