WHAT'S NEW?
Loading...

Install exFAT on Centos 7 armhfp/7 (Raspberry 2)

Some of my media was on a exFAT (http://en.wikipedia.org/wiki/ExFAT) formatted USB drive and I wanted that to work on CentOS 7 installed on Raspberry 2

cd /temp

 wget https://www.rpmfind.net/linux/rpmfusion/free/fedora/releases/27/Everything/armhfp/os/Packages/f/fuse-exfat-1.2.7-2.fc27.armv7hl.rpm


yum localinstall fuse-exfat-1.2.7-2.fc27.armv7hl.rpm

wget https://www.rpmfind.net/linux/rpmfusion/free/fedora/releases/27/Everything/armhfp/os/Packages/e/exfat-utils-1.2.7-2.fc27.armv7hl.rpm

 yum localinstall exfat-utils-1.2.7-2.fc27.armv7hl.rpm

fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes, 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0xf96518a1

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   156296384    78148161    7  HPFS/NTFS/exFAT

mkdir /media/exfat

sudo mount -t exfat /dev/sda1 /media/exfat

0 comments:

Post a Comment