USB thumb drive fails to remount after unplug
I am deploying a headless system based on Ubuntu 16.04.2 LTS, and it needs to tolerate hot unplugging and replugging of USB thumb drives. This works two or three times, but after that the drives fail to be mounted.
It shows up on lsblk (as sda/sda1 or sdb/sdb1) but when running gvfs-mount -o to monitor events, no activity is shown.
in /var/log/syslog, I get the following messages on a successful mount:
UPDATE: this is with two thumbdrives in two USB ports, which I thought was irrelevant. When using a single drive I did not get the failure. After it fails once, neither drive will automount until the system is rebooted.
Feb 27 22:07:38 node2 kernel: [ 126.883472] scsi 4:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:07:38 node2 kernel: [ 126.892531] sd 4:0:0:0: [sda] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:07:38 node2 kernel: [ 126.902401] sd 4:0:0:0: [sda] Write Protect is off
Feb 27 22:07:38 node2 kernel: [ 126.907241] sd 4:0:0:0: [sda] Mode Sense: 43 00 00 00
Feb 27 22:07:38 node2 kernel: [ 126.913159] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:07:38 node2 kernel: [ 126.962052] sda: sda1
Feb 27 22:07:38 node2 kernel: [ 126.969869] sd 4:0:0:0: [sda] Attached SCSI removable disk
Feb 27 22:07:39 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 mount.exfat: volume was not unmounted cleanly
Feb 27 22:07:39 node2 udisksd[1770]: Mounted /dev/sda1 at /media/baseuser/Thumb01 on behalf of uid 1002
but when it fails to mount the last couple of messages don't happen
Feb 27 22:11:50 node2 kernel: [ 378.531797] scsi 7:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:11:50 node2 kernel: [ 378.540652] sd 7:0:0:0: [sdb] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:11:50 node2 kernel: [ 378.550138] sd 7:0:0:0: [sdb] Write Protect is off
Feb 27 22:11:50 node2 kernel: [ 378.554949] sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00
Feb 27 22:11:50 node2 kernel: [ 378.560824] sd 7:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:11:50 node2 kernel: [ 378.606004] sdb: sdb1
Feb 27 22:11:50 node2 kernel: [ 378.611952] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Feb 27 22:11:51 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:11:51 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
usb mount
New contributor
add a comment |
I am deploying a headless system based on Ubuntu 16.04.2 LTS, and it needs to tolerate hot unplugging and replugging of USB thumb drives. This works two or three times, but after that the drives fail to be mounted.
It shows up on lsblk (as sda/sda1 or sdb/sdb1) but when running gvfs-mount -o to monitor events, no activity is shown.
in /var/log/syslog, I get the following messages on a successful mount:
UPDATE: this is with two thumbdrives in two USB ports, which I thought was irrelevant. When using a single drive I did not get the failure. After it fails once, neither drive will automount until the system is rebooted.
Feb 27 22:07:38 node2 kernel: [ 126.883472] scsi 4:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:07:38 node2 kernel: [ 126.892531] sd 4:0:0:0: [sda] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:07:38 node2 kernel: [ 126.902401] sd 4:0:0:0: [sda] Write Protect is off
Feb 27 22:07:38 node2 kernel: [ 126.907241] sd 4:0:0:0: [sda] Mode Sense: 43 00 00 00
Feb 27 22:07:38 node2 kernel: [ 126.913159] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:07:38 node2 kernel: [ 126.962052] sda: sda1
Feb 27 22:07:38 node2 kernel: [ 126.969869] sd 4:0:0:0: [sda] Attached SCSI removable disk
Feb 27 22:07:39 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 mount.exfat: volume was not unmounted cleanly
Feb 27 22:07:39 node2 udisksd[1770]: Mounted /dev/sda1 at /media/baseuser/Thumb01 on behalf of uid 1002
but when it fails to mount the last couple of messages don't happen
Feb 27 22:11:50 node2 kernel: [ 378.531797] scsi 7:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:11:50 node2 kernel: [ 378.540652] sd 7:0:0:0: [sdb] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:11:50 node2 kernel: [ 378.550138] sd 7:0:0:0: [sdb] Write Protect is off
Feb 27 22:11:50 node2 kernel: [ 378.554949] sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00
Feb 27 22:11:50 node2 kernel: [ 378.560824] sd 7:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:11:50 node2 kernel: [ 378.606004] sdb: sdb1
Feb 27 22:11:50 node2 kernel: [ 378.611952] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Feb 27 22:11:51 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:11:51 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
usb mount
New contributor
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago
add a comment |
I am deploying a headless system based on Ubuntu 16.04.2 LTS, and it needs to tolerate hot unplugging and replugging of USB thumb drives. This works two or three times, but after that the drives fail to be mounted.
It shows up on lsblk (as sda/sda1 or sdb/sdb1) but when running gvfs-mount -o to monitor events, no activity is shown.
in /var/log/syslog, I get the following messages on a successful mount:
UPDATE: this is with two thumbdrives in two USB ports, which I thought was irrelevant. When using a single drive I did not get the failure. After it fails once, neither drive will automount until the system is rebooted.
Feb 27 22:07:38 node2 kernel: [ 126.883472] scsi 4:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:07:38 node2 kernel: [ 126.892531] sd 4:0:0:0: [sda] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:07:38 node2 kernel: [ 126.902401] sd 4:0:0:0: [sda] Write Protect is off
Feb 27 22:07:38 node2 kernel: [ 126.907241] sd 4:0:0:0: [sda] Mode Sense: 43 00 00 00
Feb 27 22:07:38 node2 kernel: [ 126.913159] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:07:38 node2 kernel: [ 126.962052] sda: sda1
Feb 27 22:07:38 node2 kernel: [ 126.969869] sd 4:0:0:0: [sda] Attached SCSI removable disk
Feb 27 22:07:39 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 mount.exfat: volume was not unmounted cleanly
Feb 27 22:07:39 node2 udisksd[1770]: Mounted /dev/sda1 at /media/baseuser/Thumb01 on behalf of uid 1002
but when it fails to mount the last couple of messages don't happen
Feb 27 22:11:50 node2 kernel: [ 378.531797] scsi 7:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:11:50 node2 kernel: [ 378.540652] sd 7:0:0:0: [sdb] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:11:50 node2 kernel: [ 378.550138] sd 7:0:0:0: [sdb] Write Protect is off
Feb 27 22:11:50 node2 kernel: [ 378.554949] sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00
Feb 27 22:11:50 node2 kernel: [ 378.560824] sd 7:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:11:50 node2 kernel: [ 378.606004] sdb: sdb1
Feb 27 22:11:50 node2 kernel: [ 378.611952] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Feb 27 22:11:51 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:11:51 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
usb mount
New contributor
I am deploying a headless system based on Ubuntu 16.04.2 LTS, and it needs to tolerate hot unplugging and replugging of USB thumb drives. This works two or three times, but after that the drives fail to be mounted.
It shows up on lsblk (as sda/sda1 or sdb/sdb1) but when running gvfs-mount -o to monitor events, no activity is shown.
in /var/log/syslog, I get the following messages on a successful mount:
UPDATE: this is with two thumbdrives in two USB ports, which I thought was irrelevant. When using a single drive I did not get the failure. After it fails once, neither drive will automount until the system is rebooted.
Feb 27 22:07:38 node2 kernel: [ 126.883472] scsi 4:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:07:38 node2 kernel: [ 126.892531] sd 4:0:0:0: [sda] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:07:38 node2 kernel: [ 126.902401] sd 4:0:0:0: [sda] Write Protect is off
Feb 27 22:07:38 node2 kernel: [ 126.907241] sd 4:0:0:0: [sda] Mode Sense: 43 00 00 00
Feb 27 22:07:38 node2 kernel: [ 126.913159] sd 4:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:07:38 node2 kernel: [ 126.962052] sda: sda1
Feb 27 22:07:38 node2 kernel: [ 126.969869] sd 4:0:0:0: [sda] Attached SCSI removable disk
Feb 27 22:07:39 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:07:39 node2 mount.exfat: volume was not unmounted cleanly
Feb 27 22:07:39 node2 udisksd[1770]: Mounted /dev/sda1 at /media/baseuser/Thumb01 on behalf of uid 1002
but when it fails to mount the last couple of messages don't happen
Feb 27 22:11:50 node2 kernel: [ 378.531797] scsi 7:0:0:0: Direct-Access SanDisk Extreme 1.00 PQ: 0 ANSI: 6
Feb 27 22:11:50 node2 kernel: [ 378.540652] sd 7:0:0:0: [sdb] 247201792 512-byte logical blocks: (127 GB/118 GiB)
Feb 27 22:11:50 node2 kernel: [ 378.550138] sd 7:0:0:0: [sdb] Write Protect is off
Feb 27 22:11:50 node2 kernel: [ 378.554949] sd 7:0:0:0: [sdb] Mode Sense: 43 00 00 00
Feb 27 22:11:50 node2 kernel: [ 378.560824] sd 7:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Feb 27 22:11:50 node2 kernel: [ 378.606004] sdb: sdb1
Feb 27 22:11:50 node2 kernel: [ 378.611952] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Feb 27 22:11:51 node2 ofonod[854]: ofonod[854]: plugins/udevng.c:check_modem_list()
Feb 27 22:11:51 node2 ofonod[854]: plugins/udevng.c:check_modem_list()
usb mount
usb mount
New contributor
New contributor
edited 8 hours ago
WiringHarness
New contributor
asked 8 hours ago
WiringHarnessWiringHarness
1011
1011
New contributor
New contributor
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago
add a comment |
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
WiringHarness is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1121827%2fusb-thumb-drive-fails-to-remount-after-unplug%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
WiringHarness is a new contributor. Be nice, and check out our Code of Conduct.
WiringHarness is a new contributor. Be nice, and check out our Code of Conduct.
WiringHarness is a new contributor. Be nice, and check out our Code of Conduct.
WiringHarness is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1121827%2fusb-thumb-drive-fails-to-remount-after-unplug%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
If it's reporting as 16.04.2, I would update your system & try again. Current Ubuntu 16.04 LTS systems should be at 16.04.6 if fully upgraded (so you could be a number of kernels & security upgrades behind (ie. 2017-Aug-05 was 16.04.3 upgrade)
– guiverc
8 hours ago