$ mount -t {TYPE} -o size={SIZE} {FSTYPE} {MOUNTPOINT}
Parameter | Description |
---|---|
TYPE | type of RAM disk to use; either tmpfs or ramfs . |
SIZE | size to use for the file system. Ramfs does not have a physical limit and is specified as a starting size. |