Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2020 19:51:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 244356] Writing to a USB 3.0 stick is very slow
Message-ID:  <bug-244356-19105-9HtadW1lGz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244356-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244356-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244356

--- Comment #77 from vidwer+fbsdbugs@gmail.com ---
(In reply to Gary Jennejohn from comment #76)
> Unfortunately, there's no /dev/one available, so this would be rather cha=
llenging to do with a high-capacity stick.

There's another way: "yes 1 | tr -d '\n' | dd of=3Dfoo bs=3D$((1024 * 1024))
count=3D$((1024 * 1024))", which works in bash and /bin/sh. Not with /bin/c=
sh,
however.
(via https://www.google.com/search?q=3Ddd+repeat+input ->
https://stackoverflow.com/questions/20714264/use-dd-to-write-specific-file-=
recursively
)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244356-19105-9HtadW1lGz>