Jul 25, 2008

Windows Ntfs Folder And File Compression. Good Or Bad?

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Operating Systems

free web hosting

Windows Ntfs Folder And File Compression. Good Or Bad?

odomike
I believe everyone in this forum knows what a file system means and that every windows user knows what FAT and NTFS means so I am not gonna start going into those.

Well, the NTFS (Windows NT file system) offers a few advantages over the good ol' FAT (File allocation table) file system one of which is the files and folders compression. This I have done quite a number of times to save disc space (and it really does save some disc space). i am using my computer as an example here. Consider my 35GB partition which is carrying my Windows Vista Operating sys and has less than 6GB (5.66GB to be exact) free space. I decided to run files and folders compression on the partition to recover som useful space in there. This I did and when the process finally finished, I found out that I have recovered more than 5GB of space which the files in my HDD were playing around with.

Well, this is a very good feature for anyone who is conscious about the space in his/her HDD. the lil' hitch in here (or so I thought) is that I felt that my computer's performance kinda came down a lil' bit. I kept wondering why. This happened after the files and folders compression was done.

Could it be that the files that where compressed, that it was not possible for the HDD read heads to read the files fast enough as it was doing before probably due to the files that were compressed? I just cannot figure out why this is happening. now, i am considering uncompressing the files and folders in that particular drive/partition.

Apart from that, during the time I was using my desktop (which I exchanged for this laptop taht I am using right now), I had three HDDs in there (240GB in all [80GB x 3). I have always noticed that during data transfer between partitions or individual HDDs, the compressed partitions transfer at a slower rate than the uncompresed ones by a big margin. Just think of a situation whereby an uncompressed HDD partition is able to transfer files with as much as 48MB/sec while the compressed on was transfering at lower than 15MB/sec. This is really annoying if you are my kinda person who is always moving large chunks of data within your computer and you have to wait for more than 20 mins for your PC to transfer a 10GB worth of data.

Well, I am still wondering whether the files and folders compression being offered by the NTFS file system is worth the trouble or did Microsoft make it a case of YOU CANNOT EAT YOUR CAKE AND HAVE IT? in which case you have to sacrifice performace in order to regain hard drive space.

 

 

 


Reply

gaurdro
The lag and general performance hit of using the file compression is because the processor has to decompress data before it can be used. Knowing M$ I'm sure they didn't put too much planning into what method was used to compress the files. Note that they didn't bother to put in any settings for compression. also from my experience WinXP forces a decompress/recompress cycle when copying from one compressed partition to another. this may simply be due to how the compression is carried out on the filesystem or may be poor planning on the developers.

QUOTE(odomike @ Aug 28 2007, 10:23 AM) *
Well, I am still wondering whether the files and folders compression being offered by the NTFS file system is worth the trouble or did Microsoft make it a case of YOU CANNOT EAT YOUR CAKE AND HAVE IT? in which case you have to sacrifice performance in order to regain hard drive space.


With any sort of compression there will always be a performance hit just because of the necesity of decompression before use. this is true with all compression regardless of how fast the algorithm is or how little the data is actually being compressed. as a fairly good example of this. even with the command line Winzip will take longer to "unzip" a storage only zip file than a copy and bulk rename of an equivalent files.

 

 

 


Reply

odomike
Well, Microsoft should have thought about this during the development of this very technology which they incorporated into the NTFS file system. I think this is a kinda hitch on MS as they should have thought about this very issue. What I generally do now is that I only compress my backup partitions while leaving the root and installation partitions uncompressed.

Reply

reinux
QUOTE(gaurdro @ Aug 28 2007, 07:11 AM) *
The lag and general performance hit of using the file compression is because the processor has to decompress data before it can be used. Knowing M$ I'm sure they didn't put too much planning into what method was used to compress the files.

I love how people always claim to "know M$" when in fact they do no research.

The Compress Old Files feature in Disk Cleanup compresses files that you haven't touched in 50 days. If you haven't touched it in 50 days, chances are you won't touch it in another long while, and if you do, you were patient enough already to dig it up. It's not meant to be super configurable, just convenient for a single purpose.

QUOTE(gaurdro @ Aug 28 2007, 07:11 AM) *
Note that they didn't bother to put in any settings for compression.

What do you want to do, heavily compress files?

There's a reason Microsoft uses .zip more often than NTFS compression. A lot of reasons, in fact. NTFS compression serves one purpose and one purpose only. Quit yammering.

QUOTE(gaurdro @ Aug 28 2007, 07:11 AM) *
also from my experience WinXP forces a decompress/recompress cycle when copying from one compressed partition to another. this may simply be due to how the compression is carried out on the filesystem or may be poor planning on the developers.

That's because compression is implemented by NTFS, not by the volume manager. It's to be expected. Zip your files or use a sparse archive format if you don't like it.

And don't call me a marketroid or any dumb *BLEEP* like that. I'm not selling you anything, I'm just sick of people not knowing what they're talking about. It's driving me bat *BLEEP* insane to see this kind of garbage top Google every single time.

Reply

CrashCore
I've had bad experiences with NTFS file compression as well. As Hard Disk Drive prices continue to plummet, I would suggest purchasing a new HDD, as much of a generic answer as that is. You could also backup files that you are not going to change and that you don't access often onto DVD's; that always helps keep my 80GB HDD from filling up. Unless you're not concerned about performance at all on your PC (which I know everyone is), I would not manually compress your entire HDD because of the performance hit. As reinux mentioned, you should archive your files (though use 7-zip, it's much more efficient than ZIP) if you're unable to follow any of my other tips.

Reply

JMont
QUOTE(CrashCore @ Feb 10 2008, 01:27 PM) *
I've had bad experiences with NTFS file compression as well. As Hard Disk Drive prices continue to plummet, I would suggest purchasing a new HDD, as much of a generic answer as that is. You could also backup files that you are not going to change and that you don't access often onto DVD's; that always helps keep my 80GB HDD from filling up. Unless you're not concerned about performance at all on your PC (which I know everyone is), I would not manually compress your entire HDD because of the performance hit. As reinux mentioned, you should archive your files (though use 7-zip, it's much more efficient than ZIP) if you're unable to follow any of my other tips.



I agree. Now how do you expand/decompress multiple files and folders w/o having to go through windows and set the attributes for each and every one?!? I've yet to figure out how to do this!



Ok, I figured out a solution to my own question...there may be a better one out there but here goes. Say you have a directory with ten folders in it, all having multiple compressed files within each. Create a dummy text file in this folder and give this new file the 'compressed' attribute. Then select this file and the other folders, right-click properties, and clear the box for compression. Windows will ask if you would like to decompress all files and subfolders of the selected folders. Just click yes and you are done.

Reply

Peufeu
QUOTE(reinux @ Jan 26 2008, 05:07 AM) *
I love how people always claim to "know M$" when in fact they do no research.


NTFS compression could have been useful if they had used a decent compression algorithm like the famous Oberhumer LZO which decompresses at about 20 MB/s.

On a Pentium 133.

On a fossilized Athlon from 2005 it does about 200 MB/s.

I'll let you check it out on a Core 2. It's faster than a modern harddrive (even when compressing). Compression is decent, too.

The other thing is that the cache should cache compressed data which would double the size of your disk cache. But it doesn't.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. what is meant bt ntfs and fat - 150.36 hr back. (1)
Similar Topics

Keywords : windows, ntfs, folder, file, compression, bad,

  1. New Gc Hyip Manager Pro Support Libertyreserve & V-money (decoded Php File) With License
    (0)
  2. Windows Vista Randomly Freezing
    Vista freezes randomly (6)
    So I just installed vista upon the almighty computer, and it worked fine for a day or less. (Bah). I
    installed all my drivers and such and went on my merry way. Now all of a sudden it starts freezing
    on me. It's completely random, I can find absolutely NO pattern to why it's doing this.
    I've reformatted multiple times to make sure it wasn't just a bad install. I've updated
    my drivers, they are ALL compatible with Vista. I've read it could be an issue with an April 06
    Security update Microsoft released but I have no such update installed. Being a f....
  3. Internal File Transfer
    (5)
    Is there some kind of file transfer utility that can be used within the intranet for file
    transfers..? We have so much need for such an utility here in my work place.... The problem with
    what we are using is very big... we are basically using skype in my workplace and the problem with
    that is it happens with the internet... So whenever i transfer files via skype it occupies the
    bandwidth.... which is very bad since we have a limited bandwidth connection. So... What i require
    is a utility where the transfer happens within the network and not via the internet. So... if ....
  4. What Would You Rather Change In Windows
    minor things that annoy me in Windows (5)
    This is not a Win/Linux/Mac dispute, rather pointing out a few minor things that I find really
    annoying in Windows OS and I'd rather change if I had the chance/knowledge (disclaimer: I mainly
    refer to winxp but I've used almost all other versions, I have some experience with Linux and
    almost never used a Mac OS) copying/moving files: ever tried to copy a folder containing one or
    more corrupted files? if I were the OS I'd just skip those and copy the good ones, then prompt a
    message "file x, y, z were not copied we're sorry for the inconvenience caused".....
  5. Windows Vista Sp1
    Does it make Vista a viable OS to upgrade to? (1)
    Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
    that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
    from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
    actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
    drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
    That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye....
  6. Free Software For File Recovery
    RECUVA (3)
    Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> And the best part is ,
    its free Recuva - File Recovery Recuva (pronounced "recover") is a freeware Windows utility to
    restore files that have been accidentally deleted from your computer. This includes files emptied
    from the Recycle bin as well as images and other files that have been deleted by user error from
    digital camera memory cards or MP3 players. It will even bring back files that have been d....
  7. Where Is The Bookmarks File Stored With Ff2?
    (4)
    My bookmarks are critical and lengthy. I'd like to save them to a flash drive, since my laptop
    is ancient and it's been acting up lately. I went into the FireFox folder, but couldn't find
    the bookmarks info anywhere. there's a bookmarks.html page, but it doesn't contain the
    actual bookmarks. Where does FF2 store the bookmarks? Or is there an easier way to copy and paste
    the bookmarks to another file? /huh.gif" style="vertical-align:middle" emoid=":huh:" border="0"
    alt="huh.gif" /> 2 poor 4 a sig ....
  8. Windows Xp Sp4
    SP4 (11)
    Windows Will Have One More SP And Taht Is SP4 It Has Bug's Fix And will be more helpful idk if
    it out atm all tho, but it the last one that they are doing for now.. now for Vista SP1 and Sp2 will
    be out i know that SP1 is out now but there is Bugs on it. idk what one atm but i will get you
    posting on that.. now for Visit ppl,, plz note this They are Taking Off visit off the stores this
    year, the reson on this is well there is pobms with the cmd... and get this All tho longhorn fans
    out there did you know that visit has it build in it? to me i like longhorn then ot....
  9. Windows Seven
    (18)
    Well, a new Windows has been announced. This is going to be the one after Vista. The name Windows
    Seven is only a codename for it as it has not yet been decided upon a name for this new operating
    system. A screenshot of Windows 7 Milestone 1 Build 6519: Source:
    http://en.wikipedia.org/wiki/Windows_7 This windows definitely be better then Windows Vista. What
    are your guys views on this? What features do you want to see added to Windows 7 or removed from
    Vista.....
  10. Windows Vista Sp1 Blocks Antivirus Programs
    (5)
    Well it seems this is the first major problem for Vista SP 1 in the sense for those who have the
    following Secuirty Suites installed on your ocmputer that is running Vista. They block the
    following programs; Zone Alarm Security Suite 7.1, Trend Micro Internet Security 2008, BitDefender
    10, and the 2008 version of the Jiangmin antivirus. As for the reason why these programs don't
    work, Microsoft says "they are incompatible and so they must be block". Well not exactly like that
    but you get the point they also mention that other small programs might now work either b....
  11. I Have Install Windows 2003 Server
    I want multiple user to login my server (4)
    I have install windows 2003 server and some application like iis, share point, etc.my development
    time want remote desktop for few user so I want multiple user to login my server but I have not
    install active directory and I don’t want to install so tell me the best way to resolved the problem....
  12. Increase Internet Bandwidth In Windows Xp
    (9)
    Windows XP reservers 20 percent of the Internet bandwidth for QoS ( Quality of Service). This is
    unnecessary and can be disabled. By disabling this you get a boost in the Bandwith. Follow the
    following steps: * Select Start > Run and enter gpedit.msc to Open the Group Ploicy Editor.
    * In the left-hand column in the window, navigate to Computer Configuration > Administrative
    Templates > Network > QoS Packet Scheduler * In the right column double-click on Limit
    reservable bandwidth and select Enabled . * Change the Bandwidth Limit to 0 and click OK. N....
  13. Windows Xp Or Vista?
    (27)
    I'm currently saving up for a laptop for several purposes. One of these is gaming and another is
    graphics. I can't decide whether to go used and get XP or new with Vista. The main games
    I'll be playing are Guild Wars and Halo. I have heard that Vista is horrible and eats up a
    crapload of memory. Well what should I do.....
  14. Reducing Windows Vista Start Menu Programs Response Time.
    How to do it. (4)
    If you have been using Microsoft Windows Vista for quite some time, you would have noticed that
    installing a number of programs/softwares into your computer considerably slows down the response
    time of your start menu program folder, sometimes up to one second or more before the programs
    listed in a particular start menu folder is displayed. Worst of all, if you are trying to launch a
    program from you start menu which is within another start menu prrograms folder. Well, I have found
    a way to bypass this very annoying thing in Windows Vista. I have about 98 start menu en....
  15. How To Disable "show Hidden Files And Folders" In Folder Option
    (11)
    How to disable "Show hidden files and folders" in Folder Option As you know, you can hide files
    or folders in Microsoft Windows ( to hide a file or folder , right click on file or folder >select
    properties and then select Hide file) But if you open Folder Option and check "Show hidden files
    and folders " you can see hidden files. to disable "Show hidden files and folders" feature follow
    below steps : 1- Click start > Run > type regedit to run Windows Registry Editor. 2- Go to following
    address: QUOTE HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/Current Versio....
  16. How To Install Microsoft Windows Xp Automatically!
    (5)
    How to install Microsoft Windows XP automatically As you know, during installing Microsoft
    Windows XP, setup asks you several questions about your installation drive, windows serial number,
    your language, administrator password, local time zone and … . So that you should sit and answer
    above questions. But there is a small tool in Microsoft Windows CD , let's you answer these
    questions before installing Windows. 1- Put Windows XP CD/DVD in the CD/DVD in your CD/DVD ROM and
    go to following folder: X:\Support\tools\ 2- Copy deploy.cab in your Hard Dr....
  17. Ctrl + C Will Not Work
    Windows Xp Pro SP2 (17)
    I recently built a computer, everything seems to be alright with it, except one thing, CTRL + C just
    won't work. I'm running a Windows Windows Xp Pro SP2, and Ctrl + X and Ctrl + V work fine.
    I mean, I could probably just cut and paste anything I want to copy but it seems like such a hassle.
    Has anyone came across this problem before? Or know how to fix it?....
  18. Windows Media Player 11 Officially Release!
    (28)
    Windows Media Player 11 has been officially release today...
    http://www.vnunet.com/vnunet/news/2167601/...player-released I have tried it already and it works
    as well as the beta 2 version... The interface is as nice as ever and its definitely my best media
    player I've ever used!....
  19. How To Change Windows Xp Language ?
    (20)
    my mate bought me a laptop from Paris .... now the problem is i dont know how can i get windows in
    an english version... currently its french. I have tried all the possible ways... its not even
    letting me boot from my own cd. Any help would be great....
  20. Read File (.txt) On Another Website Using Jsp?
    (3)
    in my jsp program,i need to read a file (.txt) on another website,how can i do this? thanks a lot.
    shorten title ....
  21. A Trap17 How-to Guide For Beginners
    Something for those who can't get enough of the Trap17 Readme file (12)
    I am not entirely sure if this the right place to post about this, but here goes anyway... For
    those who find themselves slightly (or considerably more than slightly) clueless about where to get
    started after getting a hosting account, here is an user guide that might potentially help you
    out. I wrote it out of three hours, so forgive me if it's clumsy, but I'm hoping that a few
    people here may find it useful. Feedback is greatly appreciated /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I'm planning to build on
    a FAQ....
  22. Windows Vista Tranformation Pack
    Make you computer look like Vista (73)
    Ok, some people here have probabely been trying to make their computer look like Windows Vista. I
    have to, i found themes and so on but nothing i like they were all crusty, i searched and searched.
    And found one, The Vista Transformation Pack 4.0 (They will probabely make new versions of it).
    http://www.softpedia.com/get/System/OS-Enh...tion-Pack.shtml It contains everything # Icons #
    Themes # Visual Themes # Bootscreen # Login Screen # Sounds # Transparency # Start Menu Changes
    (WIth Vista Button inseat of start) --Thats all i can think of but there probabely more.....
  23. How To Lock A Folder And Keep It Private
    title explains it (14)
    okay people i had a member ask earlyer how to lock folder and or a file and i had the answer, and i
    though to my self after i had written it maybe everyone may need to do thsi so ill post it into a
    tutorial, okay so i wrote this for someoneelse earlyer and am posting it here for all to see: you
    dont need software to lock a folder or add a password to a folder right okay this is my little
    tutorial on how to lock a folder, here we go first things first you need a random folder or the
    folder you wish to lcok then put what ever you want to lock into the folder, then right c....
  24. How To Put Music In The Background Of A Powerpoint Presentation
    without having the viewer download the music file (9)
    Well, i made this power poit presentation in memory of my grandfather as many of you kno, passed
    away exactly a week ago....and i am trying to get this song to play as background music..and i did,
    but there is one humongus problem... in order for the people who are viewing it to hear the
    background music they have to download the music file as well ad the powerpoint presentation, which
    on my DSL conntection taked almost 2 minutes, and i could just imagine what it will be for a dial-up
    user (my grandma who wants to see it)... Some people may say, its impossible, but i kn....
  25. Simple C File Handling In Action
    Small code snipet which covers most of basic file handling and navigat (3)
    Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
    formalities to get the code review incorporated and update all source code files with code review
    headers. Imagine if you need to open 300 files one by one and append code review headers at the
    end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
    in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
    utility to open all files passed on command line and open attach code review headers an....
  26. Run Internet Explorer From Command Prompt
    Windows Tips (21)
    Here's a simple way you can run Internet Explorer from the command line... Create a new text
    file that contains the following line: CODE @start "" /b "C:\Program
    Files\Internet Explorer\iexplore.exe" %* Rename the file e.bat Copy this file
    to your profile folder QUOTE C:\Documents and Settings\your_account_name Now you
    can open a command prompt window and type the following CODE e www.trap17.com This will
    start Internet Explorer and open the URL for www.trap17.com....
  27. Transfer File Of Any Size Using Winsock Control
    Winsock Help (5)
    This tutorial shows how to transfer file of any size using winsock control. - Open VB; - Select
    standard exe; - Press Ctrl + t to show the add component window; - Select winsock control and
    microsoft common dialog; - Add one winsock control in the project; - Name it winsock1; - If you want
    to add chat then add another winsock and name it winsock2; - Insert another winsock object if you
    want to add chat also; - Add a microsoft common dialog box; - Name it cd; - We will use this
    winsock1 object to transfer the file and winsock2 for chat; ------------- The basic idea : ....
  28. Import From Excel File Into Mysql Database
    (7)
    Has anyone tried using the excel import function that comes with phpmyadmin
    http://www.phpmyadmin.net/home_page/ - it does not require any additional plug-ins or scripts and
    is fairly straightforward to use. In phpmyadmin, if you click on the database table which you wish
    to import the data to , there is a link on the bottom left corner which says "insert data from a
    text file into the table" - although it says text file it still can be used to import an excel file.
    When you click on this link you will be taken to a page where you will be asked for the file name
    (the....
  29. My File Manager Is Working
    (2)
    I tried to change the html for my site in file manager but it just has the default page - the one
    when you activate your site. /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' />
    How do i change files?....
  30. Sata Hard Drive Not Recognized By Windows
    WD 250gb SATA hard drive not working (12)
    Hi there! I recently re-installed windows on my 250 gb WD SATA hard drive. I had a 50 gb
    windows partition and the rest for files. First thing that happened was my system partition
    wouldn't boot and eventually chkdsk said that the mbr was unrecoverable. A friend recommended
    that i use a seperate parallel hard drive to load windows and then convert the disk to dynamic in
    disk management. I did this, but the computer crashed and now windows won't even load with the
    SATA hard drive connected. The BIOS sees the SATA hdd, but that's as far as I can get. I tri....

    1. Looking for windows, ntfs, folder, file, compression, bad,

Searching Video's for windows, ntfs, folder, file, compression, bad,
Similar
New Gc Hyip
Manager Pro
Support
Libertyreser
ve &
V-money
(decoded Php
File) With
License
Windows
Vista
Randomly
Freezing -
Vista
freezes
randomly
Internal
File
Transfer
What Would
You Rather
Change In
Windows -
minor things
that annoy
me in
Windows
Windows
Vista Sp1 -
Does it make
Vista a
viable OS to
upgrade to?
Free
Software For
File
Recovery -
RECUVA
Where Is The
Bookmarks
File Stored
With Ff2?
Windows Xp
Sp4 - SP4
Windows
Seven
Windows
Vista Sp1
Blocks
Antivirus
Programs
I Have
Install
Windows 2003
Server - I
want
multiple
user to
login my
server
Increase
Internet
Bandwidth In
Windows Xp
Windows Xp
Or Vista?
Reducing
Windows
Vista Start
Menu
Programs
Response
Time. - How
to do it.
How To
Disable
"show
Hidden Files
And
Folders"
; In Folder
Option
How To
Install
Microsoft
Windows Xp
Automaticall
y!
Ctrl + C
Will Not
Work -
Windows Xp
Pro SP2
Windows
Media Player
11
Officially
Release!
How To
Change
Windows Xp
Language ?
Read File
(.txt) On
Another
Website
Using Jsp?
A Trap17
How-to Guide
For
Beginners -
Something
for those
who
can't
get enough
of the
Trap17
Readme file
Windows
Vista
Tranformatio
n Pack -
Make you
computer
look like
Vista
How To Lock
A Folder And
Keep It
Private -
title
explains it
How To Put
Music In The
Background
Of A
Powerpoint
Presentation
- without
having the
viewer
download the
music file
Simple C
File
Handling In
Action -
Small code
snipet which
covers most
of basic
file
handling and
navigat
Run Internet
Explorer
From Command
Prompt -
Windows Tips
Transfer
File Of Any
Size Using
Winsock
Control -
Winsock Help
Import From
Excel File
Into Mysql
Database
My File
Manager Is
Working
Sata Hard
Drive Not
Recognized
By Windows -
WD 250gb
SATA hard
drive not
working
advertisement



Windows Ntfs Folder And File Compression. Good Or Bad?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE