FIPS (computer program): Difference between revisions

Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q1388631
merge see also into new alt section, bold title, prim, add see also
Line 1:
{{multiple|
{{Unreferencedrefimprove|date=September 2008}}
{{primary sources|date=March 2013}}
}}
{{Infobox Software
| name = FIPS
Line 13 ⟶ 16:
| website = [http://bmrc.berkeley.edu/people/chaffee/fips/fips.html Berkely]
}}
'''FIPS''' - ('''First (non-destructive) 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]] (FAT) [[hard disk partition]]s.
 
'''FIPS''' - First (non-destructive) 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 21 ⟶ 23:
 
== Limitations ==
FIPS only works on [[primary partition]]s that are formatted using the [[File Allocation Table|FAT]] file(FAT) systemfilesystem. 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 [[Defragmentation|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==
These limitations have caused it to be largely superseded by more modern tools with better filesystem support, more advanced resizing methods and more complete partitioning functionality, such as [[GNU Parted]] and [[PartitionMagic]].:
* [[GNU Parted]]
** [[GParted]] is a [[GTK+]]-based graphical version of Parted
** [[QtParted]] is a [[Qt (toolkit)|Qt]]-based graphical version of Parted
** [[Parted Magic]]
* [[PartitionMagic]]
* [[fdisk]]
* [[cfdisk]]
* [[diskpart]]
 
== See also ==
{{Portal|Free software}}
* [[fdiskgpart]]
* [[cfdiskTestDisk]]
*[[GNU Parted]]
**[[GParted]] is a [[GTK+]]-based graphical version of Parted
**[[QtParted]] is a [[Qt (toolkit)|Qt]]-based graphical version of Parted
 
==References==
 
{{Reflist}}
 
Line 48 ⟶ 55:
[[Category:Disk partitioning software]]
[[Category:Discontinued software]]
 
 
{{Storage-software-stub}}