Question

In: Computer Science

What does sda17 mean on Linux?

What does sda17 mean on Linux?

Solutions

Expert Solution

Answer :

   It is Hard disk partition on Linux..

So, there is no possibility to create special block devices for 16-th and 17-th partition using mknod, because minor 16 will be next drive, for example:

# ls -l /dev/sda? /dev/sda?? /dev/sdb

brw-rw---- 1 root disk 8,   0 May 24 08:09 /dev/sda

brw-rw---- 1 root disk 8,   1 May 24 08:09 /dev/sda1

brw-rw---- 1 root disk 8,   2 May 24 08:09 /dev/sda2

...

brw-rw---- 1 root disk 8, 14 May 24 08:09 /dev/sda14

brw-rw---- 1 root disk 8, 15 May 24 08:09 /dev/sda15

brw-rw---- 1 root disk 8, 16 May 24 08:09 /dev/sdb

So, there is no possibility to create special block devices for 16-th and 17-th partition using mknod, because minor 16 will be next drive, for example:

# ls -l /dev/sda? /dev/sda?? /dev/sdb

brw-rw---- 1 root disk 8,   0 May 24 08:09 /dev/sda

brw-rw---- 1 root disk 8,   1 May 24 08:09 /dev/sda1

brw-rw---- 1 root disk 8,   2 May 24 08:09 /dev/sda2

...

brw-rw---- 1 root disk 8, 14 May 24 08:09 /dev/sda14

brw-rw---- 1 root disk 8, 15 May 24 08:09 /dev/sda15

brw-rw---- 1 root disk 8, 16 May 24 08:09 /dev/sdb


Related Solutions

What does it mean to have a good life? What does it mean to be a...
What does it mean to have a good life? What does it mean to be a good person?
What does it mean to be "modern" biologically and culturally? What does it mean to be...
What does it mean to be "modern" biologically and culturally? What does it mean to be human? Antropology 101
What does it mean to be operating a firm in the "long run?"  What does it mean...
What does it mean to be operating a firm in the "long run?"  What does it mean to be operating a firm in the "short run"?  What are the practical implications for managing a business if you are in "short run?"
What does it mean to have a critical lens? What does it mean to have a...
What does it mean to have a critical lens? What does it mean to have a gender/sex lens?
What does convergence of Technology mean to Apple? What does it mean to the customers?
What does convergence of Technology mean to Apple? What does it mean to the customers?
what does the acronym SBAR mean? what does the acronym ISBARR mean?
what does the acronym SBAR mean? what does the acronym ISBARR mean?
What does percent abundance mean? What does relative abundance mean? What is the difference?
What does percent abundance mean? What does relative abundance mean? What is the difference? 
What is Linux Security?
What is Linux Security?
What does it mean for a catalog to be self-describing? What does the following query mean?
DBMS:What does it mean for a catalog to be self-describing? What does the following query mean?((TABLES JOIN COLUMNS) WHERE COLCOUNT < 3) [TABNAME, COLNAME]
1. In Java, what does the last line mean? What does scan.nextLine(); mean?
1. In Java, what does the last line mean? What does scan.nextLine(); mean?import java.util.Scanner;Scanner scan = new Scanner (System.in);message = scan.nextLine();2. Assuming that a Random object has been created called generator, what is the range of the result of each of the following expressions? Also, do each example using nextFloat()•generator.nextInt(20)•generator.nextInt(8) + 1•generator.nextInt(100) – 50
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT