relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

Mount exfat file system :Transport endpoint is not connected #148

Open wwppp opened 4 years ago

wwppp commented 4 years ago

I wrote "dev /sda1 / media /data exfat umask = 000, iocharset = cp936 0 0" in the fstab file, and every time I boot up, the transmission endpoint is not connected, using "umonut /media /data" and "mount -a" everything works fine.

relan commented 4 years ago

Looks like fuse-exfat crashed. Any logs?

wwppp commented 4 years ago

Looks like fuse-exfat crashed. Any logs?

Can you tell me where do you view the log

relan commented 4 years ago

Check the output of journalctl or /var/log/messages.

wwppp commented 4 years ago

Check the output of journalctl or /var/log/messages. 2月 11 16:28:04 orangepizero usbmount[519]: executing command: mount /dev/sda1 2月 11 16:28:04 orangepizero mount.exfat[521]: volume was not unmounted cleanly 2月 11 16:28:04 orangepizero kernel: fuse: init (API version 7.31) 2月 11 16:28:04 orangepizero systemd[1]: Mounting FUSE Control File System... 2月 11 16:28:04 orangepizero systemd[1]: Mounted FUSE Control File System. 2月 11 16:28:04 orangepizero systemd[1]: Found device Generic 1. 2月 11 16:28:04 orangepizero systemd[1]: Reached target Local File Systems. 2月 11 16:28:04 orangepizero systemd[1]: Starting LSB: AppArmor initialization... 2月 11 16:28:04 orangepizero systemd[1]: Starting Set console font and keymap... 2月 11 16:28:04 orangepizero systemd[1]: Starting Create Volatile Files and Directories... 2月 11 16:28:04 orangepizero systemd-tmpfiles[531]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. 2月 11 16:28:04 orangepizero systemd[1]: Started Create Volatile Files and Directories.

relan commented 4 years ago

Any traces of a crash later?

What distro do you use?

wwppp commented 4 years ago

orangepi@orangepizero:~$ uname -a Linux orangepizero 5.3.5+ #3 SMP Tue Mar 24 16:27:29 CST 2020 armv7l armv7l armv7l GNU/Linux orangepi@orangepizero:~$ cat /etc/issue Ubuntu 16.04.6 LTS \n \l

wwppp commented 4 years ago

Mount manually:

orangepi@orangepizero:/media$ sudo mount.exfat /dev/sda1 /media/usb FUSE exfat 1.2.3 WARN: volume was not unmounted cleanly.

relan commented 4 years ago

Works for me on Ubuntu 16.04.6.

I'm afraid I can't help you without a crashlog.