Ramdisk
How to create a Ramdisk in Linux using Tmpfs
First see the free memory we can use
Bash | |
---|---|
Next create a mount point under the directory /mnt
Bash | |
---|---|
Now create the ramdisk using the mount command.
Bash | |
---|---|
Unmount Ramdisk
Bash | |
---|---|
First see the free memory we can use
Bash | |
---|---|
Next create a mount point under the directory /mnt
Bash | |
---|---|
Now create the ramdisk using the mount command.
Bash | |
---|---|
Bash | |
---|---|