Page MenuHomeVyOS Platform

Add package exfatprogs to VyOS
Closed, ResolvedPublicFEATURE REQUEST

Description

Hi 👋

It would be great if this package was included in VyOS. exfat has been part of the Linux kernel for sometime now and Debian just needs this package installed in order to use it.

My use case is pretty simple, I would like to back up my VyOS config to a exfat formatted USB drive so I am able to mount it any operating system (Linux/Mac/Windows) if a disaster ever occurs.

Thanks!

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

Viacheslav changed the task status from Open to In progress.Feb 23 2023, 1:21 PM
Viacheslav assigned this task to onedr0p.
Viacheslav changed the task status from In progress to Needs testing.Feb 23 2023, 3:17 PM

It looks like I also need to add the exfat-fuse package inorder to get the helpers for mounting filesystems.

sudo mount -t exfat ...
mount: /media/vyos-backup: unknown filesystem type 'exfat'.

Even though I can see that this is exfat formatted drive

devin@vyos:~$ lsblk -o NAME,LABEL,SIZE,FSTYPE
NAME        LABEL         SIZE FSTYPE
loop0                   376.3M squashfs
sda                      57.8G
└─sda1      VYOS_BACKUP  57.8G exfat

I can confirm adding this packaged worked, you can now mount with

sudo mount.exfat-fuse ...

which didn't exist before