Mounting efi disk on external USB

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











up vote
0
down vote

favorite












Recently I bought new sshd to replace my old one on my notebook, but I have problem.
I installed Ubuntu 15.10 on new one and put the old on usb case I have, but the disk on USB doesnt have partition (I screamed for 5 minutes because I can't lose data).



So I moved back my old disk inside the disk bay and put the new on usb case, and all my data was here intact but the disk on usb shows no partition.



Both of disks when in usb case show the model and factory correctly but not the partitions.
The case is OK, tested with old HDD that doesn't have GPT/EFI partition.



How can I mount the external disk so I can transfer my files?



Ouput of commands:



 $ sudo blkid /dev/sdb 
/dev/sdb: PTTYPE="PMBR"


$ sudo parted /dev/sdb print
Error: /dev/sdb: unrecognised disk label
Model: ST1000LM 014-1EJ164 (scsi)
Disk /dev/sdb: 1000GB Sector size (logical/physical): 4096B/4096B
Partition Table: unknown Disk Flags:

$ sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.0

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present









share|improve this question





















  • a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
    – Jonas
    Feb 5 '16 at 13:44










  • the output of fdisk -l ?
    – GAD3R
    Feb 5 '16 at 15:14










  • @younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
    – Diaulas Castro
    Feb 9 '16 at 16:27














up vote
0
down vote

favorite












Recently I bought new sshd to replace my old one on my notebook, but I have problem.
I installed Ubuntu 15.10 on new one and put the old on usb case I have, but the disk on USB doesnt have partition (I screamed for 5 minutes because I can't lose data).



So I moved back my old disk inside the disk bay and put the new on usb case, and all my data was here intact but the disk on usb shows no partition.



Both of disks when in usb case show the model and factory correctly but not the partitions.
The case is OK, tested with old HDD that doesn't have GPT/EFI partition.



How can I mount the external disk so I can transfer my files?



Ouput of commands:



 $ sudo blkid /dev/sdb 
/dev/sdb: PTTYPE="PMBR"


$ sudo parted /dev/sdb print
Error: /dev/sdb: unrecognised disk label
Model: ST1000LM 014-1EJ164 (scsi)
Disk /dev/sdb: 1000GB Sector size (logical/physical): 4096B/4096B
Partition Table: unknown Disk Flags:

$ sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.0

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present









share|improve this question





















  • a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
    – Jonas
    Feb 5 '16 at 13:44










  • the output of fdisk -l ?
    – GAD3R
    Feb 5 '16 at 15:14










  • @younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
    – Diaulas Castro
    Feb 9 '16 at 16:27












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Recently I bought new sshd to replace my old one on my notebook, but I have problem.
I installed Ubuntu 15.10 on new one and put the old on usb case I have, but the disk on USB doesnt have partition (I screamed for 5 minutes because I can't lose data).



So I moved back my old disk inside the disk bay and put the new on usb case, and all my data was here intact but the disk on usb shows no partition.



Both of disks when in usb case show the model and factory correctly but not the partitions.
The case is OK, tested with old HDD that doesn't have GPT/EFI partition.



How can I mount the external disk so I can transfer my files?



Ouput of commands:



 $ sudo blkid /dev/sdb 
/dev/sdb: PTTYPE="PMBR"


$ sudo parted /dev/sdb print
Error: /dev/sdb: unrecognised disk label
Model: ST1000LM 014-1EJ164 (scsi)
Disk /dev/sdb: 1000GB Sector size (logical/physical): 4096B/4096B
Partition Table: unknown Disk Flags:

$ sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.0

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present









share|improve this question













Recently I bought new sshd to replace my old one on my notebook, but I have problem.
I installed Ubuntu 15.10 on new one and put the old on usb case I have, but the disk on USB doesnt have partition (I screamed for 5 minutes because I can't lose data).



So I moved back my old disk inside the disk bay and put the new on usb case, and all my data was here intact but the disk on usb shows no partition.



Both of disks when in usb case show the model and factory correctly but not the partitions.
The case is OK, tested with old HDD that doesn't have GPT/EFI partition.



How can I mount the external disk so I can transfer my files?



Ouput of commands:



 $ sudo blkid /dev/sdb 
/dev/sdb: PTTYPE="PMBR"


$ sudo parted /dev/sdb print
Error: /dev/sdb: unrecognised disk label
Model: ST1000LM 014-1EJ164 (scsi)
Disk /dev/sdb: 1000GB Sector size (logical/physical): 4096B/4096B
Partition Table: unknown Disk Flags:

$ sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.0

Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present






mount usb gpt uefi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 5 '16 at 13:00









Diaulas Castro

12




12











  • a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
    – Jonas
    Feb 5 '16 at 13:44










  • the output of fdisk -l ?
    – GAD3R
    Feb 5 '16 at 15:14










  • @younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
    – Diaulas Castro
    Feb 9 '16 at 16:27
















  • a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
    – Jonas
    Feb 5 '16 at 13:44










  • the output of fdisk -l ?
    – GAD3R
    Feb 5 '16 at 15:14










  • @younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
    – Diaulas Castro
    Feb 9 '16 at 16:27















a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
– Jonas
Feb 5 '16 at 13:44




a hd case seems useless on linux , that happened with me too ; a better solution IF you have an old desktop , you can open iit , unplug its hd and cd/dvd player , and you'll have 2 ports empty , put your both HDs and boot from the old one , and then do your stuff
– Jonas
Feb 5 '16 at 13:44












the output of fdisk -l ?
– GAD3R
Feb 5 '16 at 15:14




the output of fdisk -l ?
– GAD3R
Feb 5 '16 at 15:14












@younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
– Diaulas Castro
Feb 9 '16 at 16:27




@younes , already tried that but my ubuntu even boot, maybe because my desktop is little old and still on BIOS rom based.
– Diaulas Castro
Feb 9 '16 at 16:27










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Try googling recover lost partitions. One product is http://findandmount.com/. It says it can find filesystems even if the master boot record has lost partitions. I also remember using a product on http://www.ultimatebootcd.com/ to do the same thing. I just can't remember which product.






share|improve this answer




















  • Theres no lost partition, they only won't show when the hd is plugged by external usb case
    – Diaulas Castro
    Feb 9 '16 at 16:20

















up vote
0
down vote













try this command



sudo apt-get install exfat-fuse exfat-utils





share|improve this answer




















    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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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%2funix.stackexchange.com%2fquestions%2f260127%2fmounting-efi-disk-on-external-usb%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Try googling recover lost partitions. One product is http://findandmount.com/. It says it can find filesystems even if the master boot record has lost partitions. I also remember using a product on http://www.ultimatebootcd.com/ to do the same thing. I just can't remember which product.






    share|improve this answer




















    • Theres no lost partition, they only won't show when the hd is plugged by external usb case
      – Diaulas Castro
      Feb 9 '16 at 16:20














    up vote
    0
    down vote













    Try googling recover lost partitions. One product is http://findandmount.com/. It says it can find filesystems even if the master boot record has lost partitions. I also remember using a product on http://www.ultimatebootcd.com/ to do the same thing. I just can't remember which product.






    share|improve this answer




















    • Theres no lost partition, they only won't show when the hd is plugged by external usb case
      – Diaulas Castro
      Feb 9 '16 at 16:20












    up vote
    0
    down vote










    up vote
    0
    down vote









    Try googling recover lost partitions. One product is http://findandmount.com/. It says it can find filesystems even if the master boot record has lost partitions. I also remember using a product on http://www.ultimatebootcd.com/ to do the same thing. I just can't remember which product.






    share|improve this answer












    Try googling recover lost partitions. One product is http://findandmount.com/. It says it can find filesystems even if the master boot record has lost partitions. I also remember using a product on http://www.ultimatebootcd.com/ to do the same thing. I just can't remember which product.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Feb 5 '16 at 13:36









    Robert Jacobs

    31418




    31418











    • Theres no lost partition, they only won't show when the hd is plugged by external usb case
      – Diaulas Castro
      Feb 9 '16 at 16:20
















    • Theres no lost partition, they only won't show when the hd is plugged by external usb case
      – Diaulas Castro
      Feb 9 '16 at 16:20















    Theres no lost partition, they only won't show when the hd is plugged by external usb case
    – Diaulas Castro
    Feb 9 '16 at 16:20




    Theres no lost partition, they only won't show when the hd is plugged by external usb case
    – Diaulas Castro
    Feb 9 '16 at 16:20












    up vote
    0
    down vote













    try this command



    sudo apt-get install exfat-fuse exfat-utils





    share|improve this answer
























      up vote
      0
      down vote













      try this command



      sudo apt-get install exfat-fuse exfat-utils





      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        try this command



        sudo apt-get install exfat-fuse exfat-utils





        share|improve this answer












        try this command



        sudo apt-get install exfat-fuse exfat-utils






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 5 '16 at 15:38









        GAD3R

        23.3k164896




        23.3k164896



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f260127%2fmounting-efi-disk-on-external-usb%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay