标签:
diskutil list 查看U盘盘符:
/dev/disk2
1 lapommedeMacBook-Pro:~ lapomme$ sudo diskutil eraseVolume FAT32 CAM_STORE /dev/disk2 2 Started erase on disk2 CDROM 3 Unmounting disk 4 Erasing 5 512 bytes per physical sector 6 /dev/rdisk2: 121080896 sectors in 1891889 FAT32 clusters (32768 bytes/cluster) 7 bps=512 spc=64 res=32 nft=2 mid=0xf0 spt=32 hds=255 hid=0 drv=0x00 bsec=121110528 bspf=14781 rdcl=2 infs=1 bkbs=6 8 Mounting disk 9 Finished erase on disk2 CAM_STORE
CAM_STORE是U盘的名称
标签:
原文地址:http://www.cnblogs.com/bindong/p/5820387.html