| Thread Closed |
Increasing File Size |
Share Thread | Thread Tools |
| Jan19-10, 02:54 PM | #1 |
|
|
Increasing File Size
Anyone know how to increase the size of a file, without actually increasing the space occupied on disk. I knew a guy who did this.
|
| Jan19-10, 02:59 PM | #2 |
|
|
If you started with a 100K file, you could compress it (say, using zip) to, say, 1/10th its uncompressed size. This means you could increase the original file to 1M, then compress it so that it still took up only 100K on disk. |
| Jan19-10, 03:06 PM | #3 |
|
|
What it comes to be like this,
say the file size is 200kb, he somehow made the file size attribute ,say 2MB without changing the space on disk, ie, it still costs just 200kb disk space, but for all other purposes it acts like a 2MB file. For example, wen uploading the file etc, it the properties will be displayed as 2MB. |
| Jan19-10, 04:59 PM | #4 |
|
Blog Entries: 3
|
Increasing File SizeGoogle says the answer is to either create sparse files or do a compression trick. |
| Jan20-10, 08:28 AM | #5 |
|
|
Cause of this the "size of file" and "size of file on disk" are different. But your friend did something opposite. I think this might be possible by tampering the default MFT. |
| Jan20-10, 09:09 AM | #6 |
|
Admin
|
No idea about NTFS, but on FAT each file is described by an entry in directory table - one of the fields there is the file size. Modify just these four bytes and file will be reported as larger (or smaller) then it is in reality. It can't be done on the OS level, but any disk editing software able to deal with the disk on the sector level will do.
|
| Thread Closed |
| Tags |
| file size, file system |
| Thread Tools | |
Similar Threads for: Increasing File Size
|
||||
| Thread | Forum | Replies | ||
| increasing the spot size | General Physics | 6 | ||
| Increasing Row Size.... | Precalculus Mathematics Homework | 2 | ||
| What's the fastest way to increase file size? | Programming & Comp Sci | 11 | ||
| File Size Q... | Forum Feedback & Announcements | 12 | ||