Yes i'm running Lunix Ubuntu sever 10.04 (Lucid)
Being the server version no GUI and i don't plan on adding one, (The 8mg graphics card just wont take it)
Are you able to give me an in-depth explanation on how to do that?
the alternative is to bug the hell out of flan to fix ModloaderMP again. (took me 2 1/2 weeks last time and it was a two line fix tops...)
before you start, be sure to rename your mods folder and create a new, blank one.
one command per line here, done in the folder you have minecraft in: (the end goal is a virtual fat32 filesystem)
dd if=/dev/zero of=modsfolder.img bs=1M count=40
mkfs.vfat modsfolder.img
mount -o loop modsfolder.img mods
if you want to verify it mounted run this: "df -h"
you should see a /dev/loop0 line in there and the new folder as mounted on.
from there you put the mods in the "new" folder and they'll be sorted.