Questions tagged [tmpfs]
2 questions
1
vote
1 answer
For user application, use /run/user/1000 or a dedicated tmpfs?
From this, I gather that RAM-directory /run/user/1000 is accessible by me, and by processes running under my account (I'm uid 1000).
I'm working on an application that needs to write a small packet of data every 10 seconds. In order to minimize wear…
RolfBly
- 609
- 1
- 9
- 24
0
votes
1 answer
is it ok to link /var/log to /tmp or /run to save the SD card
You have probably read the Raspberry Pi: Extending the life of the SD card article on zdnet by now. It features this line:
tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=100m 0 0
However, I'd like to improve and just:
ln -s…
user1095108
- 239
- 2
- 10