# @name 
#	SATA modular read write test with vfat 
# @desc 
#       modprobe msata module first and then do RW and then rmmod it
# @requires  sata 
# @setup_requires sata

SATA_S_MODULAR_RW_VFAT source "common.sh"; do_cmd blk_device_modular_dd_rw.sh -f "vfat" -b "1M" -c "10" -l "1" -d "sata"
