ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • fdisk
    bin/Linux 2008. 3. 3. 18:11
    Disk /dev/sdb (Sun disk label): 256 heads, 64 sectors, 51198 cylinders
    Units = cylinders of 16384 * 512 bytes

    Disk /dev/sdc: 1288.4 GB, 1288490188800 bytes
    255 heads, 63 sectors/track, 156650 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes


    초기화
    # fdisk /dev/sdb

    Command (m for help): o
    Building a new DOS disklabel. Changes will remain in memory only,
    until you decide to write them. After that, of course, the previous
    content won't be recoverable.

    The number of cylinders for this disk is set to 52216.
    There is nothing wrong with that, but this is larger than 1024,
    and could in certain setups cause problems with:
    1) software that runs at boot time (e.g., old versions of LILO)
    2) booting and partitioning software from other OSs
       (e.g., DOS FDISK, OS/2 FDISK)
    Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)


    GPT ... 어쩌구 fdisk 워닝 , dd 와 동일함
    # mkfs.ext3 /dev/sdc

    솔라리스
    format
    http://kr.sun.com/service/techdocs/0001/000347.html
Designed by Tistory.