Open USB off specific port in linux

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












1















I am using a raspberry PI. I want to create a USB bridge, meaning I can transfer the files from one USB to another automatically.



My problem is finding the specific USB I want to take the files from, and the USB I want to send them to. I've looked at all sorts, from lsblk which outputs the directory of the USB really nicely, i.e. /media/pi/, but if I have two USB's in, I don't know which one is the source and which one is the target.



If the device names were static, this would be fine, but the plan here is to be able to plug any two USB's in, and the source will always transfer to the target.



Basically I want to label one of the physical USB ports as the IN, and the other as the OUT, and anything on the IN gets transferred to the OUT.



To do this I need to:



  1. Find the files on the device plugged into the IN port

  2. Find the device plugged into the out port

  3. Move the files from the in port to the out port.

If I can find a way to do this, I can automate it.










share|improve this question
























  • See here for ways to find out what sd* device file corresponds to what port.

    – novice
    Jan 13 at 1:20















1















I am using a raspberry PI. I want to create a USB bridge, meaning I can transfer the files from one USB to another automatically.



My problem is finding the specific USB I want to take the files from, and the USB I want to send them to. I've looked at all sorts, from lsblk which outputs the directory of the USB really nicely, i.e. /media/pi/, but if I have two USB's in, I don't know which one is the source and which one is the target.



If the device names were static, this would be fine, but the plan here is to be able to plug any two USB's in, and the source will always transfer to the target.



Basically I want to label one of the physical USB ports as the IN, and the other as the OUT, and anything on the IN gets transferred to the OUT.



To do this I need to:



  1. Find the files on the device plugged into the IN port

  2. Find the device plugged into the out port

  3. Move the files from the in port to the out port.

If I can find a way to do this, I can automate it.










share|improve this question
























  • See here for ways to find out what sd* device file corresponds to what port.

    – novice
    Jan 13 at 1:20













1












1








1








I am using a raspberry PI. I want to create a USB bridge, meaning I can transfer the files from one USB to another automatically.



My problem is finding the specific USB I want to take the files from, and the USB I want to send them to. I've looked at all sorts, from lsblk which outputs the directory of the USB really nicely, i.e. /media/pi/, but if I have two USB's in, I don't know which one is the source and which one is the target.



If the device names were static, this would be fine, but the plan here is to be able to plug any two USB's in, and the source will always transfer to the target.



Basically I want to label one of the physical USB ports as the IN, and the other as the OUT, and anything on the IN gets transferred to the OUT.



To do this I need to:



  1. Find the files on the device plugged into the IN port

  2. Find the device plugged into the out port

  3. Move the files from the in port to the out port.

If I can find a way to do this, I can automate it.










share|improve this question
















I am using a raspberry PI. I want to create a USB bridge, meaning I can transfer the files from one USB to another automatically.



My problem is finding the specific USB I want to take the files from, and the USB I want to send them to. I've looked at all sorts, from lsblk which outputs the directory of the USB really nicely, i.e. /media/pi/, but if I have two USB's in, I don't know which one is the source and which one is the target.



If the device names were static, this would be fine, but the plan here is to be able to plug any two USB's in, and the source will always transfer to the target.



Basically I want to label one of the physical USB ports as the IN, and the other as the OUT, and anything on the IN gets transferred to the OUT.



To do this I need to:



  1. Find the files on the device plugged into the IN port

  2. Find the device plugged into the out port

  3. Move the files from the in port to the out port.

If I can find a way to do this, I can automate it.







linux ubuntu raspberry-pi usb-drive file-copy






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 12 at 18:40









Rui F Ribeiro

39.7k1479132




39.7k1479132










asked Jan 12 at 18:34









ConcarneyConcarney

61




61












  • See here for ways to find out what sd* device file corresponds to what port.

    – novice
    Jan 13 at 1:20

















  • See here for ways to find out what sd* device file corresponds to what port.

    – novice
    Jan 13 at 1:20
















See here for ways to find out what sd* device file corresponds to what port.

– novice
Jan 13 at 1:20





See here for ways to find out what sd* device file corresponds to what port.

– novice
Jan 13 at 1:20










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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494144%2fopen-usb-off-specific-port-in-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















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494144%2fopen-usb-off-specific-port-in-linux%23new-answer', 'question_page');

);

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






Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)