Skip to content

User-friendly bash script to mount a RAM disk in /mnt/tmpfs on linux systems

Notifications You must be signed in to change notification settings

StackOverflowExcept1on/tmpfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

tmpfs

User-friendly bash script to mount a RAM disk in /mnt/tmpfs on linux systems

Usage

# create ram disk
./tmpfs
Mounted file system at /mnt/tmpfs with size 2048M

# resize
./tmpfs resize 1024
Resized file system to 1024M

# unmount
./tmpfs unmount
Unmounted file system at /mnt/tmpfs

About

User-friendly bash script to mount a RAM disk in /mnt/tmpfs on linux systems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages