Closed AjazElahi closed 2 years ago
Trying to mount RAM but getting the following error:
blade3@blade3:~$ sudo mount -t tmpfs -o size=110G tmpfs /mnt/ram mount: /mnt/ram/: mount point does not exist.
blade3@blade3:~$ sudo mount -t tmpfs -o size=110G tmpfs /mnt/ram
mount: /mnt/ram/: mount point does not exist.
Any ideas? Was working fine before... but yesterday I had to re-install the OS and install all programs again and now seeing this error.
Rookie error. Forgot to do sudo mkdir /mnt/ram/
sudo mkdir /mnt/ram/
Trying to mount RAM but getting the following error:
blade3@blade3:~$ sudo mount -t tmpfs -o size=110G tmpfs /mnt/ram
mount: /mnt/ram/: mount point does not exist.
Any ideas? Was working fine before... but yesterday I had to re-install the OS and install all programs again and now seeing this error.