Re: USB

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Rob Wultsch
日付:  
To: plug-discuss
新しいトピック: Create device (Was: USB)
題目: Re: USB
> First, how do I determine what devices I have?
# lsusb
> Second, how do I determine what device is the USB device. I am trying to read a memory stick.

it would almost always be /dev/sda (or /dev/sdb or /dev/sdv...)
> Third what mount command would you use to mount the
> USB memory stick once I know what device it is?

# mkdir /crap
# mount /dev/sda1 /crap
// it is just like a hard drive in that it has partitions
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss