mkvdts2ac3 icon indicating copy to clipboard operation
mkvdts2ac3 copied to clipboard

ERROR: There is not enough free space on "/tmp" to create the new file.

Open diego7319 opened this issue 9 years ago • 1 comments

Thats the error that i have , the script is at /home ,i dont know if thats a bug, or /tmp is in another place? file is like 4 gb

diego7319 avatar Jul 08 '15 04:07 diego7319

you need to resize the /tmp partition. Use the following command to resize it. Change the size depending on your preference.

# mount -o remount,size=4G,noatime /tmp

adeen-s avatar Dec 23 '17 10:12 adeen-s