Hi,

Good day.

In our Linux box, we have an entry in fstab to mount /tmp but every time
the system is bootup /tmp is not mounted. Mounting manually with command
'mount /tmp' will mount the partition correctly as per fstab.

I have tried to add the command 'mount /tmp' in rc.local but its not
working /tmp is not mounted.

I can delete /tmp directory and every time I reboot the system /tmp is
recreated with 1777 permission.

I can also see files under /tmp:


root@xxx: [/tmp]
# df -h .
Filesystem             Size  Used Avail Use% Mounted on
/dev/mapper/ol00-root  3.8G   80M  3.7G   3% /

root@xxx: [/tmp]
# ll -al
total 8
drwxrwxrwt   7 root root  136 Jun  6 03:13 .
dr-xr-xr-x. 29 root root 4096 Jun  6 02:18 ..
drwxrwxrwt   2 root root    6 Jun  6 02:19 .font-unix
drwxrwxrwt   2 root root    6 Jun  6 02:19 .ICE-unix
drwxrwxrwt   2 root root    6 Jun  6 02:19 .Test-unix
drwxrwxrwt   2 root root    6 Jun  6 02:19 .X11-unix
drwxrwxrwt   2 root root    6 Jun  6 02:19 .XIM-unix
-rw-------   1 root root  451 Jun  6 02:29
yum_save_tx.2016-06-06.02-29.HL1NRp.yumtx


fstab: /dev/mapper/ol01-lvol0  /tmp                    ext3     defaults
     0 0

I also tried changing the partition from xfs to ext3 but to no avail. When
I update /tmp to /tmp1 in fstab, then after bootup the system will
correctly mount /tmp1.

Anyone have experience this? Any suggestions to solve this?

Thanks
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to