I would like to be clarified on this thought. Is Linux Ubuntu Operating system possible for any partitions? If so is it more similar to windows wherein you could represent it through the drive letters such as the C or it is true that they are using numbers instead? Thank You!
Answered By
David1
0 points
N/A
#87108
Is partition possible with Ubuntu?
hi, yes of course Linux is an OS like any other OS can have its own partitions , but there is no C and D in Linux , instead , there a different concept, which include somehow what you said, numbers!!
to explain more, this is the output of the partition i have in my Ubuntu :
$sudo fdisk -l
 Device Boot    Start     End    Blocks  Id  System
/dev/sda1 Â * Â Â Â Â Â 1 Â Â Â Â Â 13 Â Â Â 102400 Â Â 7 Â HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 Â Â Â Â Â Â Â 13 Â Â Â 11409 Â Â 91533312 Â Â 7 Â HPFS/NTFS
/dev/sda3 Â Â Â Â Â 12749 Â Â Â 30402 Â 141796352 Â Â 7 Â HPFS/NTFS
/dev/sda4 Â Â Â Â Â 11410 Â Â Â 12748 Â Â 10755487 Â Â 5 Â Extended
/dev/sda5 Â Â Â Â Â 11410 Â Â Â 12673 Â Â 10153048+ Â 83 Â Linux
/dev/sda6 Â Â Â Â Â 12674 Â Â Â 12748 Â Â Â 602406 Â 82 Â Linux swap / Solaris
Â
you can see that each partition is named /dev/sdai, where i stands for the number of the partition!!
if you want to know to learn more about partition is Linux the following link provide a good explanation!
Â
http://tldp.org/HOWTO/html_single/Partition/
Is partition possible with Ubuntu?
Hi Mike,
Yes, it is possible to create a new partition in Ubuntu. But, it is a lengthy process. Please follow the link and know more about your question's answer.
Thanks.