Increase /tmp size


Recommended Posts

I'm aware of a fstab line that will increase the size of available temp (ramdisk) storage beyond 50% of available ram, but this doesn't seem to be working here. I can't successfully issue a mount -o remount command, and putting cp /boot/fstab /etc/fstab in the go file isn't working. 

 

What do I need to do to increase the available space and have it survive a reboot?

 

Edit: Figured it out myself

 

mount -o remount,size=[Insert size here] /

Edited by DarkKnight
Link to comment
  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.