I use disk management in windows 8 to free some spaces(50 GB). In the installing there was two options: 1-replace Ubuntu 2-Something else. I choose something else but it shows two drives but I have four drives in windows. Is there any solution that without reinstall windows I could install Ubuntu on that 50 GB .
Asked
Active
Viewed 2,102 times
0
1 Answers
0
First, be very clear on the distinction between hard disks (which are physical devices) and partitions (which are subdivisions of disks that can be used as separate spaces). The Windows user interface doesn't always make this distinction clear, and so Windows users often refer to "disks" or "drives" when they mean partitions. My suspicion is that you've got one disk with four partitions. If you actually have four physical disks, please say so.
I further suspect that you've got a Logical Disk Manager (LDM) setup (aka dynamic disks). There are lots of questions about that here; for instance:
- Partitions created in Windows are not showing in Ubuntu
- Ubuntu Install Unknown Partitions
- Install Ubuntu to a 15GB partition
See those questions' answers for information on converting back to a conventional setup.
lshw -class disk
anddmesg|grep sd[a-z]
– bain Jun 06 '14 at 08:28