XFileSharing Pro - FTP Problem (ERROR:mkdir)

Message
Author
miguelferreira
Posts: 9
Joined: Oct 12, 2010 8:45 pm

FTP Problem (ERROR:mkdir)

#1 Postby miguelferreira » Jul 11, 2013 3:12 pm

Hi, hi have a problem in one FTP server:

FTP31:(ERROR:mkdir:Too many links)

how to repair that?

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

Re: FTP Problem (ERROR:mkdir)

#2 Postby Internet Consumer » Jul 15, 2013 1:12 am

miguelferreira wrote:Hi, hi have a problem in one FTP server:

FTP31:(ERROR:mkdir:Too many links)

how to repair that?
Sorry in advance if am not allowed to post any sort of links.

Not sure if these links will help but it dose help you figure out whats wrong.

http://blog.ryanrampersad.com/2008/08/w ... any-links/

http://www.unix.com/unix-advanced-exper ... mkdir.html

Hope these help and good luck.

miguelferreira
Posts: 9
Joined: Oct 12, 2010 8:45 pm

Re: FTP Problem (ERROR:mkdir)

#3 Postby miguelferreira » Jul 15, 2013 9:11 am

thks, i was able to track the problem... it was an ext3 problem (limit to 32k dirs), update to ext4 and all went fine :)

Internet Consumer
Posts: 148
Joined: May 28, 2013 1:51 am

Re: FTP Problem (ERROR:mkdir)

#4 Postby Internet Consumer » Jul 15, 2013 6:43 pm

miguelferreira wrote:thks, i was able to track the problem... it was an ext3 problem (limit to 32k dirs), update to ext4 and all went fine :)
Hey glad it worked out for you.