disk partition – POFTUT

What is Master Boot Record or MBR?

Master Boot Record is the start of an partition schema in disk file systems. In daily usage we use single physical disk by splitting it multiple partitions for different use cases. Operating systems needs some structure in order to use disk drives without problem. Partition schema provides some structure where operating systems obeys this structure. … Read more

Linux fdisk Tutorial With Examples

Hi, creating and deleting partitions in Linux generally done in command line interface which makes some user confused. Here I will look it more detail but if you prefer GUI you can use gparted too Man In order to get more detailed help man page of fdisk can be used. $ man fdisk Help Simple … Read more