Changing temp directory on Ubuntu

2 ビュー (過去 30 日間)
Seyed Ali Baradaran Birjandi
Seyed Ali Baradaran Birjandi 2019 年 6 月 13 日
I had small disk space on my PC. Therefore, I added a new SATA hard drive to allocate more disk space to Matlab. The new hard drive is mounted on a dircetory called /hdd2TB/. I also changed the value of environment variable 'TMP' both in the /etc/environment file and using setenv() function. Now tempdir command returns:
'/hdd2TB/'
or in terminal:
echo $TMP
/hdd2TB/
Yet, /tmp/ directory grows in size when I run my simulations and /hdd2TB/ does not change.

採用された回答

Seyed Ali Baradaran Birjandi
Seyed Ali Baradaran Birjandi 2019 年 6 月 13 日
I found a workaround for the problem by making tmp directory a symbolic link to my new hard drive.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInstall Products についてさらに検索

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by