Now that I have Supertux working, I would like to figure out how to move the 6MB "supertux.cramfs" from /home/QtPalmtop/share/ to somewhere on /hdd3
The supertux announcement thread mentions it can be run from a FAT volume.
https://www.oesf.org/forums/index.php?showt...895&hl=supertuxpost# 17
https://www.oesf.org/forums/index.php?showt...indpost&p=66952I moved supertux.cramfs to /hdd3/ and made a symbolic link using the -s option, to /home/QtPalmtop/share/
The game still works, and the link seems to be OK
(Now when the game is launched, my HDD disk activity light indicates HDD activity).
I have one question about symbolic links..
In Tree!Explorer, my symbolic link that I created above shows as 6MB
Isn't a symbolic link created with the -s option supposed to be much smaller than a large 6MB file that it is linked to?
EDIT: Tree!Explorer must have some trouble reading the size of symlinks.
I cd'ed to that directory and did ls -l
supertux.cramfs is shown as a symlink and is only 21 bytes
I need to memorize these basic Linux commands, sometimes GUI apps aren't always accurate.