View previous topic :: View next topic |
Author |
Message |
wallace1819 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 17 Aug 2002 Posts: 195 Location: VT
|
Posted: Mon Oct 25, 2004 2:47 pm Post subject: tmpfs fstab options |
|
|
In the past I have always had /tmp on a seperate partition and defined in /etc/fstab as such...
Code: | /dev/hdaX /tmp reiserfs noatime,notail,nodev,nosuid,noexec 0 0 |
I have moved to using the tmpfs /tmp entry like this...
Code: | tmpfs /tmp tmpfs defaults 0 0 |
and removed the first entry.
Is is safe to do this now instead?
Code: | tmpfs /tmp tmpfs noatime,notail,nodev,nosuid,noexec 0 0 |
or will this cause system wide hate and discontent?
Thx,
Wally |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sf_alpha Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 19 Sep 2002 Posts: 136 Location: Bangkok, TH
|
Posted: Mon Oct 25, 2004 3:04 pm Post subject: |
|
|
notail is for reiserfs.
I think use only nodev,nosuid,noexec
noatime usually intend for static or archived content, not temporary. Some programs may need it.
tmpfs filesystem size can be specified with size=bytes option Default is half of you physical memory. (tmpfs is swapable like other processes image) _________________ Gentoo Mirrors in Thailand (and AP)
http://gentoo.in.th |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|