So I wanted to try out this program that would allow me to use my RAM in what I think is a similar method to what Lloyd was talking about in the thread about RAMdisks in Linux. However, even with the headers I can't seem to make the damn modules. Can someone else try this out and then tell me how because I don't know where I'm messing up. I untared with (tar -xf) and then went in and did all the make and make install stuff but the modules wouldn't work.
http://rapiddisk.org/index.php?title=Download_and_Installation
AND here are the errors:
Edited by Rookie1337 - 11/4/12 at 6:28pm
http://rapiddisk.org/index.php?title=Download_and_Installation
AND here are the errors:
Code:
for i in cmd man module/drivers/block/; do cd $i; make; cd ..; done
make[1]: Entering directory `/home/rez/Rapid Disk/rxdsk-2.5/cmd'
cc main.c -o rxadm msg.o cmd.o archive.o -lz
Make has completed.
make[1]: Leaving directory `/home/rez/Rapid Disk/rxdsk-2.5/cmd'
make[1]: Entering directory `/home/rez/Rapid Disk/rxdsk-2.5/man'
Nothing to do.
make[1]: Leaving directory `/home/rez/Rapid Disk/rxdsk-2.5/man'
make[1]: Entering directory `/home/rez/Rapid Disk/rxdsk-2.5/module/drivers/block'
make -C/lib/modules/3.2.0-30-generic/build M=/home/rez/Rapid Disk/rxdsk-2.5/module/drivers/block M=/home/rez/Rapid Disk/rxdsk-2.5/module/drivers/block
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-30-generic'
make[2]: *** No rule to make target `Disk/rxdsk-2.5/module/drivers/block'. Stop.
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-30-generic'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/rez/Rapid Disk/rxdsk-2.5/module/drivers/block
Edited by Rookie1337 - 11/4/12 at 6:28pm




