欢迎来到天天文库
浏览记录
ID:52704723
大小:561.22 KB
页数:14页
时间:2020-03-29
《磁盘管理和文件系统管理.docx》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、磁盘管理和文件系统管理--------------段承龙5月4日目录磁盘管理和文件系统管理1第一部分2一、磁盘结构2二、磁盘的命名规则4三、列出设备6四、识别设备6五、执行磁盘分区7六、管理磁盘标签7第二部分8一、文件系统8二、检查文件系统2、eightslicesthatarelabeledSlice0throughSlice7.<划分到0-7,一共8个slices)b5E2RGbCAP下图是柱面和slices的关系图:14/141.默认的片划分规则14/14一、磁盘的命名规则/dev/[r]dsk/cwtxdysz例子:/dev/dsk/c0t3d0s0Cn:controllernumber控制器号,标识被硬盘控制的加到系统上的逻辑顺序.c0代表第一个硬盘控制器,c1代表第二个硬盘控制器,类推.Tn:targetnumber目标号,是位于控制器内的地址,通3、常在外围设备的背面能找到目标号.·对SCSI硬盘,tx又称为“SCSI标识符“,控制器(cx>通过这个磁盘号对每个磁盘/硬盘独立寻址·对磁盘阵列中,一组磁盘被模拟成单独的磁盘<一组磁盘看成一个磁盘),也用tx标识·对IDE磁盘而言,tx只有0,1两个地址,master盘的tx是0,slave盘的tx是1Dn:disknumber硬盘号,代表连在目标上的设备的逻辑单位号.d0代表第一个硬盘,d1代表第二个硬盘,依次类推.对嵌入式SCSI控制器,硬盘驱动号总是0.Sn:sliceorportitionnumer片或分区号,标4、识硬盘的分区.设备名主要看cxtx两个数t是targetnumber,对于SCSI设备,就是对应的SCSI地址。一般SCSI硬盘都靠t来区分<因为c控制器,dlun,经常是相同的,而sslice对硬盘来说都是0)c0t0d0s0 第1硬盘c0t1d0s0 第2个硬盘c0t6d0s0 是内部光驱5、vec0t3d0违背了:应该:通道1是c0,通道2是c2但ultra的第2通道并不是c1,还是c0应该:t代表scsi接口硬盘,对ide硬盘只有t0(master>,t1(slave>14/14但ultra用t2,t3标识第二通道的IDE硬盘总之,utra把IDE硬盘模拟成SCSI硬盘关系图<分两种)一、列出设备三种方法列出设备Usingthe/etc/path_to_instfileUsingtheprtconfcommandUsingtheformatcommand/etc/pasth_to_inst注意:The/et6、c/path_to_instfileismaintainedbythekernel,anditisgenerallynotnecessary,14/14norisitadvisable,forthesystemadministratortochangethisfile.DXDiTa9E3dprtconf使用prtconf7、grep-vnot查看formatUsetheformatcommandtodisplaybothlogicalandphysicaldevicenamesforallcurrentlyavailabled8、isks.Toviewthelogicalandphysicaldevicesforcurrentlyavailabledisks,RTCrpUDGiTperformthecommand:#formatSearchingfordisks...doneAVAILABLEDISKSELECTIONS:0.c0t0d0/pci@1f,0/pci@1,1/ide@e/dad@0,01.c1t0d0/pci@if9、,0/pci@1/SUNW,isptwo@4/sd@3,0Specifydisk(enteritsnumber>:一、识别设备使用devfsadmThedevfsadmcommandperformsthedevicereconfigurationprocessandupdatesthe/etc/path_to_inst
2、eightslicesthatarelabeledSlice0throughSlice7.<划分到0-7,一共8个slices)b5E2RGbCAP下图是柱面和slices的关系图:14/141.默认的片划分规则14/14一、磁盘的命名规则/dev/[r]dsk/cwtxdysz例子:/dev/dsk/c0t3d0s0Cn:controllernumber控制器号,标识被硬盘控制的加到系统上的逻辑顺序.c0代表第一个硬盘控制器,c1代表第二个硬盘控制器,类推.Tn:targetnumber目标号,是位于控制器内的地址,通
3、常在外围设备的背面能找到目标号.·对SCSI硬盘,tx又称为“SCSI标识符“,控制器(cx>通过这个磁盘号对每个磁盘/硬盘独立寻址·对磁盘阵列中,一组磁盘被模拟成单独的磁盘<一组磁盘看成一个磁盘),也用tx标识·对IDE磁盘而言,tx只有0,1两个地址,master盘的tx是0,slave盘的tx是1Dn:disknumber硬盘号,代表连在目标上的设备的逻辑单位号.d0代表第一个硬盘,d1代表第二个硬盘,依次类推.对嵌入式SCSI控制器,硬盘驱动号总是0.Sn:sliceorportitionnumer片或分区号,标
4、识硬盘的分区.设备名主要看cxtx两个数t是targetnumber,对于SCSI设备,就是对应的SCSI地址。一般SCSI硬盘都靠t来区分<因为c控制器,dlun,经常是相同的,而sslice对硬盘来说都是0)c0t0d0s0 第1硬盘c0t1d0s0 第2个硬盘c0t6d0s0 是内部光驱5、vec0t3d0违背了:应该:通道1是c0,通道2是c2但ultra的第2通道并不是c1,还是c0应该:t代表scsi接口硬盘,对ide硬盘只有t0(master>,t1(slave>14/14但ultra用t2,t3标识第二通道的IDE硬盘总之,utra把IDE硬盘模拟成SCSI硬盘关系图<分两种)一、列出设备三种方法列出设备Usingthe/etc/path_to_instfileUsingtheprtconfcommandUsingtheformatcommand/etc/pasth_to_inst注意:The/et6、c/path_to_instfileismaintainedbythekernel,anditisgenerallynotnecessary,14/14norisitadvisable,forthesystemadministratortochangethisfile.DXDiTa9E3dprtconf使用prtconf7、grep-vnot查看formatUsetheformatcommandtodisplaybothlogicalandphysicaldevicenamesforallcurrentlyavailabled8、isks.Toviewthelogicalandphysicaldevicesforcurrentlyavailabledisks,RTCrpUDGiTperformthecommand:#formatSearchingfordisks...doneAVAILABLEDISKSELECTIONS:0.c0t0d0/pci@1f,0/pci@1,1/ide@e/dad@0,01.c1t0d0/pci@if9、,0/pci@1/SUNW,isptwo@4/sd@3,0Specifydisk(enteritsnumber>:一、识别设备使用devfsadmThedevfsadmcommandperformsthedevicereconfigurationprocessandupdatesthe/etc/path_to_inst
5、vec0t3d0违背了:应该:通道1是c0,通道2是c2但ultra的第2通道并不是c1,还是c0应该:t代表scsi接口硬盘,对ide硬盘只有t0(master>,t1(slave>14/14但ultra用t2,t3标识第二通道的IDE硬盘总之,utra把IDE硬盘模拟成SCSI硬盘关系图<分两种)一、列出设备三种方法列出设备Usingthe/etc/path_to_instfileUsingtheprtconfcommandUsingtheformatcommand/etc/pasth_to_inst注意:The/et
6、c/path_to_instfileismaintainedbythekernel,anditisgenerallynotnecessary,14/14norisitadvisable,forthesystemadministratortochangethisfile.DXDiTa9E3dprtconf使用prtconf
7、grep-vnot查看formatUsetheformatcommandtodisplaybothlogicalandphysicaldevicenamesforallcurrentlyavailabled
8、isks.Toviewthelogicalandphysicaldevicesforcurrentlyavailabledisks,RTCrpUDGiTperformthecommand:#formatSearchingfordisks...doneAVAILABLEDISKSELECTIONS:0.c0t0d0/pci@1f,0/pci@1,1/ide@e/dad@0,01.c1t0d0/pci@if
9、,0/pci@1/SUNW,isptwo@4/sd@3,0Specifydisk(enteritsnumber>:一、识别设备使用devfsadmThedevfsadmcommandperformsthedevicereconfigurationprocessandupdatesthe/etc/path_to_inst
此文档下载收益归作者所有