Inconsistent timestamp in exFAT volume on macOS and Linux
To read exFAT volumes on Fedora, I installed the fuse exFAT package from rpmfusion repository on my Fedora computer at work.
I maintain a few webapps in my exFAT USB drive so that I can work on them whenever I have a computer with a code editor.
But a few moments back, when I uploaded one of the webapps to the CentOS server, I noticed something strange in the output, and I determine it's because the difference in the handling of timestamp value on my Mac at home and on Fedora at work. I reside in the UTC+8 timezone.
Here's the output of my interaction:
//64-bit Darwin @home on Mac Mini./
$ ./arch.sh -d MAMS
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
MAMS-2019-02-25.txz 100% 1542KB 768.9KB/s 00:02
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
tar: MAMS/bin/project-summary-ver2: time stamp 2019-02-26 04:39:12 is 34207.357152951 s in the future
tar: MAMS/bin: time stamp 2019-02-26 04:52:06 is 34981.356737044 s in the future
tar: MAMS/web-xf0/1b-datatypes.php: time stamp 2019-02-26 09:51:44 is 52959.214945151 s in the future
tar: MAMS/web-xf0/1c-boilerplate.php: time stamp 2019-02-26 04:13:57 is 32692.214619051 s in the future
tar: MAMS/web-xf0: time stamp 2019-02-26 09:51:44 is 52959.214216374 s in the future
tar: MAMS/web-xf1/styles-common.css: time stamp 2019-02-26 05:12:03 is 36178.213656906 s in the future
tar: MAMS/web-xf1: time stamp 2019-02-26 09:52:12 is 52987.209199691 s in the future
tar: MAMS: time stamp 2019-02-26 06:30:08 is 40863.199261336 s in the future
[sudo] password for dannyniu:
Connection to ****.*****.com closed.
//64-bit Darwin @home on Mac Mini./
$ date
Mon Feb 25 19:34:05 CST 2019
//64-bit Darwin @home on Mac Mini./
$
So my question is: how should I configure exfat-fuse mount options on Fedora to make it interoperable with macOS?
linux osx timestamps fuse exfat
add a comment |
To read exFAT volumes on Fedora, I installed the fuse exFAT package from rpmfusion repository on my Fedora computer at work.
I maintain a few webapps in my exFAT USB drive so that I can work on them whenever I have a computer with a code editor.
But a few moments back, when I uploaded one of the webapps to the CentOS server, I noticed something strange in the output, and I determine it's because the difference in the handling of timestamp value on my Mac at home and on Fedora at work. I reside in the UTC+8 timezone.
Here's the output of my interaction:
//64-bit Darwin @home on Mac Mini./
$ ./arch.sh -d MAMS
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
MAMS-2019-02-25.txz 100% 1542KB 768.9KB/s 00:02
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
tar: MAMS/bin/project-summary-ver2: time stamp 2019-02-26 04:39:12 is 34207.357152951 s in the future
tar: MAMS/bin: time stamp 2019-02-26 04:52:06 is 34981.356737044 s in the future
tar: MAMS/web-xf0/1b-datatypes.php: time stamp 2019-02-26 09:51:44 is 52959.214945151 s in the future
tar: MAMS/web-xf0/1c-boilerplate.php: time stamp 2019-02-26 04:13:57 is 32692.214619051 s in the future
tar: MAMS/web-xf0: time stamp 2019-02-26 09:51:44 is 52959.214216374 s in the future
tar: MAMS/web-xf1/styles-common.css: time stamp 2019-02-26 05:12:03 is 36178.213656906 s in the future
tar: MAMS/web-xf1: time stamp 2019-02-26 09:52:12 is 52987.209199691 s in the future
tar: MAMS: time stamp 2019-02-26 06:30:08 is 40863.199261336 s in the future
[sudo] password for dannyniu:
Connection to ****.*****.com closed.
//64-bit Darwin @home on Mac Mini./
$ date
Mon Feb 25 19:34:05 CST 2019
//64-bit Darwin @home on Mac Mini./
$
So my question is: how should I configure exfat-fuse mount options on Fedora to make it interoperable with macOS?
linux osx timestamps fuse exfat
add a comment |
To read exFAT volumes on Fedora, I installed the fuse exFAT package from rpmfusion repository on my Fedora computer at work.
I maintain a few webapps in my exFAT USB drive so that I can work on them whenever I have a computer with a code editor.
But a few moments back, when I uploaded one of the webapps to the CentOS server, I noticed something strange in the output, and I determine it's because the difference in the handling of timestamp value on my Mac at home and on Fedora at work. I reside in the UTC+8 timezone.
Here's the output of my interaction:
//64-bit Darwin @home on Mac Mini./
$ ./arch.sh -d MAMS
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
MAMS-2019-02-25.txz 100% 1542KB 768.9KB/s 00:02
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
tar: MAMS/bin/project-summary-ver2: time stamp 2019-02-26 04:39:12 is 34207.357152951 s in the future
tar: MAMS/bin: time stamp 2019-02-26 04:52:06 is 34981.356737044 s in the future
tar: MAMS/web-xf0/1b-datatypes.php: time stamp 2019-02-26 09:51:44 is 52959.214945151 s in the future
tar: MAMS/web-xf0/1c-boilerplate.php: time stamp 2019-02-26 04:13:57 is 32692.214619051 s in the future
tar: MAMS/web-xf0: time stamp 2019-02-26 09:51:44 is 52959.214216374 s in the future
tar: MAMS/web-xf1/styles-common.css: time stamp 2019-02-26 05:12:03 is 36178.213656906 s in the future
tar: MAMS/web-xf1: time stamp 2019-02-26 09:52:12 is 52987.209199691 s in the future
tar: MAMS: time stamp 2019-02-26 06:30:08 is 40863.199261336 s in the future
[sudo] password for dannyniu:
Connection to ****.*****.com closed.
//64-bit Darwin @home on Mac Mini./
$ date
Mon Feb 25 19:34:05 CST 2019
//64-bit Darwin @home on Mac Mini./
$
So my question is: how should I configure exfat-fuse mount options on Fedora to make it interoperable with macOS?
linux osx timestamps fuse exfat
To read exFAT volumes on Fedora, I installed the fuse exFAT package from rpmfusion repository on my Fedora computer at work.
I maintain a few webapps in my exFAT USB drive so that I can work on them whenever I have a computer with a code editor.
But a few moments back, when I uploaded one of the webapps to the CentOS server, I noticed something strange in the output, and I determine it's because the difference in the handling of timestamp value on my Mac at home and on Fedora at work. I reside in the UTC+8 timezone.
Here's the output of my interaction:
//64-bit Darwin @home on Mac Mini./
$ ./arch.sh -d MAMS
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
MAMS-2019-02-25.txz 100% 1542KB 768.9KB/s 00:02
Enter passphrase for key '/Users/dannyniu/.ssh/id_rsa':
tar: MAMS/bin/project-summary-ver2: time stamp 2019-02-26 04:39:12 is 34207.357152951 s in the future
tar: MAMS/bin: time stamp 2019-02-26 04:52:06 is 34981.356737044 s in the future
tar: MAMS/web-xf0/1b-datatypes.php: time stamp 2019-02-26 09:51:44 is 52959.214945151 s in the future
tar: MAMS/web-xf0/1c-boilerplate.php: time stamp 2019-02-26 04:13:57 is 32692.214619051 s in the future
tar: MAMS/web-xf0: time stamp 2019-02-26 09:51:44 is 52959.214216374 s in the future
tar: MAMS/web-xf1/styles-common.css: time stamp 2019-02-26 05:12:03 is 36178.213656906 s in the future
tar: MAMS/web-xf1: time stamp 2019-02-26 09:52:12 is 52987.209199691 s in the future
tar: MAMS: time stamp 2019-02-26 06:30:08 is 40863.199261336 s in the future
[sudo] password for dannyniu:
Connection to ****.*****.com closed.
//64-bit Darwin @home on Mac Mini./
$ date
Mon Feb 25 19:34:05 CST 2019
//64-bit Darwin @home on Mac Mini./
$
So my question is: how should I configure exfat-fuse mount options on Fedora to make it interoperable with macOS?
linux osx timestamps fuse exfat
linux osx timestamps fuse exfat
edited Feb 25 at 12:02
DannyNiu
asked Feb 25 at 11:44
DannyNiuDannyNiu
1367
1367
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502855%2finconsistent-timestamp-in-exfat-volume-on-macos-and-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f502855%2finconsistent-timestamp-in-exfat-volume-on-macos-and-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown