Hola,
mounting a Plan 9 machine with
# mount -t 9p -o proto=tcp 10.0.0.5 /mnt/9/
on a Linux box with a vanilla kernel 2.6.17.7
On the Plan 9 machine:
% ls -l tmp/file
--rw-rw-r-- M 8 csant csant 1188 Jul 30 07:06 tmp/file
and on the Linux machine:
$ ls -l /mnt/9/usr/csant/tmp/file
-rw-rw-r-- 1 root root 1188 2006-07-30 13:06 /mnt/9/usr/csant/tmp/file
Note that on both machines `date` gives the same, correct time. Why does
the 9p mount give me a different time?
/c
