Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->操作系统 ->Solaris ->正文

Solaris系统管理培训(第十二章:磁盘、分区和格式化)

来源:Linuxdby.com 作者:Webmaster 时间:2007-05-26 点击: [收藏] [投稿]

 磁盘卷标,也叫磁盘卷内容表(VTOC),包含: 
磁盘的分区表 
磁盘的卷名 
各分区的分区标识(分区挂接点的描述) 
各分区的分区标识(分区是否可写或可挂接) 
磁盘卷标占据磁盘的第一扇区 

把一个磁盘分区的步骤: 
1. Type format at the prompt and press Return. 
2. Choose a disk by selecting the number to the left corresponding to its description. 
3. Type partition at the format prompt. 
4. Type print at the partition prompt. 
5. Type partition number to change the root partition. 
6. Enter the new values. 
7. Once you are satisfied with the partition table, label the disk. 

命令prtvtoc可以显示某个磁盘的分区状况 
# prtvtoc /dev/rdsk/c0t0d0s2 
* /dev/rdsk/c0t0d0s2 partition map 
* Dimensions: 
*  512 bytes/sector 
*  80 sectors/track 
*  9 tracks/cylinder 
*  720 sectors/cylinder 
*  2500 cylinders 
*  1151 accessible cylinders 
* Flags: 
*  1: unmountable 
*  10: read-only 
*  First Sector Last 
* Partition Tag Flags Sector Count Sector Mount Directory 
0 2 00 0 41040 41039 / 
1 3 01 41040 65520 106559 
2 5 00 0 828720 828719 
6 4 00 106560 722160 828719 /usr 


 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:Solaris系统管理培训(第十一章:磁盘配置和命名)   下一篇:Solaris系统管理培训(第十三章:文件系统介绍)

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号