exfat

Hello,

with the last Update for opensuse 13.2: system changed dramaticallly :

USB with type exfat is unknown and cannot be mounted.

Because most USB-Sticks have this type most USB-Stick not be mounted!

Data transfer via mail or what ?

Regards,

grepi

Hi
Is fuse-exfat installed? Grab the 1.2.2 version from https://software.opensuse.org/package/fuse-exfat

Hello,

zypper install fuse-exfat
Retrieving repository ‘home:torhans’ metadata …[done]
Building repository ‘home:torhans’ cache …[done]
Loading repository data…
Reading installed packages…
Package ‘fuse-exfat’ not found.
Resolving package dependencies…

I have install fuse-dev without any change

Hi
Fuse-dev? -dev is a debian thing, not openSUSE?

Follow the link I posted, you need to manually download and install the version from ‘filesystems’ repository

Hello

a) #you search fuse shows fuse-dev

b) have installed something that sounds fuse-ext : no change

unknown type exfat
unknow type fat

Hi
Not here, shows fuse-exfat?

Here are the files, follow the download link to the repo;
https://build.opensuse.org/package/binaries/filesystems/fuse-exfat?repository=openSUSE_13.2

What arch 32 or 64bit and version of exfat installed?

Run the following three commands and post back the output;


zypper if fuse-exfat
uname -a
lsblk

under Dateimanager-Superuser-Modus

on access on USB16GB there was an error: The requested operation has failed : Error mounting /dev/dsf1 at
/run/media/root/USB16GB:
Command-line 'mount -t “exfat” -o …

mount: unknown filesystem ‘exfat’

Should I boot another snapshot? I need this opensuse system?

Regards

grepi

zypper if fuse-exfat

Loading repository data…
Reading installed packages…

Information for package fuse-exfat:

Repository: filesystems
Name: fuse-exfat
Version: 1.2.2-1.1
Arch: x86_64
Vendor: obs://build.opensuse.org/filesystems
Installed: Yes
Status: up-to-date
Installed Size: 86.0 KiB
Summary: Free exFAT file system implementation
Description:
This driver is the first free exFAT file system implementation with write
support. exFAT is a simple file system created by Microsoft. It is intended
to replace FAT32 removing some of it’s limitations. exFAT is a standard FS
for SDXC memory cards.
linux-au5y:/home/grehan # uname -a
Linux linux-au5y 3.16.7-29-desktop #1 SMP PREEMPT Fri Oct 23 00:46:04 UTC 2015 (6be6a97) x86_64 x86_64 x86_64 GNU/Linux
linux-au5y:/home/grehan # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 953.9G 0 disk
├─sda1 8:1 0 499M 0 part
├─sda2 8:2 0 200G 0 part
├─sda3 8:3 0 1K 0 part
├─sda5 8:5 0 2G 0 part [SWAP]
├─sda6 8:6 0 40G 0 part /
└─sda7 8:7 0 711.4G 0 part /home
sdf 8:80 1 15.6G 0 disk
└─sdf1 8:81 1 15.6G 0 part
sr0 11:0 1 1024M 0 rom

Hi
What about;


mount.exfat-fuse /dev/sdf1 /mnt

Also is exfat in /etc/filesystems;


cat /etc/filesystems

mount.exfat-fuse /dev/sdf1 /mnt/USB16GB

FUSE exfat 1.2.2
linux-au5y:~ # ls /mnt/USB16GB
.Spotlight-V100 ._.Trashes ._Baum2.tif ._Mail_problem .tiff .fseventsd Baum1.tif Freigaben_can_not_Loaded.tiff mac_new_fresnel.cpp
.Trashes ._Baum1.tif ._Freigaben_can_not_Loaded.tiff ._mac_new_fresnel.cpp ATI2016_userguide_de-DE.pdf Baum2.tif Mail_problem .tiff
linux-au5y:~ # cat /etc/filesystems
vfat
hfs
minix
reiserfs
exfat
exfat_fuse

mount -t exfat-fuse /dev/sdf1 /mnt/USB16GB
mount: unknown filesystem type ‘exfat-fuse’
linux-au5y:~ # mount -t exfat /dev/sdf1 /mnt/USB16GB
mount: unknown filesystem type ‘exfat’

Regrads

grepi

Hi
OK, so it does actually work, just not as your user… so maybe a udev rule or udisks issue…

What desktop environment (GNOME, KDE etc)?

[QUOTE=malcolmlewis;2742799]Hi
What about;


mount.exfat-fuse /dev/sdf1 /mnt

I was able to mount it with this command. How do I make this to be automatic and not having to manually do it every time?

Thank you

[quote="“cepiolidus,post:12,topic:113121”]

Hi
Rather than tacking onto an existing thread, please start a new one, esp with your release (prefix). desktop environment, where you got the exfat file from etc and what your trying to mount, usb device, sd device etc.