FIPS (computer program)
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "FIPS" computer program – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|FIPS (computer program)|concern=Questionable notability, no sources. Also looks like it is outdated and obsolete, so unlikely to gain notability at this point.}} ~~~~ Timestamp: 20080727193945 19:39, 27 July 2008 (UTC) Administrators: delete |
FIPS | |
---|---|
Developer(s) | Arno Schäfer |
Stable release | |
Operating system | MS-DOS |
Type | Disk partitioning |
License | GPL |
Website | [1] |
FIPS (Fully Interactive Partition Splitter) is a DOS program for non-destructive splitting of FAT hard disk partitions.
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.
FIPS is free software, licensed under the GNU General Public License (GPL).
Limitations
FIPS only works on primary partitions that are formatted using the FAT file system. 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 defragmented before FIPS is run - since FIPS does not move data, any data near the end of the partition prevents it from being resized.
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
See also
- fdisk
- cfdisk
- GNU Parted
- GParted is a GTK+-based graphical version of Parted
- QtParted is a Qt-based graphical version of Parted
- PartitionMagic