Amigaba375
Is it possible to make ram drive in android?
I want to make temporary files, but I don't want to write them on disk, because I heard that ssd has a limited number of writes. By ramdisk I mean a disk that keeps all files in it in ram, and doesn't actually write anything in permanent storage.
I tried to get it with this termux command, but all I got is "bad system call" message:
mount -t tmpfs -o size=500m tmpfs ./ramfolder
21 replies