Transport Endpoint

32 views
Skip to first unread message

Michael C

unread,
Nov 11, 2008, 9:01:09 PM11/11/08
to zfs-fuse
Good Evening,

I am working with ZFS on my Ubuntu 8.10 workstation with my deprecated
OpenSolaris available to the system available via "/dev/sdb". I have
successfully imported the pool etc. I am able to browse select areas
of the mounted disk, but whenever I attempting to view my home
directory I am presented with the error as follows:

cd: /export: Transport endpoint is not connected

I have reviewed some forums online and I have been unable to resolve
this previously. Any insight provided would be much appreciated.


Regards,

M

Ricardo M. Correia

unread,
Nov 11, 2008, 9:30:09 PM11/11/08
to zfs-...@googlegroups.com
On Ter, 2008-11-11 at 18:01 -0800, Michael C wrote:
> I am working with ZFS on my Ubuntu 8.10 workstation with my deprecated
> OpenSolaris available to the system available via "/dev/sdb". I have
> successfully imported the pool etc. I am able to browse select areas
> of the mounted disk, but whenever I attempting to view my home
> directory I am presented with the error as follows:
>
> cd: /export: Transport endpoint is not connected

Typically, that happens when you have a filesystem mounted in /export
and the (zfs-)fuse daemon dies.

> I have reviewed some forums online and I have been unable to resolve
> this previously. Any insight provided would be much appreciated.

It's hard to diagnose the problem without more information.

Can you check to see if 'df' also reports "transport endpoint not
connected" on that filesystem as it usually does?
Are there other ZFS filesystems mounted at that time?

Usually, you can clear that error by doing "umount /export". Then check
"df" to see if you have cleared all such errors.

Once you've cleared all such errors, make sure you don't have the
zfs-fuse daemon running by doing "zfs umount -a" and "killall
zfs-fuse" (you may get an error in "zfs umount -a" if the zfs-fuse
daemon was not running).

After that, go to your zfs-fuse tree and do:
1) cd src/zfs-fuse
2) ./run.sh

On another terminal:

3) zfs mount -a
4) cd /export

If you get the same error, then it means the zfs-fuse daemon died and
should have left a core file in $ZFS_FUSE/src/zfs-fuse.

You can then provide more information by following steps 4 and 5
described in the BUGS file that comes with zfs-fuse.

Thanks,
Ricardo

Michael C

unread,
Nov 11, 2008, 10:28:13 PM11/11/08
to zfs-fuse
Ricardo,

Thanks for the timely reply. The described issue happens regardless if
all filesystems are mounted or just one, the issue still persists. I
followed your instructions and I am still receiving the same error.
When I attempt to access "/export" I am presented with the
aforementioned error and the application dies and provides a core
dump. I will be forwarding the results of the core dump as requested
in the "BUGS" file.


Regards,

M



On Nov 11, 6:30 pm, "Ricardo M. Correia" <Ricardo.M.Corr...@Sun.COM>
wrote:
Reply all
Reply to author
Forward
0 new messages