top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the typical sector size in an operating system?

+2 votes
296 views
What is the typical sector size in an operating system?
posted Nov 19, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

512 Bytes

If you are running linux then run the following command to get the detail -

$ fdisk -l    // You require root privilege

Disk /dev/xvda: 8589 MB, ********** bytes, 16777216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes // This is what u are looking for 
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt

#         Start          End    Size  Type            Name
 1         4096     16777182      8G  Linux filesyste Linux
128         2048         4095      1M  BIOS boot parti BIOS Boot Partition
answer Nov 19, 2015 by Salil Agrawal
Similar Questions
+1 vote

As far as I know, 32 bit operating system can point only 4 GB of memory, does it mean that maximum size of binary it can run on 32-bit operating system is 4 GB?

+3 votes

Can someone please explain following terms to help me understand ?
Throughput, Turn Around Time, Waiting Time and Response Time.

...