Thread: Laptop shutdowns unexpectedly

  1. #46
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by maxorator View Post
    There should be no real difference between quick format and full format unless you work for secret services.
    Sorry -- perhaps you do not understand what I mean by zeroing the drive and checking each block for read errors. Writing + reading a few hundred gigs is not instantaneous. Quick reformatting can be done in minutes or less.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  2. #47
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by MK27 View Post
    Sorry -- perhaps you do not understand what I mean by zeroing the drive and checking each block for read errors. Writing + reading a few hundred gigs is not instantaneous. Quick reformatting can be done in minutes or less.
    We were talking about formatting, not scanning a drive for errors, right?

    If we're still talking about formatting, then my point was that there's no point doing a low level format unless you're worried some malicious person is trying to recover your super-secret data from the drive.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  3. #48
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by maxorator View Post
    If we're still talking about formatting, then my point was that there's no point doing a low level format unless you're worried some malicious person is trying to recover your super-secret data from the drive.
    Which is why I said there was no point in doing any format at all first unless you are resizing or changing the filesystem type.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  4. #49
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by MK27 View Post
    Which is why I said there was no point in doing any format at all first unless you are resizing or changing the filesystem type.
    I've only formatted once and the reason was to clean up my system from useless stuff (applications create all kind of junk, especially trials) and to reorganize my system. I store the things I need on another drive, format, install Windows, copy the necessary stuff from the other drive back. Saves me from hunting down all the useless files that are scattered around everywhere.

    I've got to admit though that it was like 4-5 years ago. Last four years I didn't bother formatting and just lately I switched to Windows 7 on a new hard drive.
    Last edited by maxorator; 03-06-2010 at 12:47 PM.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  5. #50
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by MK27 View Post
    Which is why I said there was no point in doing any format at all first unless you are resizing or changing the filesystem type.
    Format seems to me like a very fast way to clean up my hard drive and ensure an error-free MFT. Being that I already done my backups and want to ensure a trouble free installation, spending 10 seconds formatting my HD seems the smart thing to do.

    If, on the other hand, I haven't done my backups and need files preserved, then the issue of formatting or not formating the drive doesn't even present itself.

    So there is a point in doing a format. And you bet is one of THE requirements of anyone on the IT field.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about Laptop connecting to a Desktop
    By Junior89 in forum A Brief History of Cprogramming.com
    Replies: 57
    Last Post: 03-28-2008, 07:46 AM
  2. Is my laptop wireless G or N..??
    By The Brain in forum Tech Board
    Replies: 2
    Last Post: 12-26-2007, 05:12 AM
  3. If you're getting a laptop, don't get a gateway
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 09-09-2004, 09:28 PM