[에러메세지]

# format

Inconsistent definitions for partition type 'chan03'

/etc/format.dat (229) - /etc/format.dat (238)

# cat /etc/format.dat

.....

partition = "chan03" \

: disk = "DEFAULT" : ctlr = ata \

: 0 = unassigned, wm, 0, 410256 : 1 = 407, 410256 \

: 2 = backup, wm, 0, 39100320 : 4 = 1221, 410256 \

: 7 = 1628, 37459296

New partition type saved on Thu Jul 23 20:50:37 2009

partition = "chan03" \

: disk = "DEFAULT" : ctlr = ata \

: 0 = unassigned, wm, 0, 410256 : 1 = 407, 410256 \

: 2 = backup, wm, 0, 39100320 : 4 = 1221, 205632 \

: 7 = 1628, 37459296

[문제 해결]

cp /etc/format.dat /etc/format.dat.old**
vi /etc/format.dat**

[수정전]

.....

partition = "chan03" \

: disk = "DEFAULT" : ctlr = ata \

: 0 = unassigned, wm, 0, 410256 : 1 = 407, 410256 \

: 2 = backup, wm, 0, 39100320 : 4 = 1221, 410256 \

: 7 = 1628, 37459296

New partition type saved on Thu Jul 23 20:50:37 2009

partition = "chan03" \

: disk = "DEFAULT" : ctlr = ata \

: 0 = unassigned, wm, 0, 410256 : 1 = 407, 410256 \

: 2 = backup, wm, 0, 39100320 : 4 = 1221, 205632 \

: 7 = 1628, 37459296

[수정후]

.....

partition = "chan03" \

: disk = "DEFAULT" : ctlr = ata \

: 0 = unassigned, wm, 0, 410256 : 1 = 407, 410256 \

: 2 = backup, wm, 0, 39100320 : 4 = 1221, 410256 \

: 7 = 1628, 37459296

# format