diff options
author | Karel Zak | 2008-07-28 11:18:27 +0200 |
---|---|---|
committer | Karel Zak | 2008-07-28 11:18:27 +0200 |
commit | 9615cd1d2fee4f306c50fb6978e87230111cc077 (patch) | |
tree | e1110836796e9f47702016cc433d79bf803d31ff /mount | |
parent | remove CVS keywords (diff) | |
download | kernel-qcow2-util-linux-9615cd1d2fee4f306c50fb6978e87230111cc077.tar.gz kernel-qcow2-util-linux-9615cd1d2fee4f306c50fb6978e87230111cc077.tar.xz kernel-qcow2-util-linux-9615cd1d2fee4f306c50fb6978e87230111cc077.zip |
mount: add info about tz=UTC option for FAT to mount.8
CC: Joe Peterson <joe@skyrush.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index 6af12e4ae..524ed28cc 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -1197,6 +1197,14 @@ Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format. .TP +.BI tz=UTC +This option disables the conversion of timestamps +between local time (as used by Windows on FAT) and UTC +(which Linux uses internally). This is particuluarly +useful when mounting devices (like digital cameras) +that are set to UTC in order to avoid the pitfalls of +local time. +.TP .B quiet Turn on the .I quiet |