bad exports list line - symbolic link in export path or statfs failed

Scampicfx

Contributor
Joined
Jul 4, 2016
Messages
125
Hey,

I am replicating datasets from TrueNAS Server A to Backup TrueNAS Server B.

However, I just checked the logs of Backup TrueNAS Server B and noticed that every day, lots of errors are thrown:

bad exports list line '/mnt/backup/auto_replication/pictures/folder_a': symbolic link in export path or statfs failed
bad exports list line '/mnt/backup/auto_replication/pictures/folder_b': symbolic link in export path or statfs failed
bad exports list line '/mnt/backup/auto_replication/pictures/folder_c': symbolic link in export path or statfs failed
bad exports list line '/mnt/backup/auto_replication/pictures/folder_d': symbolic link in export path or statfs failed

and so on...

What exactly does this mean and where should I start searching for a solution for this problem? No errors are shown at TrueNAS Server A.

Thank you!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Sounds like it's saying you have either a symbolic link in the /mnt directory in the way of something you're trying to mount there or it's a complaint about there being a symbolic link in the path of the mount itself (which I guess can't be followed).
 

Scampicfx

Contributor
Joined
Jul 4, 2016
Messages
125
Is there a possibility to identify the folder / file which causes the problem? Should I look for the problem on the source host or the destination host?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
find / -type l is a way to find links... maybe try that under /mnt on the target and in the paths sources.
 

Scampicfx

Contributor
Joined
Jul 4, 2016
Messages
125
Hey, thanks, using your command I searched the complete mnt folder and did not found any symbolic link. This is also what makes me wonder about the error message above. I haven't used symbolic links so far because I do not even know how to create them.

Could there be any other reasons for this error?
 
Top