Windows uses a different filesystem (NTFS) to store files. In order for Fedora to read that filesystem, you require NTFS support in your kernel. You can either ...
curl -O http://mirrors.kernel.org/gnu/m4/m4-latest.tar.gz tar -xzvf m4-latest.tar.gz cd m4-1.4.17 ./configure –prefix=/usr/local make sudo make instal...