Error mounting /dev/xvdi1 in fedora 34

Trying to add flash drive to my fedora vm … But I have this error
Unable to access location

error mounting /dev/xvdi1 at /run/media/user/w:unknown file system type 'ntfs3,ntfs'

1 Like

Install ntfs-3g package in a template.
In fedora,

sudo dnf update
sudo dnf install ntfs-3g

2 Likes

Solved Thanks

1 Like

But I have another problem I think it is similar …

error mounting /dev/xvdi1 at /run/media/user/w:unknown file system type 'exfat'

What should I type?
sudo dnf update

sudo dnf install…?!

1 Like

… exfat-fuse exfat-utils

1 Like

It didn’t work with me,…I have this problem :
outputs

No match for argument: exfat-fuse No match for argument: exfat-utils Error: Unable to find a match: exfat-fuse exfat-utils

1 Like

sudo dnf install exfat
sudo dnf install fuse-exfat?

1 Like

exFAT is proprietary file system so if you didn’t enable them, you’d first have to enable rpm fusion repositories for Fedora:

and then sudo dnf -y install exfat fuse-exfat exfat-utils

But the whole topic isn’t Qubes specific, so it should probably go to All around Qubes

1 Like

solved by f35 and f36
Thanks

1 Like

for Fed40 you need
sudo dnf -y install exfatprogs fuse-exfat exfat-utils

1 Like

by debian-12 the same issue has been resolved as follow:

( in your template)
sudo apt install --reinstall ntfs-3g
sudo ntfsfix /dev/xdvi11

1 Like