Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wwppp opened this issue Apr 7, 2020 · 8 comments
Open

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

wwppp opened this issue Apr 7, 2020 · 8 comments

Comments

@wwppp
Copy link

wwppp commented Apr 7, 2020

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
Copy link
Owner

relan commented Apr 7, 2020

Looks like fuse-exfat crashed. Any logs?

@wwppp
Copy link
Author

wwppp commented Apr 7, 2020

Looks like fuse-exfat crashed. Any logs?

Can you tell me where do you view the log

@relan
Copy link
Owner

relan commented Apr 7, 2020

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

@wwppp
Copy link
Author

wwppp commented Apr 7, 2020

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
Copy link
Owner

relan commented Apr 7, 2020

Any traces of a crash later?

What distro do you use?

@wwppp
Copy link
Author

wwppp commented Apr 7, 2020

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
Copy link
Author

wwppp commented Apr 7, 2020

Mount manually:

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

@relan
Copy link
Owner

relan commented Apr 7, 2020

Works for me on Ubuntu 16.04.6.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants