FIPS (computer program): Difference between revisions

Content deleted Content added
merge see also into new alt section, bold title, prim, add see also
fix name according to ref (and according to wiktionary this doesn't need sic)
Line 16:
| website = [http://bmrc.berkeley.edu/people/chaffee/fips/fips.html Berkely]
}}
'''FIPS''' ('''First (non-destructive)nondestructive Interactive Partition Splitter''') <ref>{{cite web|First=Arno|Last=Schäfer|title=Welcome to FIPS - The First nondestructive Interactive Partition Splitting program|url=http://web.archive.org/web/20090413115233/http://bmrc.berkeley.edu/people/chaffee/fips/fips.doc|publisher=Arno Schaefer|accessdate=9 January 2012}}</ref> - is a [[DOS]] program for non-destructive splitting of [[File Allocation Table]] (FAT) [[hard disk partition]]s.
 
Splitting partitions is an alternative to deleting the partitions and creating new ones using software such as [[fdisk]], the advantage of which is that the data is not lost. The most common use is installing multiple operating systems on a single computer.
Line 23:
 
== Limitations ==
FIPS only works on [[primary partition]]s that are formatted using the [[File Allocation Table]] (FAT) filesystem. Most new machines with Windows pre-installed use [[NTFS]], leaving FIPS obsolete for its intended purpose of resizing existing Windows installations to install Linux. In addition, FIPS cannot grow partitions due to technical limitations with the design, and partitions shrunk with it have some wasted space since it does not shrink the File Allocation Table. The filesystem to be shrunk must also be [[Defragmentationdefragmentation|defragmented]] before FIPS is run - since FIPS does not move data, any data near the end of the partition prevents it from being resized.
 
==Alternatives==