LoginSignup
4
2

More than 5 years have passed since last update.

MacでUSBメモリをマウントする how to mount USB disk on Mac

Last updated at Posted at 2016-11-24

Sometimes FAT32 format disk cannot be readable on Mac.
In that case, please try following command to mount manually.
ときどきなぜかUSBメモリがMacに自動でマウントされない。そんなときの技。

1 List all device すべての接続されているディスクを表示

$ diskutil list

#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *16.0 GB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS OSXDaily 15.7 GB disk1s2

disk1s2 should be USB disk
disk1s2がUSBメモリにあたります

2 Mount マウント

$ diskutil mount /dev/disk1s2

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2