Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 4648  / 3 Years ago, tue, august 10, 2021, 12:36:01

It's my understanding that you can't have two different filesystems (NTFS and ext4) on the same hard drive, but that's exactly what I need to do to run both operating systems on the laptop I've ordered.



I'll only be running 64-bit operating systems on the computer, if that changes anything.


More From » 12.04

 Answers
4

You can have several file systems on your hard drive, each one on their own partition. For example:



enter image description here



In this image we can see a hard drive (SDD) which has 4 partitions:



sdd1 - Which holds an ext2 filesystem partition.

sdd2 - Which holds an ext4 filesystem partition.

sdd3 - Which holds an Fat32 filesystem partition.

sdd4 - Which holds an NTFS filesystem partition.



As you can see, we have 4 filesystems on the same hard drive, each one on their own partition. What you can't have is 2 filesystems on the same partition, since a partition gets assign a particular filesystem (One filesystem to rule the whole partition).



I am showing you 4 here since this is the max partitions a single hard drive can have as primary. This is only true for MSDOS Partition Schemes. If you use GPT you can have as many as 128 primary partitions.



If you stay on the MSDOS Partition Scheme and still want more than 4 partitions, then you would create what is called a Logical or Extended partition, which holds more partitions inside of it and takes 1 from the total number of primary partitions. So you can have for example 3 primary partitions and 1 logical partition which holds 4 more partitions inside of it.



You could even get to a crazy point like this:



enter image description here


[#31726] Tuesday, August 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oredoise

Total Points: 66
Total Questions: 116
Total Answers: 111

Location: Lebanon
Member since Sun, Aug 2, 2020
4 Years ago
;