Slow speeds while copying large file in UBUNTU 18.04 Lts

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I am Copying a large file in my USB DRIVE while copying more than half part it stucks and halt there while i cannot copy that file. I am trying this command



echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes


But it error-ed that.



bash: /proc/sys/vm/dirty_background_bytes: Permission denied






share|improve this question




















  • going to sound basic here but did you use sudo at the beginning of the command?
    – delfiler
    May 15 at 10:26










  • bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
    – Robo Lover
    May 15 at 10:28











  • okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
    – delfiler
    May 15 at 10:32






  • 1




    can u explain me..i didn't get ur point
    – Robo Lover
    May 15 at 10:33











  • @delfiler If it were a permission issue the copy wouldn't have started at all.
    – dsstorefile1
    May 15 at 11:26














up vote
0
down vote

favorite












I am Copying a large file in my USB DRIVE while copying more than half part it stucks and halt there while i cannot copy that file. I am trying this command



echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes


But it error-ed that.



bash: /proc/sys/vm/dirty_background_bytes: Permission denied






share|improve this question




















  • going to sound basic here but did you use sudo at the beginning of the command?
    – delfiler
    May 15 at 10:26










  • bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
    – Robo Lover
    May 15 at 10:28











  • okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
    – delfiler
    May 15 at 10:32






  • 1




    can u explain me..i didn't get ur point
    – Robo Lover
    May 15 at 10:33











  • @delfiler If it were a permission issue the copy wouldn't have started at all.
    – dsstorefile1
    May 15 at 11:26












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am Copying a large file in my USB DRIVE while copying more than half part it stucks and halt there while i cannot copy that file. I am trying this command



echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes


But it error-ed that.



bash: /proc/sys/vm/dirty_background_bytes: Permission denied






share|improve this question












I am Copying a large file in my USB DRIVE while copying more than half part it stucks and halt there while i cannot copy that file. I am trying this command



echo $((16*1024*1024)) > /proc/sys/vm/dirty_background_bytes
echo $((48*1024*1024)) > /proc/sys/vm/dirty_bytes


But it error-ed that.



bash: /proc/sys/vm/dirty_background_bytes: Permission denied








share|improve this question











share|improve this question




share|improve this question










asked May 15 at 10:25









Robo Lover

15




15











  • going to sound basic here but did you use sudo at the beginning of the command?
    – delfiler
    May 15 at 10:26










  • bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
    – Robo Lover
    May 15 at 10:28











  • okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
    – delfiler
    May 15 at 10:32






  • 1




    can u explain me..i didn't get ur point
    – Robo Lover
    May 15 at 10:33











  • @delfiler If it were a permission issue the copy wouldn't have started at all.
    – dsstorefile1
    May 15 at 11:26
















  • going to sound basic here but did you use sudo at the beginning of the command?
    – delfiler
    May 15 at 10:26










  • bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
    – Robo Lover
    May 15 at 10:28











  • okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
    – delfiler
    May 15 at 10:32






  • 1




    can u explain me..i didn't get ur point
    – Robo Lover
    May 15 at 10:33











  • @delfiler If it were a permission issue the copy wouldn't have started at all.
    – dsstorefile1
    May 15 at 11:26















going to sound basic here but did you use sudo at the beginning of the command?
– delfiler
May 15 at 10:26




going to sound basic here but did you use sudo at the beginning of the command?
– delfiler
May 15 at 10:26












bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
– Robo Lover
May 15 at 10:28





bash: /proc/sys/vm/dirty_background_bytes: Permission denied..Same error.
– Robo Lover
May 15 at 10:28













okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
– delfiler
May 15 at 10:32




okay what account are you using to copy with? if you are not using root then you might not have the permision to copy.
– delfiler
May 15 at 10:32




1




1




can u explain me..i didn't get ur point
– Robo Lover
May 15 at 10:33





can u explain me..i didn't get ur point
– Robo Lover
May 15 at 10:33













@delfiler If it were a permission issue the copy wouldn't have started at all.
– dsstorefile1
May 15 at 11:26




@delfiler If it were a permission issue the copy wouldn't have started at all.
– dsstorefile1
May 15 at 11:26















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036467%2fslow-speeds-while-copying-large-file-in-ubuntu-18-04-lts%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036467%2fslow-speeds-while-copying-large-file-in-ubuntu-18-04-lts%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491