How to create a RAM disk in Ubuntu 16.04 LTS
Amine Tech
This video will show you how to create a RAM disk in Ubuntu 16.04 LTS. Use the following commands:
- Creating the RAM disk: $ sudo mkdir /mnt/ramdisk $ sudo gedit /etc/fstab
and add this entry: tmpfs /mnt/ramdisk tmpfs rw,size=200M,x-gvfs-show 0 0 where 200M is the size of the RAM disk.
$ sudo mount -a
- Deleting the RAM disk: $ sudo umount /mnt/ramdisk $ sudo rm -r /mnt/ramdisk $ sudo gedit /etc/fstab
and delete the last entry.
CHECK OUT OUR OTHER YOUTUBE CHANNEL "Distros" -|- Distros CHANNEL: https://www.youtube.com/channel/UCoU9g-rLob7hfjM0zfGWuZQ/
SUBSCRIBE, LIKE & SHARE for more Tutorials: -|- YOUTUBE: https://www.youtube.com/user/aminex6?sub_confirmation=1
CONTACT: -|- For business inquiries: aminetechchannel@gmail.com ... https://www.youtube.com/watch?v=OfpeM-Ghbic
2021-09-27
0.0 LBC
Copyrighted (contact publisher)
10130243 Bytes