[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

unterschiedliche mtime nach cp -a file /mnt/SMBMOUNT/



Hallo,

wie kommt es zu dem Zeitunterschied von einer Sekunde bei a- und mtime?

# stat testfile
  File: ,,testfile"
  Size: 25600           Blocks: 56         IO Block: 131072 reguläre Datei
Device: 309h/777d       Inode: 67455       Links: 1
Access: (0760/-rwxrw----)  Uid: ( 1003/      xy)   Gid: ( 1002/xy)
Access: 2006-05-12 21:54:09.818869290 +0200
Modify: 2006-05-12 17:42:59.000000000 +0200
Change: 2006-05-12 17:42:52.000000000 +0200

# cp -a !$ /mnt/SMBMOUNT/
cp -a testfile /mnt/SMBMOUNT/
cp: konnte den Eigentümer für ,,/mnt/SMBMOUNT/testfile" nicht erhalten: Die 
Operation ist nicht erlaubt

# stat !$testfile
stat /mnt/SMBMOUNT/testfile
  File: ,,/mnt/SMBMOUNT/testfile"
  Size: 25600           Blocks: 50         IO Block: 4096   reguläre Datei
Device: 12h/18d Inode: 322530      Links: 1
Access: (0777/-rwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2006-05-12 21:54:08.000000000 +0200
Modify: 2006-05-12 17:42:58.000000000 +0200
Change: 2006-05-12 21:54:15.103744000 +0200



Reply to: