From Fedora Project Wiki

Revision as of 06:02, 2 March 2012 by Hongqing (talk | contribs) (Created page with "{{QA/Test_Case |description= |setup= #The machine is on. #Attach USB device and mount it |actions= #Stop all the operations on the USB device.And run umount /dev/sdX? (X? stands ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Setup

  1. The machine is on.
  2. Attach USB device and mount it

How to test

  1. Stop all the operations on the USB device.And run umount /dev/sdX? (X? stands for the partition of the USB device), detach it from the USB port.
  2. Run mount /dev/sdbX? /media/${DIR} to reattach the USB device.${DIR} is the mount point and make sure it exits.

Expected Results

  1. Detach successfully.All the other USB devices should be work fine
  2. Reattach successfully.All the USB devices should be work fine including the USB that just attached