What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:liunxbasics:computerfundamentals:partition [2016/06/08 04:22] haregylinux:liunxbasics:computerfundamentals:partition [2023/03/30 02:30] (当前版本) – 移除 codinghare
行 1: 行 1:
-====Partition in Liunx==== 
-===== ===== 
-===Hardrive format in Linux=== 
-For SATA, USB, SAS, these type of devices are showing in Linux like: 
-<code>/dev/sd[a-]</code> 
-the //a// after// sd// indicates the currently number of harddisk. The order of these number is only associate with the computer checking sequence for harddrives. First is a , then b... 
-For older IDE, the old version of Linux call them: 
-<code>/dev/hd[a-]</code> 
-Since IDE harddrives is no longer used in new generation computers, some new version Linux just put them into **sd** aslo. 
-===Other devices format === 
-^  Devices  ^  Name in Liunx  ^ 
-|SCSI / SAS / USB / SATA |  /dev/sd[a-p]  | 
-|IDE|  /dev/hd[a-p](Only in older Liunx)  | 
-|Virtual I/O(included in Liunx |  /dev/vd[a-p]  | 
-|Floppy Disk |  /dev/fd[a-p]  | 
-|Printer |  /dev/lp[0-2](25pin) # /dev/lp[0-15](USB)  | 
-|Mouse |  /dev/mouse(currently in use) # /dev/psaux(PS/2) # /dev/input/mouse[0-15](general) | 
-|CD/DVD ROM |  /dev/scd[0-1](general) # /dev/sr[0-1](CentOS) # /dev/cdrom(currently in use)  | 
-\\ 
-For more devices name: [[https://www.kernel.org/doc/Documentation/devices.txt|Link]] 
- 
- 
-===MBR=== 
-MBR: Master boot record\\