Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6974849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:17:27+00:00 2026-05-27T17:17:27+00:00

I want to stress test the flash memory in an embedded Ubuntu system. For

  • 0

I want to stress test the flash memory in an embedded Ubuntu system. For example, create files and store in the flash memory until there is no room. Is there a straight forward way of accomplishing this? I’m thinking that bash or a python script would be instrumental in testing this? Thanks for any assistance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T17:17:28+00:00Added an answer on May 27, 2026 at 5:17 pm

    My favorite way of doing this is redirecting the output from the yes command to a file.

     $ yes > /path/to/my/device/yes.txt
    

    You can limit it by using head:

     $ yes | head -n1000000 > /path/to/my/device/yes.txt
    

    A bit more of an explanation. yes will continuously output the letter “y” followed by a newline… forever. When you redirect this output to a file, it will continue to add to that file until space runs out on the disk (or in some file systems, the max file size is reached).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a tool to simulate memory restrictions to memory stress test
I want to stress test a web service method by calling it several thousand
I want to conduct a stress and performance test on the front-end of my
I cannot create .msi files cause I don't have VS professional, and I want
I want to stress-test my application this way, because it seems to be failing
I make a stress test of the SQL Server 2008 and I want to
I see a lot of the word 'expressiveness' when people want to stress one
So I have a test case that I want to make into a thread.
I need to write some code to stress-test RS232 communication using rxtx ( note
I need to monitor several systems going thru stress testing. I want to make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.