If you have edited your /etc/fstab file to customise the way that the USB device filesystem gets mounted, you may have to modify the filesystemtype from usbdevfs to usbfs. USBデバイスファイルシステムがマウントされるように/etc/fstabファイルを編集しているなら、ファイルシステムタイプをusbdevfsからusbfsへと変更する必要があります。 - Gentoo Linux
# genkernel --udev --menuconfig --bootloader=grub all In the above example, we also take advantage of genkernel features to openmenuconfig to allow you to customise the kernel configuration (if you wish),and to update the grub bootloader configuration after compilation.
上の例では、(望むなら)カーネルの設定を調整できるようにするためにmenuconfigを開き、コンパイル後にgrubブートローダの設定を更新するgenkernelの機能も利用します。 - Gentoo Linux