AIX 5L:第三步——在已經建立的lv上建立檔案系統

lirenquan發表於2011-03-18
1、建立
[tydic91:root:/]#smitty crfs

                                                         Add a File System

Move cursor to desired item and press Enter.

  Add an Enhanced Journaled File System
  Add a Journaled File System
  Add a CDROM File System

按enter進入下一步:
[tydic91:root:/]#smitty crfs

                                               Add an Enhanced Journaled File System

Move cursor to desired item and press Enter.

  Add an Enhanced Journaled File System
  Add an Enhanced Journaled File System on a Previously Defined Logical Volume

按enter進入下一步
                                               Add an Enhanced Journaled File System

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
  
                                                        [Entry Fields]
* LOGICAL VOLUME name                                 lv_data01                                                                  +
* MOUNT POINT                                        [/u01/data]
                                               Add an Enhanced Journaled File System

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
  
                                                        [Entry Fields]
* LOGICAL VOLUME name                                 lv_data01                                                                  +
* MOUNT POINT                                        [/u01/data]
  Mount AUTOMATICALLY at system restart?              yes                                                                        +
  PERMISSIONS                                         read/write                                                                 +
  Mount OPTIONS                                      []                                                                          +
  Block Size (bytes)                                  4096                                                                       +
  Logical Volume for Log                                                                                                         +
  Inline Log size (MBytes)                           []                                                                           #
  Extended Attribute Format                           Version 1                                                                  +
  ENABLE Quota Management?                            no                                                                         +
  PERMISSIONS                                         read/write                                                                 +
  Mount OPTIONS                                      []                                                                          +
  Block Size (bytes)                                  4096                                                                       +
  Logical Volume for Log                                                                                                         +
  Inline Log size (MBytes)                           []                                                                           #
  Extended Attribute Format                           Version 1                                                                  +
  ENABLE Quota Management?                            no                                                                         +

按ENTER完成

2、確認
[tydic91:root:/]#df -h
df: Not a recognized flag: h
Usage: df  [-P] | [-IMitv] [-gkm] [-s] [filesystem ...] [file ...]
[tydic91:root:/]#df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/hd4           1.97      1.91    4%     5369     2% /
/dev/hd2           4.00      2.08   48%    37461     8% /usr
/dev/hd9var        1.00      0.93    7%     4395     2% /var
/dev/hd3           4.00      2.76   32%     2537     1% /tmp
/dev/hd1           4.00      4.00    1%       16     1% /home
/proc                 -         -    -         -     -  /proc
/dev/hd10opt       0.12      0.02   87%     3441    44% /opt
[tydic91:root:/]#mgrcfg
ksh: mgrcfg:  not found.
[tydic91:root:/]#cfgmgr
[tydic91:root:/]#df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/hd4           1.97      1.91    4%     5369     2% /
/dev/hd2           4.00      2.08   48%    37461     8% /usr
/dev/hd9var        1.00      0.93    7%     4395     2% /var
/dev/hd3           4.00      2.76   32%     2537     1% /tmp
/dev/hd1           4.00      4.00    1%       16     1% /home
/proc                 -         -    -         -     -  /proc
/dev/hd10opt       0.12      0.02   87%     3441    44% /opt
[tydic91:root:/]#mount /u01/data
[tydic91:root:/]#df -h
df: Not a recognized flag: h
Usage: df  [-P] | [-IMitv] [-gkm] [-s] [filesystem ...] [file ...]
[tydic91:root:/]#df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/hd4           1.97      1.91    4%     5369     2% /
/dev/hd2           4.00      2.08   48%    37461     8% /usr
/dev/hd9var        1.00      0.93    7%     4395     2% /var
/dev/hd3           4.00      2.76   32%     2537     1% /tmp
/dev/hd1           4.00      4.00    1%       16     1% /home
/proc                 -         -    -         -     -  /proc
/dev/hd10opt       0.12      0.02   87%     3441    44% /opt
/dev/lv_data01     20.00     20.00    1%        4     1% /u01/data

OK,檔案系統建立成功

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12350275/viewspace-689882/,如需轉載,請註明出處,否則將追究法律責任。

相關文章