FOGProject / fos

FOG Operating System
30 stars 33 forks source link

Change mount commands to fix exFAT-FS errors #47

Closed Pieshka closed 1 year ago

Pieshka commented 1 year ago

I added the "-t btrfs" parameter to the mount command when mounting a BTRFS partition to avoid showing exFAT-FS-related errors.

Before: EXFAT_ERRORS

After: EXFATERROR_GONE

Sebastian-Roth commented 1 year ago

@Piotr86PL Perfectly fine as well, thanks again!