Mount two same usb device Always in the same port UBUNTU

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











up vote
1
down vote

favorite












need to mount two device (identical/equal) at the same port...not difficult but look this:



/dev/input/event6 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event2 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event3 - 413c_3010
/dev/input/mouse0 - 413c_3010
/dev/input/event4 - Dell_Dell_USB_Keyboard
/dev/input/event6 and /dev/input/event2 is my device...


sometimes when a reboot my server its mistake confuse the two device and mount the device in event2 -> in event6 and the device in event6 -> in event2



i need that Device A is mount always in event6 Device B is mount always in event2



but this device as the same name and the same parameters










share|improve this question



















  • 1




    If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
    – oliv
    Feb 23 '17 at 7:50










  • @oliv Yes but when server turning off ?
    – riccardo airone
    Feb 24 '17 at 10:13










  • If your server is off, i don't think it's going to handle any input, isn't it?
    – oliv
    Feb 24 '17 at 10:16











  • @oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
    – riccardo airone
    Feb 25 '17 at 1:10














up vote
1
down vote

favorite












need to mount two device (identical/equal) at the same port...not difficult but look this:



/dev/input/event6 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event2 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event3 - 413c_3010
/dev/input/mouse0 - 413c_3010
/dev/input/event4 - Dell_Dell_USB_Keyboard
/dev/input/event6 and /dev/input/event2 is my device...


sometimes when a reboot my server its mistake confuse the two device and mount the device in event2 -> in event6 and the device in event6 -> in event2



i need that Device A is mount always in event6 Device B is mount always in event2



but this device as the same name and the same parameters










share|improve this question



















  • 1




    If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
    – oliv
    Feb 23 '17 at 7:50










  • @oliv Yes but when server turning off ?
    – riccardo airone
    Feb 24 '17 at 10:13










  • If your server is off, i don't think it's going to handle any input, isn't it?
    – oliv
    Feb 24 '17 at 10:16











  • @oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
    – riccardo airone
    Feb 25 '17 at 1:10












up vote
1
down vote

favorite









up vote
1
down vote

favorite











need to mount two device (identical/equal) at the same port...not difficult but look this:



/dev/input/event6 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event2 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event3 - 413c_3010
/dev/input/mouse0 - 413c_3010
/dev/input/event4 - Dell_Dell_USB_Keyboard
/dev/input/event6 and /dev/input/event2 is my device...


sometimes when a reboot my server its mistake confuse the two device and mount the device in event2 -> in event6 and the device in event6 -> in event2



i need that Device A is mount always in event6 Device B is mount always in event2



but this device as the same name and the same parameters










share|improve this question















need to mount two device (identical/equal) at the same port...not difficult but look this:



/dev/input/event6 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event2 - Sycreader_RFID_Technology_Co.__Ltd_SYC_ID_IC_USB_Reader_08FF20140315
/dev/input/event3 - 413c_3010
/dev/input/mouse0 - 413c_3010
/dev/input/event4 - Dell_Dell_USB_Keyboard
/dev/input/event6 and /dev/input/event2 is my device...


sometimes when a reboot my server its mistake confuse the two device and mount the device in event2 -> in event6 and the device in event6 -> in event2



i need that Device A is mount always in event6 Device B is mount always in event2



but this device as the same name and the same parameters







shell usb devices kubuntu usb-device






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 20:35









Rui F Ribeiro

38.2k1475125




38.2k1475125










asked Feb 23 '17 at 1:22









riccardo airone

61




61







  • 1




    If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
    – oliv
    Feb 23 '17 at 7:50










  • @oliv Yes but when server turning off ?
    – riccardo airone
    Feb 24 '17 at 10:13










  • If your server is off, i don't think it's going to handle any input, isn't it?
    – oliv
    Feb 24 '17 at 10:16











  • @oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
    – riccardo airone
    Feb 25 '17 at 1:10












  • 1




    If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
    – oliv
    Feb 23 '17 at 7:50










  • @oliv Yes but when server turning off ?
    – riccardo airone
    Feb 24 '17 at 10:13










  • If your server is off, i don't think it's going to handle any input, isn't it?
    – oliv
    Feb 24 '17 at 10:16











  • @oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
    – riccardo airone
    Feb 25 '17 at 1:10







1




1




If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
– oliv
Feb 23 '17 at 7:50




If you have udev on your system, you can use your devices by their identifiers located in /dev/input/by-id/ instead of their direct mount point
– oliv
Feb 23 '17 at 7:50












@oliv Yes but when server turning off ?
– riccardo airone
Feb 24 '17 at 10:13




@oliv Yes but when server turning off ?
– riccardo airone
Feb 24 '17 at 10:13












If your server is off, i don't think it's going to handle any input, isn't it?
– oliv
Feb 24 '17 at 10:16





If your server is off, i don't think it's going to handle any input, isn't it?
– oliv
Feb 24 '17 at 10:16













@oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
– riccardo airone
Feb 25 '17 at 1:10




@oliv I mean... the devices is the same ... sometimes when a reboot my server its mount the devices in other location or mix it
– riccardo airone
Feb 25 '17 at 1:10















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',
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%2f346970%2fmount-two-same-usb-device-always-in-the-same-port-ubuntu%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown






























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%2funix.stackexchange.com%2fquestions%2f346970%2fmount-two-same-usb-device-always-in-the-same-port-ubuntu%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)