亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 1569 | 回復(fù): 0
打印 上一主題 下一主題

[SCO UNIX] 利用diskadd工具於UnixWare 7環(huán)境下新增硬碟與檔案系統(tǒng) [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2006-05-31 15:00 |只看該作者 |倒序瀏覽

  1. UnixWare 7提供diskadd命令, 讓新增硬碟與檔案系統(tǒng)(file system)的工作變的更容易.

  2. 以下范例為安裝一顆新硬碟於UnixWare 7環(huán)境上, 同時規(guī)劃兩個檔案系統(tǒng)


  3. # diskadd 1
  4. (UnixWare 7認(rèn)定本身作業(yè)系統(tǒng)硬碟代號為0, 因此第一顆新增的硬碟代號為1)
  5.    
  6. UX:diskadd: INFO: You have invoked the System V disk management (s5dm)
  7. diskadd utility.
  8.    
  9. The purpose of this utility is to set up additional disk drives.
  10. This utility can destroy the existing data on the disk.  Do you wish
  11. to continue? (Type y for yes or n for no followed by ENTER): y
  12. (請選擇 y 繼續(xù))
  13.   
  14. The recommended default partitioning for your disk is:
  15.    
  16.   a 100% "UNIX System" partition.
  17.    
  18. To select this, please type "y".  To partition your disk
  19. differently, type "n" and the "fdisk" program will let you
  20. select other partitions. y
  21. (磁區(qū)設(shè)定, 若無其他磁區(qū), 請直接使用100%的UNIX系統(tǒng)磁區(qū))
  22.    
  23. Surface analysis of your disk is recommended but not required.
  24. Do you wish to skip surface analysis? (y/n) y
  25. (是否跳過硬碟表層檢查, 強烈建議選擇 y , 否則將耗費大量時間)  
  26.    
  27. You will now be queried on the setup of your disk. After you
  28. have determined which slices will be created, you will be
  29. queried to designate the sizes of the various slices.
  30.    
  31. How many slices/filesystems do you want created on the disk (1 - 13)? 2
  32. (詢問將於此硬碟上建立的檔案系統(tǒng)數(shù)目, 本范例為 2個檔案系統(tǒng))   
  33.    
  34. Please enter the absolute pathname (e.g., /home3) for
  35. slice/filesystem 1 (1 - 32 chars)? /home3
  36. (提供第一個檔案系統(tǒng)所掛載的目錄名稱)   
  37.    
  38. Enter the filesystem type for this slice (vxfs,ufs,s5,sfs), type 'na'
  39. if no filesystem is needed, or press  to use the default (vxfs):
  40. (選取第一個檔案系統(tǒng)的檔案系統(tǒng)格式, 請直接接受預(yù)設(shè)值vxfs)   
  41.    
  42. Specify the block size from the following list
  43. (1024, 2048, 4096, 8192), or press  to use the first one:
  44. (詢問本檔案系統(tǒng)的block size, 請直接接受預(yù)設(shè)值)   
  45.    
  46. Should /home3 be automatically mounted during a reboot?
  47. Type "no" to override auto-mount or press  to enable the option:
  48. (詢問是否開機時, 將自動把本檔案系統(tǒng)掛載, 一般均為直接接受預(yù)設(shè)值)
  49.    
  50. Please enter the absolute pathname (e.g., /home3) for
  51. slice/filesystem 2 (1 - 32 chars)? /usr2
  52. (詢問第二個檔案系統(tǒng)所掛載的目錄名稱)
  53.    
  54. Enter the filesystem type for this slice (vxfs,ufs,s5,sfs), type 'na'
  55. if no filesystem is needed, or press  to use the default (vxfs):
  56. (選取第二個檔案系統(tǒng)的檔案系統(tǒng)格式, 請直接接受預(yù)設(shè)值vxfs)   
  57.    
  58. Specify the block size from the following list
  59. (1024, 2048, 4096, 8192), or press  to use the first one:
  60. (詢問本檔案系統(tǒng)的block size, 請直接接受預(yù)設(shè)值)  
  61.    
  62. Should /usr2 be automatically mounted during a reboot?
  63. Type "no" to override auto-mount or press  to enable the option:
  64. (詢問是否開機時, 將自動把本檔案系統(tǒng)掛載, 一般均為直接接受預(yù)設(shè)值)
  65.    
  66. You will now specify the size in cylinders of each slice.
  67. (One megabyte of disk space is approximately 1 cylinders.)
  68. There are now 3074 cylinders available on your disk.
  69. The filesystem type you have chosen is limited to 1048576 cylinders.
  70. How many cylinders would you like for /home3 (0 - 3074)?
  71. Press  for 0 cylinders: 274
  72. (設(shè)定第一個檔案系統(tǒng)的大小, 請依照實際狀況而定)
  73.    
  74. There are now 2800 cylinders available on your disk.
  75. The filesystem type you have chosen is limited to 1048576 cylinders.
  76. How many cylinders would you like for /usr2 (0 - 2800)?
  77. Press  for 0 cylinders: 2800
  78. (設(shè)定第二個檔案系統(tǒng)的大小, 請依照實際狀況而定)
  79.    
  80. You have specified the following disk configuration:
  81. A /home3 filesystem with 274 cylinders (274.0 MB)
  82. A /usr2 filesystem with 2800 cylinders (2800.0 MB)
  83.    
  84. Is this allocation acceptable to you (y/n)? y
  85. (詢問是否接受這樣的設(shè)定)
  86.    
  87. Filesystems will now be created on the needed slices
  88.    
  89. Creating the /home3 filesystem on /dev/rdsk/c0b0t1d0s1
  90. Allocated approximately 70112 inodes for this file system. Specify a
  91. new value or press  to use the default:
  92. (詢問第一個檔案系統(tǒng)將建立的inodes數(shù)目, 請直接接受預(yù)設(shè)值)
  93.    
  94. Creating the /usr2 filesystem on /dev/rdsk/c0b0t1d0s2
  95. Allocated approximately 716768 inodes for this file system. Specify a
  96. new value or press  to use the default:
  97. (詢問第二個檔案系統(tǒng)將建立的inodes數(shù)目, 請直接接受預(yù)設(shè)值)
  98.    
  99. UX:diskadd: INFO: Diskadd for Disk Drive 2 DONE at Fri Sep 05 14:47:16 EDT 1997
  100. (確定后, 系統(tǒng)會自動規(guī)劃磁區(qū), 格式化硬碟與建立檔案系統(tǒng), 并提示已經(jīng)建立完畢)

  101. (請利用df 或 mount 指令檢查剛剛建立的檔案系統(tǒng))   
  102. # df   
  103. /                   (/dev/root          ): 4628818 blocks  616572 files
  104. /proc               (/proc              ):       0 blocks     342 files
  105. /stand              (/dev/dsk/c0b0t0d0sa):   42954 blocks      79 files
  106. /dev/fd             (/dev/fd            ):       0 blocks       0 files
  107. /home               (/dev/dsk/c0b0t0d0s4):   13026 blocks    1736 files
  108. /home2              (/dev/dsk/c0b0t0d0sc):   13068 blocks    1740 files
  109. /system/processor   (/processorfs       ):       0 blocks       0 files
  110. /tmp                (/tmp               ):   14680 blocks   32123 files
  111. /var/tmp            (/var/tmp           ):   61424 blocks   32765 files
  112. /home3              (/dev/dsk/c0b0t1d0s1):  523908 blocks   69852 files
  113. /usr2               (/dev/dsk/c0b0t1d0s2): 5372640 blocks  716348 files



復(fù)制代碼
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP