Time stamp Format difference for files in NFS mount
(Doc ID 2145106.1)
Last updated on OCTOBER 12, 2019
Applies to:
Solaris Operating System - Version 10 3/05 to 11.3 [Release 10.0 to 11.0]Information in this document applies to any platform.
Symptoms
Time stamp Format difference for files in NFS mount
NFS Client Mount:
10.XXX.XXX.76:/testnfs /timestamp nfs noac,xattr,dev=8f80001 1463595282
On NFS Client creating some files:
root@host1:/timestamp# touch 1.txt
root@host1:/timestamp# touch 2.txt
root@host1:/timestamp# ls -lsa
total 5
2 drwxrwxrwx 2 root root 512 May 30 2016 .
3 drwxr-xr-x 31 root root 35 May 18 23:38 ..
0 -rw-r--r-- 1 nobody nobody 0 May 30 2016 1.txt---------------------<< May 30 2016
0 -rw-r--r-- 1 nobody nobody 0 May 30 2016 2.txt---------------------<< May 30 2016
root@host1:/timestamp#
While on NFS server:
bash-3.2# cd /testnfs/
bash-3.2# ls -lsa
total 6
2 drwxrwxrwx 2 root root 512 May 30 21:09 .
4 drwxr-xr-x 39 root root 1536 May 30 19:09 ..
0 -rw-r--r-- 1 nobody nobody 0 May 30 21:09 1.txt--------------------<< May 30 21:09
0 -rw-r--r-- 1 nobody nobody 0 May 30 21:09 2.txt--------------------<< May 30 21:09
bash-3.2#
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |