[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: increasing size of /run



On 13.07.2018 11:56, Adam Weremczuk wrote:

> I have no entry for /run in /etc/fstab so decided to look into
> /usr/share/initramfs-tools/init
> To my surprise the line was showing 20%, not 10%:
> 
> mount -t tmpfs -o "nosuid,size=20%,mode=0755" tmpfs /run

> I've changed it to 60% (hoping to triple the size) and rebooted but the
> size of /run hasn't changed.

did you rebuild your initrd?

> What's the safest and quickest way to temporarily triple the size of /run ?

mount -t tmpfs -o "remount,nosuid,size=80%,mode=0755" tmpfs /run

best regards
Ulf


Reply to: