Hard disk always working - sync_supers writting to disk every 5 second

As the topic says. My computer is on my desk while I work and I can't stand the noise of hard disk doing something every 5 seconds. I think I noticed this since 2.6.36 kernel.
When computer is completely idle it still writes to disk.
Tried Ubuntu 10.10 and got the same result. I have WD Caviar Blue 500gb. On ext4 filesystem there is jbd2/sda* doing write every 5 seconds or so and on reiserfs there is sync_supers doing the same. I guess those that is journaling acitivy, but its anoying to hear hard drive working when computer is completely idle.
Any tips?

linux wrote:Does anyone know the destination where sync_supers is writing to?
The Linux kernel mailing list has some information that may help on identifying what sync_supers is doing, http://lkml.org/lkml/2012/4/11/147.
While you wait for kernel patches, there are some mount options that other people have suggested may help:
Use noatime or at least relatime for ext* filesystems
Use the option commit=60 or commit=300 to lengthen the time between syncs of data and metadata from 5 seconds to 1 or 5 minutes.  However, if the computer crashes between commits there may be some data loss.
Use hdparm to change the acoustic management settings – https://bbs.archlinux.org/viewtopic.php … 5#p1063185

Similar Messages

  • What program access hard disk every 30 second?

    I have a very loud hard disk. The hard disk make a very short noice every 30 seconds, even for a new boot. Anyway to check which programming access the hard disk repeatly so I can figure out if it's possible to make the machine quiet?

    somthing I read about disk flush/sync timings.  There is some sort of 'laptop' mode in some kernels that if set will cause the disk to sync after a period of time in order to let APM/ACPI put the drive to sleep.
    There may be settings for your filesystem to do the same(!?).  I remember old Windoze NT4 had similar problem and was not remedied until Win2k for use on laptops .... yuck, ... I said the W word.
    Here's something I just dug-up:
    Laptop mode ===========
    This small doc describes the 2.4 laptop mode patch.
    Last updated 2003-05-25, Jens Axboe <[email protected]>
    Introduction ------------
    A few properties of the Linux vm makes it virtually impossible to attempt to spin down the hard drive in a laptop for a longer period of time (more than a handful of seconds). This means you are lucky if you can even reach the break even point with regards to power consumption, let alone expect any decrease.
    One problem is the age time of dirty buffers. Linux uses 30 seconds per default, so if you dirty any data then flusing of that data will commence at most 30 seconds from then. Another is the journal commit interval of journalled file systems such as ext3, which is 5 seconds on a stock kernel. Both of these are tweakable either from proc/sysctl or as mount options though, and thus partly solvable from user space.
    The kernel update daemon (kupdated) also runs at specific intervals, flushing old dirty data out. Default is every 5 seconds, this too can be tweaked from sysctl.
    So what does the laptop mode patch do? It attempts to fully utilize the hard drive once it has been spun up, flushing the old dirty data out to disk. Instead of flushing just the expired data, it will clean everything. When a read causes the disk to spin up, we kick off this flushing after a few seconds. This means that once the disk spins down again, everything is up to date. That allows longer dirty data and journal expire times.
    It follows that you have to set long expire times to get long spin downs. This means you could potentially loose 10 minutes worth of data, if you set a 10 minute expire count instead of just 30 seconds worth. The biggest risk here is undoubtedly running out of battery.
    Settings --------
    The main knob is /proc/sys/vm/laptop mode. Setting that to 1 switches the vm (and block layer) to laptop mode. Leaving it to 0 makes the kernel work like before. When in laptop mode, you also want to extend the intervals desribed above. See the laptop-mode.sh script for how to do that.
    It can happen that the disk still keeps spinning up and you don't quite know why or what causes it. The laptop mode patch has a little helper for that as well, /proc/sys/vm/block-dump. When set to 1, it will dump info to the kernel message buffer about what process caused the io. Be very careful when playing with this setting, it is advisable to shut down syslog first!
    Result ------
    Using the laptop-mode.sh script with its default settings, I get the full 10 minutes worth of drive spin down. Provided your work load is cached, the disk will only spin up every 10 minutes (well actually, 9 minutes and 55 seconds due to the 5 second delay in flushing dirty data after the last read completes). I can't tell you exactly how much extra battery life you will gain in laptop mode, it will vary greatly on the laptop and workload in question. The only way to know for sure is to try it out. Getting 10% extra battery life is not unrealistic.
    Notes -----
    Patch only changes journal expire time for ext3. reiserfs uses a hardwire value, should be trivial to adapt though (basically just make it call get_buffer_flushtime() and uses that). I have not looked at other journalling file systems, I'll happily accept patches to rectify that!

  • Init writes to disk every few seconds?

    Just wondering if anyone knows why init is writing 16K to disk every few seconds.  It kinda annoys me.
    I'm using the standard 2.6.11 kernel -- nothing special about the daemons I'm running, either.

    Try this, courtesy of Baltwo. It will delete the Spotlight V-100 index and then force Spotlight to re-index.
    Be absolutely certain to only copy/paste these commands exactly. DO NOT try to type these in. One typo or wrong space in the first one could wipe your drive competely. Hit return after each.
    Delete the entire Spotlight directory and reindex, running these commands in the Terminal app:
    *sudo rm -R /.Spotlight-V100*
    *sudo mdutil -i on /*
    *sudo mduitl -E /*
    https://discussions.apple.com/message/12988300#12988300

  • Process "mdworker" Writes to Disk Every 10 Seconds

    I noticed disk activity occurring every 10 seconds while my computer was idle. In Activity Monitor I could see this writing going on and at the same time the process "mdworker" would tick up just a little bit of processor activity. A Restart didn't help. The following is what I did to make it stop. I've seen many posts on here with a similar problem so maybe this info will be helpful to someone.
    I brought up a Terminal window and entered the following command:
    sudo fs_usage -w -f filesys
    That will show youa continuous list of all processes that are reading/writing to disk (use Control-c to make it stop). I found mdworker doing a fair amount of disk activity every 10 seconds. But the important thing is that it was the identical activity every 10 seconds, and the common thing in almost every entry was "Default Folder X". So I concluded that it was having trouble indexing something about Default Folder's data. (mdworker is used to index your data via Spotlight.) After uninstalling and reinstalling Default Folder, the constant writing stopped and has yet to happen again.
    If you're having a problem similar to this you may find this method of identifying the culprit and fixing it useful.

    Try this, courtesy of Baltwo. It will delete the Spotlight V-100 index and then force Spotlight to re-index.
    Be absolutely certain to only copy/paste these commands exactly. DO NOT try to type these in. One typo or wrong space in the first one could wipe your drive competely. Hit return after each.
    Delete the entire Spotlight directory and reindex, running these commands in the Terminal app:
    *sudo rm -R /.Spotlight-V100*
    *sudo mdutil -i on /*
    *sudo mduitl -E /*
    https://discussions.apple.com/message/12988300#12988300

  • Mini trying to eject non existent disk, every 12 seconds

    Long story cut short, I had a DVD get stuck in my mini, but persuaded it out by holding it slot down (eventually). Trouble is it is still trying to eject the disk, about every 12 seconds.
    Any suggestions on how I can get it to stop!
    Cheers

    The drive is clearly not functioning correctly or it would not have released the disk in the first place. The fact it seemed quite hard to get it into the drive is a further possible indicator, though slot loading drives do offer quite high levels of resistance when a disk is inserted, just to make sure that the drive isn't likely to try and swallow objects that are perhaps not intended!
    The more you describe this though, the more it sounds to me as if it's going to be inevitable to open the system up and examine the drive, or simply add an external optical drive and ignore the internal one - at least for the time being. It certainly doesn't sound to me like a simple issue of the drive being misaligned, and while transporting the system in a bag rather than packed up neatly might have shaken it about a bit, the internal frame on which the drive is mounted is not prone to movement, and nor is the outer casing.

  • Audio not working / Video flashes to black every ~5 seconds

    Hi. For some reason, when we turn on our TV as of late, every channel is having this issue where upon turning on, the video will flash to black every 5 seconds or so, and there is no audio. The only thing that solves the problem is unplugging and replugging in the STB (Motorola QIP7232-2). 
    I've replaced the HDMI cable with a new one. No dice. 
    Netflix via the X360 works without a hitch, so it's not the TV. 
    Scanning for repair/errors on the STB comes back with no issues detected.
    Any reason why this is happening, and is anyone else experiencing this? 

    Ed_Krayer wrote:
    I am having the same issue. Unplugging and repowering on resolve the issue, also disconnecting and reconnecting the HDMI cable fixes it. Output from the 7232 goes to a Sony Google TV device. I also have DirecTV and never had this issue. Seems like an HDMI switching problem. Is there an easier way to reset the 7232 than just unplugging it? Or - better yet - what's the cause and how do I resolve?
    Here are some troubleshooting steps you can try on your own for the problematic STB.
    From your FiOS TV remote, go to:
    Menu -- Customer Support -- In Home Agent -- Reboot STB
    Menu -- Customer Support -- In Home Agent -- Set Top Box Auto-Correction

  • Time Capsule can't find it's own hard disk every week and a half

    I purchased the 2 teirabyte Time Capsle and received it in the mail around the 5th of this month.  Aproximately every 11 days or so, Time Capsle can't find its own hard drive.  I have to keep going into the Airport utility and manually selecting it.  I thought this was suposed to be automatic?
    My set up:
    Time Capsle is the only wireless router in my house.
    Backups are set to be done to Time Capsle only
    I have an external hard drive attached containing movies and things on it so i can access them wirelessly.
    The network itself is password protected.
    I do not understand why it is easier to backup to an external hard drive then to Time Capsle.

    Because the TC and Mountain Lion is buggy.. 11 days is great.. loads of people have to do it every day.
    ML has the network ability of tin cans with wet string.. every now and then the string snaps and you have to rejoin it.. ie reboot everything.

  • Why writes LabVIEW only every 2 seconds the measured Value to a Excel (In a while loop with 100 ms tact)?

    Hi everybody,
    I use the myDAQ to measure speed, ampere, and voltage of a battery driven motor. (For Current measurement, i use a Sensor which outputs a 0-10 V signal). I placed all DAQ-Assitants in a while loop with a [Wait until next ms multiple] clock and set a value of 100 ms. I thougt, Labview will now write into my text file 10 times a second all values. In fact, as you can see in the attached text file, Labview only writes in a unsteady interval of 1-2 seconds a value, which is too less.
    The question: Did I do anything wrong, how can you create VI that writes you lets say 10 values a second into text file? Or is simply the DigitalMultimeter input of the myDAQ not able to sample a rate of 10 Hz? I couldn´t find any information in the specification handbook about the sample rate of the DMM?
    If anyone can help me would be great! Thanx a lot, Markus
    Attachments:
    Measure Speed+Current+Voltage into Excel.vi ‏175 KB
    Test7.txt ‏1 KB

    File I/O is not very efficient. I recommend that you do you file logging in a parallel task. Have one task do your data acquision. This task would then pass the data to be logged to the logging task via a queue. That way your file operations do not impact your data acquision. Also, express VIs are not very efficient. You would be better off accessing that directly using the DAQ VIs. The express VIs contain lots of steps that do not need to be done every time you call it such as initializing the device.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Sync_supers i/o activity every 5 seconds

    I have such undesirable activity on eee pc netbook. I studied forum and google, but useless. Have somebody any idea about how to stop it. Thanks.
    Last edited by diman (2011-08-15 16:22:01)

    linux wrote:Does anyone know the destination where sync_supers is writing to?
    The Linux kernel mailing list has some information that may help on identifying what sync_supers is doing, http://lkml.org/lkml/2012/4/11/147.
    While you wait for kernel patches, there are some mount options that other people have suggested may help:
    Use noatime or at least relatime for ext* filesystems
    Use the option commit=60 or commit=300 to lengthen the time between syncs of data and metadata from 5 seconds to 1 or 5 minutes.  However, if the computer crashes between commits there may be some data loss.
    Use hdparm to change the acoustic management settings – https://bbs.archlinux.org/viewtopic.php … 5#p1063185

  • Firefox is constantly writing on the hard disk

    When Firefox is open, the computer is writing on the hard disk every 3 seconds and it slows the computer quite a bit.

    The same here. I have windows 8.1 64 bit too and i think it started quite recently... Any way to stop it?

  • Hard disk drive: Samsung or Seagate ?

    Hi all,
    I am about to invest in 1TB disk for final cut express work and scratch area. The hard disk will be going in an external firewire 800 enclosure.
    Samsung SpinPoint F1 HD103UJ 1TB Hard Drive SATAII *32MB Cache*
    http://www.ebuyer.com/product/143288
    Seagate ST3100340AS 1TB Hard Drive SATAII 7200rpm *32MB Cache*
    http://www.ebuyer.com/product/134684
    I think that Seagate used to have the edge here but reading some recent reviews sounds like the new kid on the block Samsung SpinPoint may be a better option.
    Would like to know your thought about the following two disks?

    Hi all,
    Well I finally made a decision and boughts a Macpower FW800 enclousre which uses the Oxford 934 chipset and a Samsung HD103UJ 1TB Serial ATA 3.0 Gbps
    buffer memory32 MB hard disk.
    The enclosure is excellent quality and the disk access is very quick via FW800. The disk itself is very quiet and also great for Final Cut with my HD editing. Only noise the disk makes is upon power up other than that it is very quiet.
    I have partitioned th disk into two 500GB's. One partition is used for time machine backups and the other is the Final Cut scratch space.
    I plan to buy another enclosure and 1TB disk and parition into two 500GB's also. I plan to use one of the 500GB's for Super Duper clone of iMac system hard disk and the second for cloning/backing up the scratch Final Cut space. This second disk and enclosure will be my offline backup system and will not be powered all the time.
    Details of the elcousre and hard disk are provided below. I purchased them in the UK. Enclosure was purchased from www.span.com and hard disk from www.ebuyer.com. Whilst span can sell disks in the enclosure you can save yourself a little money and buy seperatly from ebuyer and install yourself.
    Enclosure:
    http://www.macpower.com.tw/products/hdd3/pleiades/pd_scombo
    Hard disk:
    http://www.samsung.com/global/business/hdd/productmodel.do?group=72&type=61&subt ype=63&model_cd=249&tab=fea

  • Sync itunes photos on removable hard disk(ipod 80gb)

    Hello,
    I set that itunes is sync the photos from one hard disk (connected to my laptop by usb).The problem is that I don't connect this hard disk every time that I run itunes,so the settings in DEVICES /MY IPOD/PHOTOS is disapearing.And if I choose again the folder(on this hard disk) then is again deleting all the photos from Ipod and again copying them back(they are about 11000 so it's taking too much time).Do you have any advice?

    Having been given an iPod video 60Gig as a present, I am sometimes forced to use it.
    Recently I tried - I downloaded and installed latest itunes 7.5 on the PC running Windows XP.
    Built up the library of music - tried to do a sync. So slow I nearly hit the PC. The transfer rate would merely get 40 Meg on in 5 minutes (thats my estimate all I know is it never finished). I tried to leave it running for 3 hours and still not finished - the size of music to transfer was about 2400 songs.
    I then tried to use Vista Home Basic - with itunes 7.5 - it wouldnt even recognize the ipod.
    After a few days of giving up and banging my head against the wall I tried Linux too - but that was slow too.
    I eventually went back to Vista and de-installed itunes 7.5 - found version 6.05 and installed it. It went through like clockwork (well as clockwork as can be it was magically fast but fast enough to fill half of the 60Gig).
    I then had the magic idea - why not update to 7.5 from 6.05 and guess what - its slow again painfully slow.
    Version 7.5 *****!

  • Mac mini hard disk keep crashing

    The hard disk of my Mac mini has been replaced twice during the one year warranty period. It crashed again  recently and I was unable to reformat or reinstalled the OS as suggested in the  manual. I worry if my Mac mini was not due to hard disk problem alone as Apple products can not be that unreliable where by you need to change hard disk every coypu pole of months. And now the warranty period is over and wonder how Apple can help me in this matter.

    Question mark  icon flashes when I boot up the Mac mini. When halfway copying file under the recovery method suggest in the manual, error appeared and can cannot continue copying the file. In some of the trials, HD no longer seen by the Mac. I am quite new to the Mac, and not sure which SMART error you are referring to.  I may try to approach regional service centre in Singapore. Thanks for your info.

  • Hitting the disk write every 3 seconds!

    Hello,
    Oracle seems to be hitting the disk every 3 seconds - on checking I find that it is the
    oracle checkpoint process which writes to the control files every 3 seconds!
    Is there a way to make it longer?
    There are no parameters in the init.ora for this one.
    (log_checkpoint_interval is 10000 and log_checkpoint_timeout is 1800).
    I have tried with Oracle 8.1.6 and 8.1.7 on redhat7 - same results.
    The disk access is driving me crazy!
    strace on ckpt process:
    pwrite(407, "\25\2\0\0\3\0\0\0Q\26\0\0\377\377\1\4\257I\0\0\2\0\0\0"..., 4096, 12288) = 4096
    pwrite(406, "\25\2\0\0\3\0\0\0Q\26\0\0\377\377\1\4\257I\0\0\2\0\0\0"..., 4096, 12288) = 4096
    pwrite(405, "\25\2\0\0\3\0\0\0Q\26\0\0\377\377\1\4\257I\0\0\2\0\0\0"..., 4096, 12288) = 4096
    ls -l /proc/<ckpt-pid>/fd also shows the files being written.

    I believe that this is part of the incremental checkpoint process of 8i. Every 3 seconds CKPT scans the checkpoint queues, finds the lowest RBA (redo byte address)of the buffers at the heads of the queues and writes this out to the control file. This is written to a "thread private" location in the control file, hence the call to pwrite. This is a light-weight control file update using an offset into the control file and is very efficient. This recorded RBA represents the current position of the incremental checkpoint for the instance.
    (Note that LOG_CHECKPOINT_INTERVAL and LOG_CHECKPOINT_TIMEOUT mean completely different things in 8i than previously.)

  • Hard Disk icon has vanished

    The Hard Disk icon has vanished from my Desktop, and the sidebar of the Finder window.
    If I use the little path tool in the toolbar of a Finder window the Hard Disk name is greyed out and I can't select it.
    I can navigate to it using the Terminal, or the Go To Folder... menu item, but I can't get it to appear back where it belongs on the desktop.
    Any ideas?
    Phil

    Open the Script Editor in the /Applications/AppleScript/ folder and run the following:
    tell application "System Events" to set visible of alias "name of hard disk" to true
    tell application "Finder" to quit
    delay 1
    tell application "Finder" to run
    Insert the name of the hard disk between the second pair of quote marks, and press the Run button.
    (15142)

Maybe you are looking for

  • Bridge CC freezes when downloading from CF Card .MOV files

    I have had a consistant problem since using Bridge CC.  I insert a CF Card to the ready and Bridge CC downloader automatically comes up.  The CF Card often contains JPG, CR2 and .MOV files.  No conversion or other edits are occuring accept for name c

  • How to get new drivers for pc to connect to Airport Extreme

    I have an older Sony Vaio all-in-one pc, and it says it is not configured to connect to the Airport Extreme network.  I can't get on line to get a new driver without a network connection.  What to do?

  • Scale Pricing Copy to Credit

    My client does returns and credit memos with reference to an invoice, F2 to RE, TAN to REN. They have a quantity scale based condition record that gives a discount percentage on the order/invoice. When it copies to an RE from the invoice, and they ch

  • Is there way to Monitor Live camera from SCOM 2012 R2

    Is there way to Monitor Live camera from SCOM 2012 R2 ? Thanks  Raja R Raja R

  • Duplication of fields headings...

    Hi All I have three fields from different tables (mara-lvorm, marc-lvorm, mard-lvorm), they displaying fine on the alv grid but when i export the data to excel the column headings are duplicated. What can i do to solve this problem beacuse i have cre