Comment 29 for bug 834476

Revision history for this message
Ming Lei (tom-leiming) wrote : Re: [Bug 834476] Re: siletransfer to usb drive very slow in ubuntu 11.04

Hi,

On Thu, Sep 8, 2011 at 7:23 PM, Ganesh <email address hidden> wrote:
> then i captured the usbmon results which i have attached
> then when i ran the 'dd'
> which gave this
> ganesh@ganesh-HCL-ME-Laptop:~$ sudo dd if=/dev/zero of=/media/udisk/tmp
> oflag=direct bs=120K count=2K
> [sudo] password for ganesh:
> dd: opening `/media/udisk/tmp': Not a directory

You have to find the mount point of your usb mass storage device by yourself:

   - first you should find the device name by 'dmesg' or other way
   - then run 'mount' to get the matched mount point of your usb mass
storage device.

thanks,
--
Ming Lei