-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Utils.module: Added an exception to the filesystem identification code, since disktype's output changes slightly when used against an ntfs partiton. Parse_fdisk sub also adds free space values for each filesystem. Maybe its time to call the Parse_fdisk sub something else ;) - frmPartSelect.class: "Units" column replaced with the "Free Space" column. The "Size" and "Free Space" columns both display the units in the same cell as the value. Other small ajustments made due to changes in Functions.AutoUnits() - Functions.module: The AutoUnits() function has been tuned to round sizes to two decimal units (x.xx), so as to be a bit more accurate with large disk sizes. -- Created new function getFreePartSpace() that will return the free space of a partition, based on the filesystem. This was possible by looking at the gparted source code to see which commands and options are best for each filesystem. So far these filesystems have been implemented: Ext2, Ext3, XFS and ReiserFS. TODO: JFS, FAT16, FAT32, NTFS, Minix(?).
- Loading branch information
easuter
committed
Sep 10, 2007
1 parent
b9d3a54
commit 5a5cc1c
Showing
9 changed files
with
135 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.