diff --git a/5_multimedia.md b/5_multimedia.md index c53a83b..4f596f5 100644 --- a/5_multimedia.md +++ b/5_multimedia.md @@ -23,8 +23,15 @@ pacman -S ffmpeg ``` -# intal compatibility with new interface of ntfs disk +# install compatibility with new interface of ntfs disk ``` pacman -S ntfs-3g ``` + +# install compatibility with new interface of ex FAT disk + +``` +pacman -S exfat-utils +``` +