You are not logged in.

#1 2014-04-18 04:04:33

killer1804
Member
From: Russia, Zlatoust
Registered: 2010-07-26
Posts: 56

[solved] ntfs-3g "Transport endpoint is not connected"

Hi all.
After last kernel upgrade  I ran into the same problem that occurs.


[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]# 

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

[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]# 

Any ideas ? smile

Last edited by killer1804 (2014-04-21 08:40:29)

Offline

#2 2014-04-18 05:45:23

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: [solved] ntfs-3g "Transport endpoint is not connected"

A couple of things:

- Are you sure that the problem started occuring after you upgraded to a specific/latest kernel version (aka, does the problem disappear if you downgrade)? If so, consider posting a bug report.
- Were any other related packages updated at the same time?
- Does the systemd journal (journalctl) provide any insights/errors in relation to why it might be failing?


Burninate!

Offline

#3 2014-04-18 07:06:59

killer1804
Member
From: Russia, Zlatoust
Registered: 2010-07-26
Posts: 56

Re: [solved] ntfs-3g "Transport endpoint is not connected"

Gcool wrote:

A couple of things:

- Are you sure that the problem started occuring after you upgraded to a specific/latest kernel version

After full system upgrade (Pacman -Syu)
I thought that the problem is in the kernel, because the problem occurs only with sata-disk, but not from the usb-stick.
That is, I thought that the problem had something to do with the sata-driver.


Gcool wrote:

(aka, does the problem disappear if you downgrade)?

I do not know how or do not want to do this because I do not want to hurt the system.


Gcool wrote:

- Were any other related packages updated at the same time?

I do not remember, I never write down a list of packages that are updated.

Gcool wrote:

- Does the systemd journal (journalctl) provide any insights/errors in relation to why it might be failing?


root@homelinux user0]# journalctl -xn
-- Logs begin at Вс 2013-05-19 18:17:55 YEKT, end at Пт 2014-04-18 13:03:31 YEKT. --
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** /proc/self/mountinfo changed
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** MOUNTED /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** CHANGING /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** UPDATING /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** CHANGED /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** CHANGING /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** UPDATING /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
апр 18 13:03:31 homelinux udisks-daemon[7030]: **** CHANGED /sys/devices/pci0000:00/0000:00:0a.0/ata3/host2/target2:0:0/2:0:0:0/block/sda/sda1
[root@homelinux user0]#

I do not understand what it means, but very similar to what is to blame udisk.

Last edited by killer1804 (2014-04-18 07:08:30)

Offline

#4 2014-04-18 12:30:18

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,928

Re: [solved] ntfs-3g "Transport endpoint is not connected"

killer1804 wrote:

I do not remember, I never write down a list of packages that are updated.

The vast majority of us don't do that i expect, but /var/log/pacman.log has that info.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2014-04-18 13:09:33

killer1804
Member
From: Russia, Zlatoust
Registered: 2010-07-26
Posts: 56

Re: [solved] ntfs-3g "Transport endpoint is not connected"

Im VERY sorry of my stupidity...

http://pastebin.com/3V0sVCuZ

Offline

#6 2014-04-21 08:40:06

killer1804
Member
From: Russia, Zlatoust
Registered: 2010-07-26
Posts: 56

Re: [solved] ntfs-3g "Transport endpoint is not connected"

Solved by deleting file /etc/udev/rules.d/11-media-by-label-auto-mount.rules

Offline

Board footer

Powered by FluxBB