On Fri, Jun 12, 2009 at 16:45, Maxim Wexler<maxim.wex...@gmail.com> wrote:
> Hi group,
>
> Following the LVM2 gentoo doc I have in fstab:
>
> ...
> /dev/vg/tmp     /tmp     ext2   noatime  0 2
> ...
>
> But also(suggested by the eee forum):
>
> ...
> #shm    /dev/shm        tmpfs   nodev,nosuid,noexec     0 0
> tmpfs   /tmp    tmpfs   defaults,noatime,mode=1777      0 0
>
> Is this legal? Mounting two things at the same place?
>

AFAIK, no.
First off, what do you want to do? The EEE forum suggested mounting
/tmp using tmpfs cause that keep temporary stuff on your RAM, not
disk, this way you reduce disk access. Its your decision to use RAM
for /tmp or disk (LVM logical volume). Obviously you can't have both
(it doesn't even make sense).

-- 
Daniel da Veiga

Reply via email to