How to use USB SATA/IDE ADapter
I use Ubuntu Studio 18.04.1 LTS.
I want to see and read/write data into an internal HDD from another PC desktop (which also has the same Linux OS).
So I bought an USB SATA/IDE Adapter to connect it into my PC, but...
The File Manager doesn't see it!
GParted tells me: "Can not to create a partition out of the disk!"
But, GParted can see the device!
Gparted shows the unit as an empty device (to be formatted or some), but that unit is almost full of data with 4 partitions plus the swap partition!
So...
How can I use this USB SATA/IDE Adapter?
Which extra software do I need?
partitioning usb hard-drive gparted
add a comment |
I use Ubuntu Studio 18.04.1 LTS.
I want to see and read/write data into an internal HDD from another PC desktop (which also has the same Linux OS).
So I bought an USB SATA/IDE Adapter to connect it into my PC, but...
The File Manager doesn't see it!
GParted tells me: "Can not to create a partition out of the disk!"
But, GParted can see the device!
Gparted shows the unit as an empty device (to be formatted or some), but that unit is almost full of data with 4 partitions plus the swap partition!
So...
How can I use this USB SATA/IDE Adapter?
Which extra software do I need?
partitioning usb hard-drive gparted
Watch the output ofjournalctl --follow
(in a terminal window) as you connect the adapter. Usemount
to see if it's mounted,lsblk
to see if it exists.
– waltinator
Dec 24 at 21:39
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40
add a comment |
I use Ubuntu Studio 18.04.1 LTS.
I want to see and read/write data into an internal HDD from another PC desktop (which also has the same Linux OS).
So I bought an USB SATA/IDE Adapter to connect it into my PC, but...
The File Manager doesn't see it!
GParted tells me: "Can not to create a partition out of the disk!"
But, GParted can see the device!
Gparted shows the unit as an empty device (to be formatted or some), but that unit is almost full of data with 4 partitions plus the swap partition!
So...
How can I use this USB SATA/IDE Adapter?
Which extra software do I need?
partitioning usb hard-drive gparted
I use Ubuntu Studio 18.04.1 LTS.
I want to see and read/write data into an internal HDD from another PC desktop (which also has the same Linux OS).
So I bought an USB SATA/IDE Adapter to connect it into my PC, but...
The File Manager doesn't see it!
GParted tells me: "Can not to create a partition out of the disk!"
But, GParted can see the device!
Gparted shows the unit as an empty device (to be formatted or some), but that unit is almost full of data with 4 partitions plus the swap partition!
So...
How can I use this USB SATA/IDE Adapter?
Which extra software do I need?
partitioning usb hard-drive gparted
partitioning usb hard-drive gparted
asked Dec 24 at 20:57
Juan
5074826
5074826
Watch the output ofjournalctl --follow
(in a terminal window) as you connect the adapter. Usemount
to see if it's mounted,lsblk
to see if it exists.
– waltinator
Dec 24 at 21:39
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40
add a comment |
Watch the output ofjournalctl --follow
(in a terminal window) as you connect the adapter. Usemount
to see if it's mounted,lsblk
to see if it exists.
– waltinator
Dec 24 at 21:39
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40
Watch the output of
journalctl --follow
(in a terminal window) as you connect the adapter. Use mount
to see if it's mounted, lsblk
to see if it exists.– waltinator
Dec 24 at 21:39
Watch the output of
journalctl --follow
(in a terminal window) as you connect the adapter. Use mount
to see if it's mounted, lsblk
to see if it exists.– waltinator
Dec 24 at 21:39
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104328%2fhow-to-use-usb-sata-ide-adapter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1104328%2fhow-to-use-usb-sata-ide-adapter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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
Watch the output of
journalctl --follow
(in a terminal window) as you connect the adapter. Usemount
to see if it's mounted,lsblk
to see if it exists.– waltinator
Dec 24 at 21:39
Did you connect a power supply to the drive? It can't run off of USB power.
– heynnema
Dec 24 at 23:31
I used journalctl --follow, nothing is shown. I used lsblk, the unit doesn't exist. I used the power supply which the driver has and the 3 lights of the driver is on. Gparted can see the unit connected to the driver but... It see it as an empty unit! Same thing with Disks. Of course Thunar can not to see the unit. It is the same in my desktop PC and my laptop PC, both with the same Ubuntu Studio OS. This driver works so fine in Windows and MAC. So...
– Juan
Dec 25 at 19:56
I tested the USB SATA/IDE driver interface with a brand new HDD which I formatted with just one ext-4 partition (for data) and another Linux swap partition (just in case), and... It is working so fine, now! So... I suspect the driver doesn't work with a HDD which has more than those partitions (some ext-4 and some ntfs, or something else). Maybe it should tested more deeply, but I don't have enough elements and skills to do that.
– Juan
Dec 25 at 22:40