FreeBSD mount USB storage

| | Comments (0)

使用 FreeBSD mount 隨身碟或 USB 硬碟外接盒
Kernel 需要下列設定

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
device pass # Passthrough device (direct SCSI access)
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
device umass # Disks/Mass storage - Require

掛載 mount -t msdos /dev/da0s1 /mnt
ref. Mounting Compact Flash under FreeBSD

Leave a comment

March 2009

Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

About this Entry

This page contains a single entry by Pank published on October 7, 2005 7:50 PM.

Linux hostid was the previous entry in this blog.

IMETool is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.