AnimeSuki.com Forum

AnimeSuki Forum (http://forums.animesuki.com/index.php)
-   Tech Support (http://forums.animesuki.com/forumdisplay.php?f=24)
-   -   Allocation unit size (formatting a HDD) (http://forums.animesuki.com/showthread.php?t=120164)

Urzu 7 2013-06-17 20:15

Allocation unit size (formatting a HDD)
 
I saw someone post online they needed to get an external HDD to back up files because their computer keeps shutting off on them out of the blue and they are afraid that their computer is about to die. I have this 250 GB external HDD (232 GB available) that was given to me for free and I just don't need it and don't use it (I have a 1 TB external HDD). So I decided to help them out and will mail the HDD to them. I want to format the HDD, as I have some personal things on there (photos of me and some friends and family, and some word documents with personal info).

I'm trying to decide on what allocation unit size to choose. I found this link: http://www.howtogeek.com/136078/what...en-formatting/

Most of the data on this external HDD is about 95 GB of anime fansubs and about 29 GB of music files (these things were backed up to my 1 TB external HDD). So according to that link, I should set the allocation unit size to the biggest one? That is what I should do? Is there any problem with choosing the default size (4096 bytes)?

A couple more questions. No matter what allocation unit size I use, it should clear all personal data away permanently, right? Also, this external HDD comes with some folders, apps, and files needed to make the device operate/function correctly (examples, a "Seagate folder", a Settings file). If I format this HDD, these things should automatically be safe from being erased, right? Just figured I'd ask.

monster 2013-06-18 00:46

Quote:

Originally Posted by Urzu 7 (Post 4727520)
I saw someone post online they needed to get an external HDD to back up files because their computer keeps shutting off on them out of the blue and they are afraid that their computer is about to die. I have this 250 GB external HDD (232 GB available) that was given to me for free and I just don't need it and don't use it (I have a 1 TB external HDD). So I decided to help them out and will mail the HDD to them. I want to format the HDD, as I have some personal things on there (photos of me and some friends and family, and some word documents with personal info).

I'm trying to decide on what allocation unit size to choose. I found this link: http://www.howtogeek.com/136078/what...en-formatting/

Most of the data on this external HDD is about 95 GB of anime fansubs and about 29 GB of music files (these things were backed up to my 1 TB external HDD). So according to that link, I should set the allocation unit size to the biggest one? That is what I should do? Is there any problem with choosing the default size (4096 bytes)?

Just use the default size.

The data on your drive will be deleted, so there's no point in using it to calculate which allocation size to choose. Let the person you're giving the drive decide if he/she wants a different allocation size.
Quote:

A couple more questions. No matter what allocation unit size I use, it should clear all personal data away permanently, right?
No.

It will be erased in the sense that the computer will show it has no data and most people would just trust that it's empty and won't try to look for your data. But unless you actually overwrite the data, there is some software that could try to recover it and knowledgeable people might use those programs to look for any data they can recover.

So if you have data on the drive that you don't want other people to recover, then overwrite it. Otherwise, if you don't care, just format it and it will be gone as far as many people are concerned.
Quote:

Also, this external HDD comes with some folders, apps, and files needed to make the device operate/function correctly (examples, a "Seagate folder", a Settings file). If I format this HDD, these things should automatically be safe from being erased, right? Just figured I'd ask.
Formatting will erase (again, not really) all data on the drive, including the built-in software.

But the drive itself should still be usable. If the person you're giving the drive to wants those software back, he might try downloading it from the manufacturer's website.

Urzu 7 2013-06-18 04:10

So how could I overwrite data?

Would it be a good idea to edit and modify certain pics and certain word documents? I could take pictures with me, friends, and family and then just crop the picture to a small segment of the picture (a part with no person, like a counter or a tree or a shoe) and then for written documents, I could just use Select All, delete, and then type in something like "blank document" and then save the document. Then I could format the hard drive. In the event someone down the line gets my hard drive that wants to recover the data, all the personal info would be edited so that nothing personal is there to see. Would this idea work?

monster 2013-06-18 04:33

Quote:

Originally Posted by Urzu 7 (Post 4727861)
So how could I overwrite data?

If you're using Windows, you can format the drive and then run the following command in the command prompt:
Code:

cipher /w:E:\
That command will remove data from available unused disk space on drive E (which is the whole drive after a format), but it will take some time depending on the size of your drive so you might want to do it whenever you can leave the computer on for a long time.

Just make sure to format the drive first and to change E to the current drive letter of your drive.

Or just search for other tools for Windows and/or other operating systems.
Quote:

Would it be a good idea to edit and modify certain pics and certain word documents? I could take pictures with me, friends, and family and then just crop the picture to a small segment of the picture (a part with no person, like a counter or a tree or a shoe) and then for written documents, I could just use Select All, delete, and then type in something like "blank document" and then save the document. Then I could format the hard drive. In the event someone down the line gets my hard drive that wants to recover the data, all the personal info would be edited so that nothing personal is there to see. Would this idea work?
I'm not sure if that will work, but either way, it seems a hassle to me and you might miss a file or two, or even a metadata in one or more of those files.

Urzu 7 2013-06-18 05:43

Quote:

Originally Posted by monster (Post 4727872)
If you're using Windows, you can format the drive and then run the following command in the command prompt:
Code:

cipher /w:E:\
That command will remove data from available unused disk space on drive E (which is the whole drive after a format), but it will take some time depending on the size of your drive so you might want to do it whenever you can leave the computer on for a long time.

Just make sure to format the drive first and to change E to the current drive letter of your drive.

Or just search for other tools for Windows and/or other operating systems. I'm not sure if that will work, but either way, it seems a hassle to me and you might miss a file or two, or even a metadata in one or more of those files.


Okay, so if the external HDD is something like drive 'F', just make sure to run the command [cipher /w:F:\], correct? I wouldn't wanna do that to my actual E drive, that is my storage drive with my fansubs and music lol

monster 2013-06-18 05:49

Quote:

Originally Posted by Urzu 7 (Post 4727922)
Okay, so if the external HDD is something like drive 'F', just make sure to run the command [cipher /w:F:\], correct? I wouldn't wanna do that to my actual E drive, that is my storage drive with my fansubs and music lol

Yep.

But you should be able to run it safely on any drive because this command only overwrites available unused disk space. I've even done it on my C drive.

That's why I said to format the external drive first so that the whole drive will be unused, and thus, will be overwritten by this command.

Ah, I forgot, I don't know if the cipher command is available in the home editions of Windows. I know it's available in the pro/business editions.

CrowKenobi 2013-06-18 11:54

I would think that doing a full format (not the quick format) of the drive will accomplish the same thing...

Urzu 7 2013-06-19 01:22

I formatted it. I am now running a drive wiper with the program CCleaner. It gave 4 options. Simple wipe with one sweep, Advanced with three sweeps, Complex with seven sweeps, and Very Complex with 35 sweeps. I chose the one with three sweeps. I figured that would be good enough. Will take about six hours to do, too. Has about 5 hours and 20 minutes left in the estimated time left message.

monster 2013-06-19 01:58

Quote:

Originally Posted by CrowKenobi (Post 4728227)
I would think that doing a full format (not the quick format) of the drive will accomplish the same thing...

Right, apparently that's now true for Vista and newer versions of Windows.
Quote:

Originally Posted by Urzu 7 (Post 4728736)
I formatted it. I am now running a drive wiper with the program CCleaner. It gave 4 options. Simple wipe with one sweep, Advanced with three sweeps, Complex with seven sweeps, and Very Complex with 35 sweeps. I chose the one with three sweeps. I figured that would be good enough. Will take about six hours to do, too. Has about 5 hours and 20 minutes left in the estimated time left message.

Ah, CCleaner, I forgot about that software. Well, hopefully everything goes well for you and the other person.

larethian 2013-06-19 02:32

Urzu 7, sounds like you are doing a bunch of complicated stuff. If you are using Windows Vista and above, a full format (not quick format) should do a zero-fill on your disk, completely and thoroughly destroying all data.

Urzu 7 2013-06-19 08:32

Quote:

Originally Posted by larethian (Post 4728775)
Urzu 7, sounds like you are doing a bunch of complicated stuff. If you are using Windows Vista and above, a full format (not quick format) should do a zero-fill on your disk, completely and thoroughly destroying all data.

I didn't edit any pics or word documents. I just suggested that idea because I, well, I threw it out there. :heh:

What I did was a format (not a quick one) and then did a drive wipe with CCleaner, went to bed, and it was done in the morning. And now everything is taken care of. But...that drive wipe wasn't necessary, was it? All I needed was the complete format (not the quick one)?

monster 2013-06-19 13:15

Quote:

Originally Posted by Urzu 7 (Post 4728957)
But...that drive wipe wasn't necessary, was it? All I needed was the complete format (not the quick one)?

Apparently so, if you use the format function in Vista or a newer version of Windows.

synaesthetic 2013-06-19 15:40

dd if=/dev/zero of=/dev/hda bs=1M

Urzu 7 2013-06-19 20:41

Quote:

Originally Posted by synaesthetic (Post 4729344)
dd if=/dev/zero of=/dev/hda bs=1M

I have no idea what you just said. :heh:

larethian 2013-06-20 00:32

Quote:

Originally Posted by Urzu 7 (Post 4729592)
I have no idea what you just said. :heh:

Don't mind him, he's just showing his LEETnux expertise.

Urzu 7 2013-06-20 18:44

Quote:

Originally Posted by larethian (Post 4729811)
Don't mind him, he's just showing his LEETnux expertise.

Synaesthetic is a woman. She is showing her LEETnux expertise. :p

synaesthetic 2013-06-20 21:01

Ya'll should let me be nerdy in peace. :(

Urzu 7 2013-06-21 00:30

Quote:

Originally Posted by synaesthetic (Post 4730885)
Ya'll should let me be nerdy in peace. :(

Hm, you'd figure that'd be the case at an anime forum, right? :heh:


All times are GMT -5. The time now is 11:47.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.