Exfat not working after installing Fuse and Utils

Post here if you are a new Porteus member and you're looking for some help.
Joecephus
White ninja
White ninja
Posts: 4
Joined: 15 Feb 2019, 19:05
Distribution: Porteus 4.0 Xfce

Exfat not working after installing Fuse and Utils

Post#1 by Joecephus » 15 Feb 2019, 19:32

Hello everyone,

I am running a new install of Porteus 4.0 with the xfce desktop and trying to mount a USB drive formatted with the ExFat filesystem. I have installed exfat-utils and fuse-exfat packages version 1.2.8. but I am still getting ¨exFAT file system is not found¨ when I try to mount the drive. I am using the syntax given in the following post:

ExFAT Error *SOLVED*

Code: Select all

 mount.exfat /dev/sdc1 /mnt/exfat
The command was run from a root console. the exact output is:

FUSE exfat 1.2.8
ERROR: exFAT file system is not found.

I am at a loss as to where to go from here. Any input or suggestions would be greatly appreciated!!

Thanks in advance,
Joecephus

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Exfat not working after installing Fuse and Utils

Post#2 by Ed_P » 15 Feb 2019, 22:07

What happens if you just use: mount /dev/sdc1
Ed

Joecephus
White ninja
White ninja
Posts: 4
Joined: 15 Feb 2019, 19:05
Distribution: Porteus 4.0 Xfce

Re: Exfat not working after installing Fuse and Utils

Post#3 by Joecephus » 16 Feb 2019, 15:12

Thanks for the reply. I ran the mount command and got the following output:

NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

I also tried ¨mount /dev/sdc /mnt/exfat¨ and received the same.

Any other ideas? I the only one I have is to not use exfat. :)

Joecephus

Joecephus
White ninja
White ninja
Posts: 4
Joined: 15 Feb 2019, 19:05
Distribution: Porteus 4.0 Xfce

Re: Exfat not working after installing Fuse and Utils

Post#4 by Joecephus » 16 Feb 2019, 16:04

Here is more info. If I change the link to the mount command to point at mount.exfat, I can mount the drive. So I guess the question now becomes how to make the original mount command recognize exfat is a valid option and to use mount.exfat.

Thanks in advance,

Joe

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Exfat not working after installing Fuse and Utils

Post#5 by Ed_P » 16 Feb 2019, 16:20

I'm happy to hear that you can mount the drive but I'm confused. "how to make the original mount command" What mount command? The one in your file manager?

-edit-

While I never recommend NTFS for flash drives it could solve this problem.
Ed

Joecephus
White ninja
White ninja
Posts: 4
Joined: 15 Feb 2019, 19:05
Distribution: Porteus 4.0 Xfce

Re: Exfat not working after installing Fuse and Utils

Post#6 by Joecephus » 16 Feb 2019, 19:08

The mount command out of the box is symbolically linked from /sbin to /usr/sbin if my memory serves (not on Porteus at the moment to verify). It would be great if the mount command in /usr/sbin could mount exfat drives so I dont have to break the original link. Anyone know where the list of available filesystem formats are kept. Maybe it can be added there?

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: Exfat not working after installing Fuse and Utils

Post#7 by Ed_P » 16 Feb 2019, 20:12

From /sbin to /bin from what I see. And from reviewing the web once the Fuse & Utils are installed the exFAT drive will be mounted automatically when connected. Which apparently isn't working for you. hmmm The manual mount command shown on "the web" is different that the one shown in the link you referred to, maybe that will help. Else you will need to wait for someone with more knowledge than I have. Sorry.
Ed

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: Exfat not working after installing Fuse and Utils

Post#8 by fanthom » 17 Feb 2019, 08:26

"So I guess the question now becomes how to make the original mount command recognize exfat is a valid option and to use mount.exfat."
Try adding it to /etc/filesystems.
Please add [Solved] to your thread title if the solution was found.

Post Reply