No. Dr Tag FileSystem Volume
1:1 C: Pri HPFS/NTFS winxp
1:2 Pri Hide_HPFS/NTFS
1:3 D: Log HPFS/NTFS program
1:4 E: Log HPFS/NTFS DATA 1:5 F: Log Win95_FAT32 APPZ 1:6 G: Log HPFS/NTFS dv
解决办法是从这里看到的。
---------------------------------------
When you copy files from a FAT partition to an NTFS partition under DOS, there
is a time-zone issue that must be addressed.
The date and time data in the FAT file system are local to the computer that the
files are on. NTFS, however, uses UTC (Universal Time Coordinated) dates and
times, also known as Greenwich Mean Time.
This
can be done either in the autoexec.bat file or from the command line, using the
DOS environment variable, tz.
For example:
set tz=aaa[+|-]h[h][bbb]
Where:
aaa
The abbreviation for your standard time.
[+|-]h[h][:mm]
A one-two digit signed number that indicates the
difference as number of hours West of Greenwich.
bbb
The abbreviation for your daylight (summer) time
zone (can be omitted).
For example:
Auckland, Wellington
set TZ=NST-12作者: hxshrimp 时间: 2007-12-18 22:22 标题: 回复 #12 tegl 的帖子 不错。