Mounting efi disk on external USB
Clash 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
mount usb gpt uefi
add a comment |Â
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
mount usb gpt uefi
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
add a comment |Â
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
mount usb gpt uefi
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
mount usb gpt uefi
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
add a comment |Â
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
add a comment |Â
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.
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
add a comment |Â
up vote
0
down vote
try this command
sudo apt-get install exfat-fuse exfat-utils
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
up vote
0
down vote
try this command
sudo apt-get install exfat-fuse exfat-utils
add a comment |Â
up vote
0
down vote
try this command
sudo apt-get install exfat-fuse exfat-utils
add a comment |Â
up vote
0
down vote
up vote
0
down vote
try this command
sudo apt-get install exfat-fuse exfat-utils
try this command
sudo apt-get install exfat-fuse exfat-utils
answered Feb 5 '16 at 15:38
GAD3R
23.3k164896
23.3k164896
add a comment |Â
add a comment |Â
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
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
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
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
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
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