Thursday 15 September 2016

cannot access gvfs Transport endpoint is not connected

Hi Guys I have faced following issue and checked for solution but i didn't get any solution in online so I try some and find the solution for this. followed

df -h

df: â/run/user/0/gvfsâ: Transport endpoint is not connected
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ol-root 40G 6.7G 34G 17% /
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.8G 172K 3.8G 1% /dev/shm
tmpfs 3.8G 494M 3.3G 13% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/vg_data-lvol0 985G 1.4G 933G 1% /u01
/dev/mapper/ol-home 10G 40M 10G 1% /home
/dev/xvda1 497M 194M 304M 39% /boot
tmpfs 773M 16K 773M 1% /run/user/42
tmpfs 773M 0 773M 0% /run/user/1001
tmpfs 773M 32K 773M 1% /run/user/0
tmpfs 773M 0 773M 0% /run/user/1002


df: â/run/user/0/gvfsâ: Transport endpoint is not connected

this error occurred

solution :

cd /run/user/0

fusermount -zu gvfs

that's all....


6 comments:

  1. I've been looking for this solution all day. You saved my life... thank you!

    ReplyDelete
  2. Thanks to save my life

    ReplyDelete
  3. Thanks for Exact solution. You made my day....!

    ReplyDelete
  4. cd /run/user/0

    fusermount -zu gvfs


    This is working fine for me , Thank you.

    ReplyDelete

Permanent hostname setup for RHEL7

Step 1 Set the host name on NMTUI tool like following nmtui set host name   then save and exit Step 2 add the following l...