Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oops | Pascal Terjan | 2009-11-26 | 1 | -1/+0 |
| | |||||
* | detect better invalid dos partition table (fixes a crash in harddrake) | Pascal Terjan | 2009-11-26 | 1 | -0/+14 |
| | |||||
* | - diskdrake : | Pascal Rigaux | 2007-09-19 | 1 | -0/+4 |
| | | | | | | o do not allow partitions bigger than 2TB-1 on DOS MBR, nor partitions starting above 2TB-1 | ||||
* | rename ->read to ->read_one | Pascal Rigaux | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | transform ->clear_raw into the more generic ->initialize | Pascal Rigaux | 2007-09-18 | 1 | -1/+7 |
| | | | | | (useful to have a more standard partition_table::lvm) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-08-08 | 1 | -0/+1 |
| | | | | | | | | o do not show partition types which have no associated filesystem for LVM LV (#32326) nb: we still would need to have pt_type per partition_table types | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -2/+2 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -0/+1 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | catch bad use of get_rawCHS() | Pascal Rigaux | 2005-03-10 | 1 | -0/+3 |
| | |||||
* | - geometry XXX/240/63 is quite common, so add 240 to @valid_nb_heads | Pascal Rigaux | 2004-11-26 | 1 | -2/+2 |
| | | | | | | | - remove checking that nb_heads is in @valid_nb_heads (this fixes yet another case of the infamous "XP doesn't boot" occuring 10.1 CE, though it should already be fixed via EDD) | ||||
* | fail if legacy_sectors_per_track or legacy_max_head doesn't exist instead of ↵ | Pascal Rigaux | 2004-09-27 | 1 | -3/+4 |
| | | | | returning garbage (bugzilla #11738) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | don't call compute_nb_cylinders() before checking {sectors} and {heads} are ↵ | Pascal Rigaux | 2004-09-27 | 1 | -2/+2 |
| | | | | valid | ||||
* | remove the backtrace | Pascal Rigaux | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | more logging | Pascal Rigaux | 2004-09-22 | 1 | -1/+3 |
| | |||||
* | try to get geometry from EDD | Pascal Rigaux | 2004-09-17 | 1 | -1/+16 |
| | |||||
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | {pt_type} is always a number, {fs_type} is always a string - introduce set_isFormatted() (to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated) - don't use 0x483 for ext3 anymore (same for reiserfs...), the type_name gives both a pt_type and a fs_type - many accessors from partition_table removed (type2fs(), fs2pt_type()) - remove isThisFs() (not useful anymore since we can use directly {fs_type}) - remove isFat() (inline the function) - other isXXX() from partition_table are moved to fs::type - part2name() is now fs::type::part2type_name - name2pt_type() is now fs::type::type_name2subpart() - partition_table::important_types() is now fs::type::type_names() - fsedit::typeOfPart() is now fs::type::fs_type_from_magic() - no need to truncate type_name since they are shorter | ||||
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -5/+5 |
| | | | | | | this will allow defining {fs_type} which will always be a string whereas {pt_type} will always be a number | ||||
* | not guessing a geometry when default_ok is no big deal | Pascal Rigaux | 2004-03-18 | 1 | -1/+2 |
| | |||||
* | add set_best_geometry_for_the_partition_table to use the hd geometry instead ↵ | Pascal Rigaux | 2004-03-17 | 1 | -13/+133 |
| | | | | of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6) | ||||
* | - sector2CHS() now gives sector number starting at 0 | Pascal Rigaux | 2004-03-17 | 1 | -3/+3 |
| | | | | | - CHS2rawCHS() takes care of giving sector number starting at 1 | ||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+3 |
| | |||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -10/+10 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | (partition_table::dos::last_usable_sector): don't use totalsectors, compute ↵ | Pascal Rigaux | 2002-08-28 | 1 | -0/+6 |
| | | | | it so that it is cylinder aligned | ||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -0/+99 |