Testcase USB Manual Load

From Hamara Wiki
Revision as of 16:48, 2 April 2015 by Aparna (talk | contribs) (Created page with "== Description == === Setup === * USB device should have a filesystem which Kernel can recognize * Machine is on === How to test === * Attach USB device * If the USB automat...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Setup

  • USB device should have a filesystem which Kernel can recognize
  • Machine is on

How to test

  • Attach USB device
  • If the USB automately loaded.Then unload USB with 'umount /dev/sdX'.And X stands for the USB device
  • Then "mount /dev/sdX /media/${MOUNT_DIR}" $MOUNT_DIR is the place you want to mount and make sure that the dir exits

Expected Results

  • USB device should be mounted successfully