ねもぷらす

ふぁいんでぃんぐねもの日記。プログラミングとか育児とか

Windows用にフォーマットした外付USB-HDDを mount する

何も指定しないでマウントしようとすると怒られる。

# mount /dev/sda1 /mnt/usb
mount: you must specify the filesystem type


FATでフォーマットしたから fat を指定するかと思ったら vfat らしい。

# mount -t vfat /dev/sda1 /mnt/usb


http://www.geocities.jp/ko_tyche/linux/mount.html
http://e-words.jp/w/VFAT.html