FS#39985 - [ntfs-3g] "Transport endpoint is not connected"

Attached to Project: Arch Linux
Opened by Denis (killer1804) - Monday, 21 April 2014, 05:47 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 22 April 2014, 06:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi all.
After full system upgrade (http://pastebin.com/3V0sVCuZ) i got a problem - now i cant mount ntfs partitions on my hard drives:


[code]

[user0@homelinux ~]$ uname -a
Linux homelinux 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 21:01:08 CEST 2014 i686 GNU/Linux
[user0@homelinux ~]$

[root@homelinux user0]# blkid /dev/sda1
/dev/sda1: UUID="A3C143C50A282542" TYPE="ntfs" PARTUUID="30299868-01"
[root@homelinux user0]# ntfs-3g /dev/sda1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys
ls: cannot access /mnt/win_sys: Transport endpoint is not connected
[root@homelinux user0]# umount /mnt/win_sys
[root@homelinux user0]# ntfs-3g -o ro /dev/sda1 /mnt/win_sys/
fuse: mount failed: Device or resource busy
[root@homelinux user0]# fuser -m /dev/sda1
[root@homelinux user0]#

[/code]

/dev/sda - this is my internal drive.
But if I try to mount a USB flash drive, I will have no problems

[code]
[root@homelinux user0]# blkid /dev/sdd1
/dev/sdd1: UUID="599077211AA3E740" TYPE="ntfs" PARTUUID="04dd5721-01"
[root@homelinux user0]# ntfs-3g /dev/sdd1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys/
DSCN5377.JPG DSCN5378.JPG DSCN5379.JPG DSCN5380.JPG DSCN5381.JPG Unigine_Heaven-3.0.exe ????????1 ???????????? ??????????.zip
[root@homelinux user0]# umount /mnt/win_sys/
[root@homelinux user0]# ntfs-3g -o ro /dev/sdd1 /mnt/win_sys/
[root@homelinux user0]# ls /mnt/win_sys/
DSCN5377.JPG DSCN5378.JPG DSCN5379.JPG DSCN5380.JPG DSCN5381.JPG Unigine_Heaven-3.0.exe ????????1 ???????????? ??????????.zip
[root@homelinux user0]# mount | grep sdd1
/dev/sdd1 on /mnt/win_sys type fuseblk (ro,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
[root@homelinux user0]#
[/code]

Also i have old archlinux whis kernel 2.6.39 - in that system i can mount same partitions (sda1 and sdb1).
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Tuesday, 22 April 2014, 06:06 GMT
Reason for closing:  Won't fix
Comment by Anatol Pomozov (anatolik) - Tuesday, 22 April 2014, 03:10 GMT
A few things to try:

1) Downgrade packages (linux, linux-util,...) one by one and see if the issue got fixed.
2) Run ntfs3g with "strace -f" and check the error happens
3) Run ntfs3g with debug option. I've never used so check man pages for this tool.
4) Contact ntfs upstream maillist for more help. They know better how to debug their tool.
Comment by Anatol Pomozov (anatolik) - Tuesday, 22 April 2014, 03:34 GMT
But usually "Transport endpoint is not connected" means that fuse daemon has died. So check 'dmesg', 'var/log/messages' 'journalctl -r' if there are any crash messages.
Comment by Denis (killer1804) - Tuesday, 22 April 2014, 05:59 GMT
This problem has been solved - im just delet the "/etc/udev/rules.d/11-media-by-label-auto-mount.rules" and restart systemd-udevd:

https://bbs.archlinux.org/viewtopic.php?id=180252

Thank you :)

Loading...