Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle empty $hd->{primary}{raw} (happens with no partitions on ia64) | Pascal Rigaux | 2001-10-19 | 1 | -2/+6 | |
| | ||||||
* | - raw_add, can_raw_add moved to partition_table_raw | Pascal Rigaux | 2001-10-19 | 1 | -18/+3 | |
| | | | | | - using raw_removed | |||||
* | read part of GPT partition table working | Pascal Rigaux | 2001-10-18 | 1 | -1/+5 | |
| | ||||||
* | shorter GPT name | Pascal Rigaux | 2001-10-18 | 1 | -1/+1 | |
| | ||||||
* | make perl_checker happy | Pascal Rigaux | 2001-10-09 | 1 | -3/+4 | |
| | ||||||
* | yet a few other ataraid cases | Pascal Rigaux | 2001-10-08 | 1 | -1/+1 | |
| | ||||||
* | updates to accomodate IBM PPC systems with DOS partition table | Stew Benedict | 2001-10-06 | 1 | -1/+2 | |
| | ||||||
* | - partition_table.pm: Add XFS suggestion for IA-64 | Gwenolé Beauchesne | 2001-09-26 | 1 | -1/+2 | |
| | | | | | - share/list.ia64: misc updates and additions wrt. XFS, ReiserFS | |||||
* | - Add ReiserFS and Ext3fs entries for IA-64 | Gwenolé Beauchesne | 2001-09-25 | 1 | -0/+4 | |
| | ||||||
* | (adjust_main_extended): do not use linux extended | Pascal Rigaux | 2001-09-17 | 1 | -0/+1 | |
| | ||||||
* | BLKPG_ADD_PARTITION support (aka adding partition on the fly without ↵ | Pascal Rigaux | 2001-09-13 | 1 | -5/+18 | |
| | | | | rebooting on a device with some already mounted partitions) | |||||
* | (get_normal_parts_and_holes): remove only small holes, not small partitions | Pascal Rigaux | 2001-09-09 | 1 | -1/+1 | |
| | ||||||
* | add xfs | Pascal Rigaux | 2001-09-07 | 1 | -2/+2 | |
| | ||||||
* | re-add JFS | Pascal Rigaux | 2001-09-04 | 1 | -5/+3 | |
| | ||||||
* | fix switching to 0x85 extended when remove_empty_extended is called | Pascal Rigaux | 2001-09-03 | 1 | -3/+3 | |
| | ||||||
* | (write): do not die when real_mntpoint fs fail to unmount/remount, just log | Pascal Rigaux | 2001-08-24 | 1 | -2/+2 | |
| | ||||||
* | (write): unmount+remount real_mntpoint before doing the kernel_read | Pascal Rigaux | 2001-08-24 | 1 | -0/+8 | |
| | ||||||
* | remove JFS from @important_types (too broken for the moment) | Pascal Rigaux | 2001-08-19 | 1 | -1/+1 | |
| | ||||||
* | remove isSupermount (was unused) | Pascal Rigaux | 2001-08-19 | 1 | -3/+2 | |
| | ||||||
* | fixes and function prototype removing | Pascal Rigaux | 2001-08-18 | 1 | -24/+23 | |
| | ||||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -42/+66 | |
| | | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes | |||||
* | disable XFS as we don't have it in the kernel | Pascal Rigaux | 2001-08-08 | 1 | -1/+1 | |
| | ||||||
* | nicer names for journalised fs | Pascal Rigaux | 2001-08-07 | 1 | -5/+5 | |
| | ||||||
* | add ext3 support | Pascal Rigaux | 2001-08-04 | 1 | -2/+4 | |
| | ||||||
* | typo fix | Pascal Rigaux | 2001-08-03 | 1 | -1/+1 | |
| | ||||||
* | replace isJfs/isXfs/... with isThisFs("jfs" | Pascal Rigaux | 2001-08-03 | 1 | -7/+4 | |
| | ||||||
* | JFS support | Pascal Rigaux | 2001-08-02 | 1 | -1/+2 | |
| | ||||||
* | add jfs support | Pascal Rigaux | 2001-08-02 | 1 | -2/+4 | |
| | ||||||
* | last of sync with PPC beta mods | Stew Benedict | 2001-07-27 | 1 | -2/+20 | |
| | ||||||
* | do not export sync, keep it in common (esp. so that it doesn't conflict with ↵ | Pascal Rigaux | 2001-07-25 | 1 | -1/+1 | |
| | | | | my_gtk::sync | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 | |
| | ||||||
* | fix HFS partition mount/format issue, offer /mnt/macos, modem detection | Stew Benedict | 2001-06-13 | 1 | -1/+1 | |
| | ||||||
* | re-add reiserfs as it should | Pascal Rigaux | 2001-05-16 | 1 | -0/+3 | |
| | | | | | add xfs | |||||
* | basic xfs handling | Pascal Rigaux | 2001-05-14 | 1 | -4/+4 | |
| | ||||||
* | add Empty to bad_types | Pascal Rigaux | 2001-03-23 | 1 | -2/+2 | |
| | ||||||
* | (add): create 3 primaries before creating an extended if DAC960 (/dev/rd/*) | Pascal Rigaux | 2001-03-06 | 1 | -1/+2 | |
| | ||||||
* | (add): max number of parts for rd, ida and cciss | Pascal Rigaux | 2001-03-06 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Stew Benedict | 2001-03-04 | 1 | -2/+2 | |
| | ||||||
* | add isLVMBased | Pascal Rigaux | 2001-03-03 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Stew Benedict | 2001-03-03 | 1 | -4/+11 | |
| | ||||||
* | add isLVM and isNonMountable ( = isRAID || isLVM) | Pascal Rigaux | 2001-03-01 | 1 | -1/+3 | |
| | ||||||
* | add LVM in important_types2. in expert, have interesting types in the | Pascal Rigaux | 2001-03-01 | 1 | -4/+3 | |
| | | | | | beginning | |||||
* | cleanup Data::Dumper use | Pascal Rigaux | 2001-02-21 | 1 | -1/+1 | |
| | ||||||
* | using the new formatXiB | Pascal Rigaux | 2001-02-02 | 1 | -6/+6 | |
| | ||||||
* | (%types): s|Compaq|Compaq/HP| per request of fpitoun | Pascal Rigaux | 2001-01-24 | 1 | -1/+1 | |
| | ||||||
* | $::beginner is deprecated, replaced by !$::expert | Pascal Rigaux | 2001-01-22 | 1 | -1/+1 | |
| | ||||||
* | fixed overlapping partitions between one extended and one regular primary. | Francois Pons | 2001-01-03 | 1 | -4/+14 | |
| | | | | | | should be accepted (log printed instead of error) as diskdrake allow their creation in expert. | |||||
* | (@bad_types): list of the different type of extended partitions | Pascal Rigaux | 2000-11-27 | 1 | -2/+4 | |
| | | | | | (important_types): remove @bad_types from important_types | |||||
* | no_comment | Pascal Rigaux | 2000-09-24 | 1 | -1/+1 | |
| | ||||||
* | no_comment | Pascal Rigaux | 2000-09-23 | 1 | -0/+1 | |
| |