Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (umount) fix garbaged error messages when umounting fs | Thierry Vignaud | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | have a more readable comment | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | add support for ext4 | Thierry Vignaud | 2007-11-06 | 1 | -3/+3 |
| | |||||
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -1/+1 |
| | | | | | (not by default for now) | ||||
* | drop Move support (unused for quite a long time and superceeded by Globetrotter | Thierry Vignaud | 2007-08-27 | 1 | -1/+1 |
| | | | | | which itself was obsoleted by Mdv One) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-08-21 | 1 | -1/+2 |
| | | | | | | | o fix displaying umount error message (#32273) (would need a little cleaning of stderr) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -26/+46 |
| | |||||
* | remove encryption=xxx and encrypted option before passing them to mount() ↵ | Pascal Rigaux | 2005-08-10 | 1 | -1/+3 |
| | | | | since we take care of the encrypted loopback ourself (bugzilla #17142) | ||||
* | workaround missing nls_xxx module during install differently | Pascal Rigaux | 2005-08-02 | 1 | -0/+2 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -0/+197 |
(to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore |