Warning: Declaration of FeedWordPie_Item::get_id($hash = false) should be compatible with SimplePie_Item::get_id($hash = false, $fn = 'md5') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpie_item.class.php on line 0

Warning: Declaration of FeedWordPress_Parser::parse(&$data, $encoding) should be compatible with SimplePie_Parser::parse(&$data, $encoding, $url = '') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpress_parser.class.php on line 0
raspberry pi で 外付けUSB を使う | 日々のできごと

raspberry pi で 外付けUSB を使う

sudo apt-get install usbmount

sudo vi /etc/usbmount/usbmount.conf

変更点だけ記載
FILESYSTEMS=”vfat ext2 ext3 ext4 hfsplus usbfs”
MOUNTOPTIONS=”sync,noexec,nodev,noatime”
FS_MOUNTOPTIONS=”-fstype=vfat,iocharset=utf-8,codepage=932″

vfat は Windows の FAT16,FAT32をマウントする。

usbを差せば自動認識する。


コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

CAPTCHA