Cant delete mcmmo data folder

Discussion in 'Bukkit Help' started by frankomisko, Mar 26, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    frankomisko

    I have a couple worlds on my server, sometimes i want to delete one that hasnt been used in a while but i can never get it deleted because the mcmmo_data folder takes *forever?* to delete...

    Whenever i try to delete a world folder my ftp client just gets stuck spending hours deleting the sub-folders in the mcmmo data folder, it takes SO LONG that ive never been able to completely get rid of it. i think my longest attempt was about 6 hours... its like 10mb of data but there are just thousands of folders that take time to discover then delete.


    Anyone have any suggestions on how to get rid of/stop the folders from being created?
     
  2. Offline

    45zeldafan

    click the all button
    then delete :)
     
  3. Offline

    slayr288

    Linux?

    Code:
    rm -rf Server/testworldfolder
    That would delete the entire world folder, if you want to delete an entire directory inside of the folder

    Code:
    rm -rf Server/testworldfolder/subfolder
    If you want to keep the directory

    Code:
    rm -rf Server/testworldfolder/subfolder/*
    Be careful though, you could screw up and end up deleting ALOT of things that you did not want to delete.
    A bad, bad example would be accidentally hitting Enter when you have this typed in

    Code:
    rm -rf Server/
    Deleting your entire Server folder.
     
  4. Offline

    --GJ--

    frankomisko Don't try to do it over FTP, it'll take forever & almost never finish.
     
Thread Status:
Not open for further replies.

Share This Page