• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

fatx module maww :(

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

fiji

Member
Joined
Jul 14, 2002
Location
berlin
i need help installing the fatx module

ok well therse the fatx module on sourceforge and it doesnt really have any instructions
and whatnot


and im not even sure if thats the right place, so could someone help me out on this one?

bleh i cant find the link now either, ill try and get it real quick
 
theres the link yeah, vfat wont work i need to access my xb-x partitions


and i have the sources its just i dont know how to compile them
 
when i say any make commands it says


#make (make dep, make whatever)
Makefile:17: /Rules.make: No such files or directory
make: *** No rules to make target '/Rules.make'. Stop
 
yup ;), well i think so lol!!
im just in the fatx dir in /usr/src/linux/fs/fatx
 
Looking at the makefile, you need to either set the $(TOPDIR) variable to point to whatever it is supposed to (probably /usr/src/linux). It looks like it's blank, and it ends up looking in / for Rules.make instead of /usr/src/linux. Or, just make the whole kernel maybe?
 
well i dont thnk making the whole kernel would work since its not in the kernel config file
 
Back