New to the forum and already a question
by olli72 from LinuxQuestions.org on (#54TG2)
Hello,
I'm new to this forum and hope to get some help so hello to all. I'm using Linux for a longer time but just as ordinary user, nothing special. My main focus is editing of photography and actually to get a little bit deeper in configuring my system.
I've got a question for this reason. I created a Ramdisk of 10 GB that i want to use to reduce the read/write cycles of my nvme. First i created this with an entry in the fstab files, worked great. Then i did a small script to the autostart that copies my personal wallpapers to the ramdisk and use this instead of the nvme. also this works great (my photos are very big in size). i already installed preload to optimize the system a bit mor but i want to copy some often used apps like terminal and firefox to the ramdisk and this doesn't work. i can create a symbolic link in the ramdisk that starts the terminal, but that's not what my aim is. i want to copy the konsole-app at startup, remove the konsole-app from /usr/bin, creating a link in /usr/bin that starts the konsole from ramdisk. it doesn't work and i have no idea why.


I'm new to this forum and hope to get some help so hello to all. I'm using Linux for a longer time but just as ordinary user, nothing special. My main focus is editing of photography and actually to get a little bit deeper in configuring my system.
I've got a question for this reason. I created a Ramdisk of 10 GB that i want to use to reduce the read/write cycles of my nvme. First i created this with an entry in the fstab files, worked great. Then i did a small script to the autostart that copies my personal wallpapers to the ramdisk and use this instead of the nvme. also this works great (my photos are very big in size). i already installed preload to optimize the system a bit mor but i want to copy some often used apps like terminal and firefox to the ramdisk and this doesn't work. i can create a symbolic link in the ramdisk that starts the terminal, but that's not what my aim is. i want to copy the konsole-app at startup, remove the konsole-app from /usr/bin, creating a link in /usr/bin that starts the konsole from ramdisk. it doesn't work and i have no idea why.