Couldn't copy file from Windows external hard disk to Lubuntu USB
My system information:
- Lubuntu 18.04 LTS
- PCmanFM 1.2.5
- My Lubuntu is installed directly on a pendrive.
Here is the bug I got while copying .ttf from Windows 10:
Error when getting information for file “/media/starlight/Windows 10 Pro/Windows/Fonts/cour.ttf”: Input/output error

I tried to copy some fonts from Windows 10 which installed as the primary OS on my computer. For now, I downloaded fonts from the internet. But I want to understand the reason and get solutions because I really need to send/get files from PCs. (This pendrive works as mobile-workspace of mine.)
windows lubuntu windows-10 copy copy-and-paste
add a comment |
My system information:
- Lubuntu 18.04 LTS
- PCmanFM 1.2.5
- My Lubuntu is installed directly on a pendrive.
Here is the bug I got while copying .ttf from Windows 10:
Error when getting information for file “/media/starlight/Windows 10 Pro/Windows/Fonts/cour.ttf”: Input/output error

I tried to copy some fonts from Windows 10 which installed as the primary OS on my computer. For now, I downloaded fonts from the internet. But I want to understand the reason and get solutions because I really need to send/get files from PCs. (This pendrive works as mobile-workspace of mine.)
windows lubuntu windows-10 copy copy-and-paste
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'dcp(copy the file; even if to/dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploringdmesgor system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my firstcporcat)
– guiverc
Jan 29 at 8:02
Thanks for guiding me to check issues. Here is my latest line in syslog:Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override"About mydmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?
– Star Light
Jan 29 at 15:59
add a comment |
My system information:
- Lubuntu 18.04 LTS
- PCmanFM 1.2.5
- My Lubuntu is installed directly on a pendrive.
Here is the bug I got while copying .ttf from Windows 10:
Error when getting information for file “/media/starlight/Windows 10 Pro/Windows/Fonts/cour.ttf”: Input/output error

I tried to copy some fonts from Windows 10 which installed as the primary OS on my computer. For now, I downloaded fonts from the internet. But I want to understand the reason and get solutions because I really need to send/get files from PCs. (This pendrive works as mobile-workspace of mine.)
windows lubuntu windows-10 copy copy-and-paste
My system information:
- Lubuntu 18.04 LTS
- PCmanFM 1.2.5
- My Lubuntu is installed directly on a pendrive.
Here is the bug I got while copying .ttf from Windows 10:
Error when getting information for file “/media/starlight/Windows 10 Pro/Windows/Fonts/cour.ttf”: Input/output error

I tried to copy some fonts from Windows 10 which installed as the primary OS on my computer. For now, I downloaded fonts from the internet. But I want to understand the reason and get solutions because I really need to send/get files from PCs. (This pendrive works as mobile-workspace of mine.)
windows lubuntu windows-10 copy copy-and-paste
windows lubuntu windows-10 copy copy-and-paste
edited Jan 29 at 7:05
Melebius
4,87751939
4,87751939
asked Jan 29 at 6:46
Star LightStar Light
306
306
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'dcp(copy the file; even if to/dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploringdmesgor system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my firstcporcat)
– guiverc
Jan 29 at 8:02
Thanks for guiding me to check issues. Here is my latest line in syslog:Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override"About mydmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?
– Star Light
Jan 29 at 15:59
add a comment |
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'dcp(copy the file; even if to/dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploringdmesgor system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my firstcporcat)
– guiverc
Jan 29 at 8:02
Thanks for guiding me to check issues. Here is my latest line in syslog:Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override"About mydmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?
– Star Light
Jan 29 at 15:59
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'd
cp (copy the file; even if to /dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploring dmesg or system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my first cp or cat )– guiverc
Jan 29 at 8:02
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'd
cp (copy the file; even if to /dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploring dmesg or system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my first cp or cat )– guiverc
Jan 29 at 8:02
Thanks for guiding me to check issues. Here is my latest line in syslog:
Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override" About my dmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?– Star Light
Jan 29 at 15:59
Thanks for guiding me to check issues. Here is my latest line in syslog:
Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override" About my dmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?– Star Light
Jan 29 at 15:59
add a comment |
1 Answer
1
active
oldest
votes
One concern is that modern Windows 10 systems almost never actually shutdown and instead hibernate. You would be surprised the amount of additional work needed to fully shutdown a modern Windows system. Without fully shutting down the hard drive is often left in a state that may not be accessible. Although, typically when this happens the disk will not mount at all and you wouldn't be able to see the directory contents.
The other concern is that when using USB thumb/pen drives they typically have very poor reliability. They are designed to be written to infrequently and running a full operating system on them usually degrades their write cycles to the point where writes fail. (See Thumb Drive and Memory Wear)
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
add a comment |
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
});
}
});
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%2f1113729%2fcouldnt-copy-file-from-windows-external-hard-disk-to-lubuntu-usb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
One concern is that modern Windows 10 systems almost never actually shutdown and instead hibernate. You would be surprised the amount of additional work needed to fully shutdown a modern Windows system. Without fully shutting down the hard drive is often left in a state that may not be accessible. Although, typically when this happens the disk will not mount at all and you wouldn't be able to see the directory contents.
The other concern is that when using USB thumb/pen drives they typically have very poor reliability. They are designed to be written to infrequently and running a full operating system on them usually degrades their write cycles to the point where writes fail. (See Thumb Drive and Memory Wear)
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
add a comment |
One concern is that modern Windows 10 systems almost never actually shutdown and instead hibernate. You would be surprised the amount of additional work needed to fully shutdown a modern Windows system. Without fully shutting down the hard drive is often left in a state that may not be accessible. Although, typically when this happens the disk will not mount at all and you wouldn't be able to see the directory contents.
The other concern is that when using USB thumb/pen drives they typically have very poor reliability. They are designed to be written to infrequently and running a full operating system on them usually degrades their write cycles to the point where writes fail. (See Thumb Drive and Memory Wear)
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
add a comment |
One concern is that modern Windows 10 systems almost never actually shutdown and instead hibernate. You would be surprised the amount of additional work needed to fully shutdown a modern Windows system. Without fully shutting down the hard drive is often left in a state that may not be accessible. Although, typically when this happens the disk will not mount at all and you wouldn't be able to see the directory contents.
The other concern is that when using USB thumb/pen drives they typically have very poor reliability. They are designed to be written to infrequently and running a full operating system on them usually degrades their write cycles to the point where writes fail. (See Thumb Drive and Memory Wear)
One concern is that modern Windows 10 systems almost never actually shutdown and instead hibernate. You would be surprised the amount of additional work needed to fully shutdown a modern Windows system. Without fully shutting down the hard drive is often left in a state that may not be accessible. Although, typically when this happens the disk will not mount at all and you wouldn't be able to see the directory contents.
The other concern is that when using USB thumb/pen drives they typically have very poor reliability. They are designed to be written to infrequently and running a full operating system on them usually degrades their write cycles to the point where writes fail. (See Thumb Drive and Memory Wear)
answered Jan 29 at 8:40
Kristopher IvesKristopher Ives
2,87211525
2,87211525
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
add a comment |
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
So that means I could not turn a pendrive into portable OS? If so, do you have any suggestion for making a portable OS where I could carrying around?
– Star Light
Jan 29 at 16:02
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
No, it mean you CAN but with caveats: Read the links. Reality isn't black&white.
– GabrielaGarcia
Jan 29 at 17:32
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
Yeah, I read the link. But I just couldn't image the lifespan of pendrive if I install an OS on it? (16GB space)
– Star Light
Jan 29 at 18:26
add a comment |
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%2f1113729%2fcouldnt-copy-file-from-windows-external-hard-disk-to-lubuntu-usb%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
IO (input/output) errors are hardware issues and are not bugs. If I had the error, I'd
cp(copy the file; even if to/dev/null) to see the error in full which is easier in a terminal. IO error implies hardware issue, which is why I'd take note (exploringdmesgor system logs, then check SMART or check the health of the drive to ensure it's not starting to fail). Glitches can happen in theory because of power surges (ie. random), so it may be a one-off, but I'd explore details in logs (or via re-doing the operation & taking note with my firstcporcat)– guiverc
Jan 29 at 8:02
Thanks for guiding me to check issues. Here is my latest line in syslog:
Jan 29 22:44:55 Astral kernel: [ 2517.356194] audit: type=1400 audit(1548776695.085:22): apparmor="DENIED" operation="capable" profile="/usr/bin/man" pid=2710 comm="man" capability=1 capname="dac_override"About mydmesg, it is quite long, also it like the same syslog (just different timestamp. Should I upload it?– Star Light
Jan 29 at 15:59