Installing Ubuntu 16.4, cannot detect hard drive
In my machine, there is one SSD 512GB with Raid On mode which Windows 10 is installed.
And one hard drive 2TB (divided into three parts, 250GB (Ubuntu 18.4 which is already installed), 250GB (Ubuntu 16.4 which is going be installed), and the rest for other data), which have already installed Ubuntu 18.4, and now due to some problem which some software, not supporting Ubuntu 18.4 yet, so I need to install Ubuntu 16.4.
But when I was installing Ubuntu 18.4, everything was OK, and now when I want to install Ubuntu 16.4, it is not detecting the hard drive.
What can be the reason?
Note: I don't want to install this on SSD HD.
16.04 system-installation hard-drive
add a comment |
In my machine, there is one SSD 512GB with Raid On mode which Windows 10 is installed.
And one hard drive 2TB (divided into three parts, 250GB (Ubuntu 18.4 which is already installed), 250GB (Ubuntu 16.4 which is going be installed), and the rest for other data), which have already installed Ubuntu 18.4, and now due to some problem which some software, not supporting Ubuntu 18.4 yet, so I need to install Ubuntu 16.4.
But when I was installing Ubuntu 18.4, everything was OK, and now when I want to install Ubuntu 16.4, it is not detecting the hard drive.
What can be the reason?
Note: I don't want to install this on SSD HD.
16.04 system-installation hard-drive
add a comment |
In my machine, there is one SSD 512GB with Raid On mode which Windows 10 is installed.
And one hard drive 2TB (divided into three parts, 250GB (Ubuntu 18.4 which is already installed), 250GB (Ubuntu 16.4 which is going be installed), and the rest for other data), which have already installed Ubuntu 18.4, and now due to some problem which some software, not supporting Ubuntu 18.4 yet, so I need to install Ubuntu 16.4.
But when I was installing Ubuntu 18.4, everything was OK, and now when I want to install Ubuntu 16.4, it is not detecting the hard drive.
What can be the reason?
Note: I don't want to install this on SSD HD.
16.04 system-installation hard-drive
In my machine, there is one SSD 512GB with Raid On mode which Windows 10 is installed.
And one hard drive 2TB (divided into three parts, 250GB (Ubuntu 18.4 which is already installed), 250GB (Ubuntu 16.4 which is going be installed), and the rest for other data), which have already installed Ubuntu 18.4, and now due to some problem which some software, not supporting Ubuntu 18.4 yet, so I need to install Ubuntu 16.4.
But when I was installing Ubuntu 18.4, everything was OK, and now when I want to install Ubuntu 16.4, it is not detecting the hard drive.
What can be the reason?
Note: I don't want to install this on SSD HD.
16.04 system-installation hard-drive
16.04 system-installation hard-drive
asked Jan 11 at 3:39
Bahramdun AdilBahramdun Adil
10913
10913
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You need to first reboot your system with Ubuntu 16.04 USB stick in live mode. Then open the disk utility app in your Ubuntu 16.04 and check if your hard disk is visible there or not (you will most probably found it there), if not then try to refresh a couple of time and see if your hard disk is listed. Also, try the following command :
$fdisk -l
This will list all the partitions on your hard disk.
From there select the required partition and try to format and repartition it into a single drive. Try the following command :
$fdisk /dev/sda
then in the command mode use 'p' to list all the partitions and then select the one which you want to format and format it using 'd' followed by the partition number in the command line.
After deleting create a new partition using 'n'.
(view the following link for a detailed process:
https://www.howtogeek.com/106873/how-to-use-fdisk-to-manage-partitions-on-linux/
)
Once you find your hard disk listed, unmount it once and then again mount it and then start the Installation process normally in live mode.
If the above methods are not helping you then it might be a corrupted USB stick or Ubuntu image file, try rebooting the Ubuntu on the stick with "USB universal installer" or some other software and then try installing Ubuntu on your system OR try downloading the Ubuntu image once again.
Also, make sure you have created some unallocated space in your previously installed system to allocate that memory to the Ubuntu OS.
"GParted is a good partitioning tool which could be used for checking your hard disk and partitioning it."
I hope this helps you.
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
add a comment |
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%2f1108748%2finstalling-ubuntu-16-4-cannot-detect-hard-drive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to first reboot your system with Ubuntu 16.04 USB stick in live mode. Then open the disk utility app in your Ubuntu 16.04 and check if your hard disk is visible there or not (you will most probably found it there), if not then try to refresh a couple of time and see if your hard disk is listed. Also, try the following command :
$fdisk -l
This will list all the partitions on your hard disk.
From there select the required partition and try to format and repartition it into a single drive. Try the following command :
$fdisk /dev/sda
then in the command mode use 'p' to list all the partitions and then select the one which you want to format and format it using 'd' followed by the partition number in the command line.
After deleting create a new partition using 'n'.
(view the following link for a detailed process:
https://www.howtogeek.com/106873/how-to-use-fdisk-to-manage-partitions-on-linux/
)
Once you find your hard disk listed, unmount it once and then again mount it and then start the Installation process normally in live mode.
If the above methods are not helping you then it might be a corrupted USB stick or Ubuntu image file, try rebooting the Ubuntu on the stick with "USB universal installer" or some other software and then try installing Ubuntu on your system OR try downloading the Ubuntu image once again.
Also, make sure you have created some unallocated space in your previously installed system to allocate that memory to the Ubuntu OS.
"GParted is a good partitioning tool which could be used for checking your hard disk and partitioning it."
I hope this helps you.
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
add a comment |
You need to first reboot your system with Ubuntu 16.04 USB stick in live mode. Then open the disk utility app in your Ubuntu 16.04 and check if your hard disk is visible there or not (you will most probably found it there), if not then try to refresh a couple of time and see if your hard disk is listed. Also, try the following command :
$fdisk -l
This will list all the partitions on your hard disk.
From there select the required partition and try to format and repartition it into a single drive. Try the following command :
$fdisk /dev/sda
then in the command mode use 'p' to list all the partitions and then select the one which you want to format and format it using 'd' followed by the partition number in the command line.
After deleting create a new partition using 'n'.
(view the following link for a detailed process:
https://www.howtogeek.com/106873/how-to-use-fdisk-to-manage-partitions-on-linux/
)
Once you find your hard disk listed, unmount it once and then again mount it and then start the Installation process normally in live mode.
If the above methods are not helping you then it might be a corrupted USB stick or Ubuntu image file, try rebooting the Ubuntu on the stick with "USB universal installer" or some other software and then try installing Ubuntu on your system OR try downloading the Ubuntu image once again.
Also, make sure you have created some unallocated space in your previously installed system to allocate that memory to the Ubuntu OS.
"GParted is a good partitioning tool which could be used for checking your hard disk and partitioning it."
I hope this helps you.
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
add a comment |
You need to first reboot your system with Ubuntu 16.04 USB stick in live mode. Then open the disk utility app in your Ubuntu 16.04 and check if your hard disk is visible there or not (you will most probably found it there), if not then try to refresh a couple of time and see if your hard disk is listed. Also, try the following command :
$fdisk -l
This will list all the partitions on your hard disk.
From there select the required partition and try to format and repartition it into a single drive. Try the following command :
$fdisk /dev/sda
then in the command mode use 'p' to list all the partitions and then select the one which you want to format and format it using 'd' followed by the partition number in the command line.
After deleting create a new partition using 'n'.
(view the following link for a detailed process:
https://www.howtogeek.com/106873/how-to-use-fdisk-to-manage-partitions-on-linux/
)
Once you find your hard disk listed, unmount it once and then again mount it and then start the Installation process normally in live mode.
If the above methods are not helping you then it might be a corrupted USB stick or Ubuntu image file, try rebooting the Ubuntu on the stick with "USB universal installer" or some other software and then try installing Ubuntu on your system OR try downloading the Ubuntu image once again.
Also, make sure you have created some unallocated space in your previously installed system to allocate that memory to the Ubuntu OS.
"GParted is a good partitioning tool which could be used for checking your hard disk and partitioning it."
I hope this helps you.
You need to first reboot your system with Ubuntu 16.04 USB stick in live mode. Then open the disk utility app in your Ubuntu 16.04 and check if your hard disk is visible there or not (you will most probably found it there), if not then try to refresh a couple of time and see if your hard disk is listed. Also, try the following command :
$fdisk -l
This will list all the partitions on your hard disk.
From there select the required partition and try to format and repartition it into a single drive. Try the following command :
$fdisk /dev/sda
then in the command mode use 'p' to list all the partitions and then select the one which you want to format and format it using 'd' followed by the partition number in the command line.
After deleting create a new partition using 'n'.
(view the following link for a detailed process:
https://www.howtogeek.com/106873/how-to-use-fdisk-to-manage-partitions-on-linux/
)
Once you find your hard disk listed, unmount it once and then again mount it and then start the Installation process normally in live mode.
If the above methods are not helping you then it might be a corrupted USB stick or Ubuntu image file, try rebooting the Ubuntu on the stick with "USB universal installer" or some other software and then try installing Ubuntu on your system OR try downloading the Ubuntu image once again.
Also, make sure you have created some unallocated space in your previously installed system to allocate that memory to the Ubuntu OS.
"GParted is a good partitioning tool which could be used for checking your hard disk and partitioning it."
I hope this helps you.
answered Jan 11 at 5:08
Rahul YadavRahul Yadav
11
11
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
add a comment |
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
Thanks for the reply! I have tried your suggestions, but it only lists the USB drive, still cannot access the HD (2TB). It seems that it completely does not have the permission or something else problem to access the hard drives. If cannot access the SSD, it is OK, no problem, because it is not AHCI mode, but the 2TB hard drive is ready to be accessed from Ubuntu as the 18.4 version did. So...?
– Bahramdun Adil
Jan 11 at 5:32
add a comment |
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.
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%2f1108748%2finstalling-ubuntu-16-4-cannot-detect-hard-drive%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