How to create a 3GB virtual harddisk device at /dev ?
by Xeratul from LinuxQuestions.org on (#6CTQZ)
Hello,
How to create a 3GB virtual harddisk device at /dev on the memory ram?
Code: mkdir /ramdisk ; mount -t tmpfs -osize=950M none /ramdisk ; mounthere it would be /dev/xxxxwhatevername so that it allows operations like: cat /dev/sda > /dev/xxxxwhatevername and xxxxwhatevername would be into the ram.
Kind regards
How to create a 3GB virtual harddisk device at /dev on the memory ram?
Code: mkdir /ramdisk ; mount -t tmpfs -osize=950M none /ramdisk ; mounthere it would be /dev/xxxxwhatevername so that it allows operations like: cat /dev/sda > /dev/xxxxwhatevername and xxxxwhatevername would be into the ram.
Kind regards