아래 그림처럼 디스크 유틸리티에는 FAT만 있고 FAT32는 없다.
FAT32로 포맷하려면 커맨드창에서 명령어를 실행하면 된다.
먼저 df 명령어로 디스크 상황을 확인한다.
ELLORDNET-MPR:~ ellord$ df
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk0s2 975425624 704695352 270218272 73% 88150917 33777284 72% /
devfs 674 674 0 100% 1167 0 100% /dev
map -hosts 0 0 0 100% 0 0 100% /net
map auto_home 0 0 0 100% 0 0 100% /home
/dev/disk0s3 1269536 1037520 232016 82% 129688 29002 82% /Volumes/Recovery HD
//guest:@localhost:64299/%5BC%5D%20Windows%2010 401627128 54374736 347252392 14% 6796840 43406549 14% /Volumes/C
/dev/disk3s1 61274112 60472320 801792 99% 0 0 100% /Volumes/NO NAME
ELLORDNET-MPR:~ ellord$
sd카드가 /dev/disk3s1 로 잡혀 있다.
diskutil 명령어로 아래와 같이 입력한다.
ELLORDNET-MPR:~ ellord$ diskutil partitionDisk /dev/disk3s1 MBRFormat "MS-DOS FAT32" "BLACKBOX" 100%
내용인즉,
FAT32로 전체공간(100%)을 포맷하고, 파티션 이름은 BLACKBOX 이다.
ELLORDNET-MPR:~ ellord$ diskutil partitionDisk /dev/disk3s1 MBRFormat "MS-DOS FAT32" "BLACKBOX" 100%
/dev/disk3s1 does not appear to be a whole disk
어라...이상한 메세지가 나온다.
전체 디크스가 아니라고 한다.
ELLORDNET-MPR:~ ellord$ diskutil list /dev/disk3s1
/dev/disk3 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.4 GB disk3
1: Windows_FAT_32 NO NAME 31.4 GB disk3s1
ELLORDNET-MPR:~ ellord$ diskutil partitionDisk /dev/disk3 MBRFormat "MS-DOS FAT32" "BLACKBOX" 100%
Started partitioning on disk3
Unmounting disk
Creating the partition map
Waiting for the disks to reappear
Formatting disk3s1 as MS-DOS (FAT32) with name BLACKBOX
512 bytes per physical sector
/dev/rdisk3s1: 61276896 sectors in 1914903 FAT32 clusters (16384 bytes/cluster)
bps=512 spc=32 res=32 nft=2 mid=0xf8 spt=32 hds=255 hid=8192 drv=0x80 bsec=61306880 bspf=14961 rdcl=2 infs=1 bkbs=6
Mounting disk
Finished partitioning on disk3
/dev/disk3 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *31.4 GB disk3
1: DOS_FAT_32 BLACKBOX 31.4 GB disk3s1
포맷이 된다.
파인더를 보면 기기에 BLACKBOX 로 잡힌다.
BLACKBOX 클릭하고 커맨더+I 로 정보를 확인해 보자.
포맷: MS-DOS(FAT32) 가 확인된다.
끝.
'Mac' 카테고리의 다른 글
디스크유틸리티에서 파티션 비활성화 될 때. (0) | 2018.03.17 |
---|---|
맥 사파리에서 zip파일 다운로드하면 자동으로 풀림 zip파일은 어디에 (0) | 2016.10.22 |
메일에 VIP가 사라졌을 때 (0) | 2016.02.18 |
사파리에서 모든 브라우저 테스트(Testing all browser mode in Safari) (0) | 2016.01.07 |
Mac OS X Operation not Permitted 발생시 (2) | 2015.11.18 |