우툰투 리눅스에서 FAT32 Format 하기

무척 간단한 것인데, 기록상 남깁니다.

  1. fdisk /dev/sda
    1. Partition을 만들고 (n), Partition이 이용될 Filesystem Type을 선택합니다. (t)
  2. mkfs.vfat -F 32 /dev/sda1
  3. mount -t vfat /dev/hda1 /media/disk

참고로 FAT32 Filesystem에서는 한 파일이 4GB를 넘을 수 없습니다. 이 한계를 극복하시려면, ext3나 NTFS등을 사용해야 합니다.

Use fdisk to create the filesystem: fdisk /dev/hda – follow the prompts
2. Format it using mkfs.vfat -F 32 /dev/hda6
3. Add it to fstab

You May Also Like

2 Comments

Youngwhan에 답글 남기기 응답 취소

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다