Using the version of ubuntu server 20.04 I would like to copy some files in the RAM memory from a usb stick and then transcribe them again in a second usb memory.
I currently have 32GB of RAM installed, but it looks like I can only use 16GB.
I understand that the system to work needs a slice of memory to work, but would it be possible to repartition the ram memory in order to allocate 5GB of RAM and another 27GB of "HDD"?
I have already read that it is possible to extend this space using a USB memory, but they are not solutions for me.
UPDATE 1: the result of free-h is the following:
The goal was to avoid that the USB stick A can transmit information on the USB stick B due to some computer virus or other.
So the idea was as follows:
- Copy the contents of memory B to RAM.
- Replace USB memory B with memory A.
- Write the data in memory A
UPDATE 2: I found this: https://ostechnix.com/adjust-size-root-partition-live-arch-linux/
is it possible to replicate this in ubuntu?
Alternatively, using Arch, how can you quickly set the screen resolution via the terminal?
As the system boots, a resolution or frequency not supported by the display appears to be used!
I know that xrandr exists, but without a video output it seems a bit difficult to understand what is broken.