From Fedora Project Wiki

No edit summary
 
Line 3: Line 3:
|setup=
|setup=
#USB should have a filesystem which Kernel can recongnize
#USB should have a filesystem which Kernel can recongnize
#Machine is on
#Using a desktop environment that support autoload for usb storage device, such (gnome, kde, etc.)
|actions=
|actions=
#Attach usb device
#Attach usb device
#type 'mount | grep /dev/sdb'
|results=
|results=
#You can see USB automately loaded and mounted on /media/*
#You can see USB automately loaded and mounted on /media/*
}}
}}
[[Category:USB_test_cases]]
[[Category:USB_test_cases]]

Latest revision as of 09:29, 5 March 2012

Description

Setup

  1. USB should have a filesystem which Kernel can recongnize
  2. Using a desktop environment that support autoload for usb storage device, such (gnome, kde, etc.)

How to test

  1. Attach usb device

Expected Results

  1. You can see USB automately loaded and mounted on /media/*