From 5f8b16dc0d4b2a0c31be405f26c50eee1fa8919b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 10 Dec 2019 22:44:51 +0100 Subject: [PATCH] Update 5_multimedia.md --- 5_multimedia.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +``` +