| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove the duplicate mke2fs (fixes buggy 1.225 change) | Pascal Rigaux | 2002-12-02 | 1 | -1/+0 |
* | use append_to_file() | Pascal Rigaux | 2002-12-02 | 1 | -3/+3 |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -2/+2 |
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -11/+11 |
* | (format_ext2): better error message when it is called from format_ext3 | Pascal Rigaux | 2002-11-05 | 1 | -0/+1 |
* | drop "notail" when filesystem is not reiserfs | Pascal Rigaux | 2002-09-30 | 1 | -0/+2 |
* | - have ntfs "ro" by default | Pascal Rigaux | 2002-09-10 | 1 | -2/+3 |
* | set umask=0 for ntfs partitions (currently only used when user sets the mount... | Pascal Rigaux | 2002-09-05 | 1 | -1/+1 |
* | revert add2hash_ username=% to add2hash (it breaks diskdrake --smb not | Pascal Rigaux | 2002-09-04 | 1 | -1/+1 |
* | handle no options in fs::mount (is it really needed?... it should not!) | Pascal Rigaux | 2002-09-04 | 1 | -1/+1 |
* | use add2hash_ for setting "username=%" otherwise it causes havoc in auto_inst... | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
* | - read_fstab, write_fstab: add the possibility to not change credentials | Pascal Rigaux | 2002-08-28 | 1 | -17/+12 |
* | remove deprecated comment (supermount *does* handle auto type nowadays) | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
* | (set_default_options): use $is_removable to know if it is removable instead of | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
* | create detect_devices::suggest_mount_point and use it instead of doing it in ... | Pascal Rigaux | 2002-08-28 | 1 | -15/+4 |
* | use mkdir_p instead of mkdir | Pascal Rigaux | 2002-08-28 | 1 | -2/+2 |
* | use new function part2device() to have the file from {device} (fixes mounting... | Pascal Rigaux | 2002-08-28 | 1 | -8/+14 |
* | default option username=% for smb | Pascal Rigaux | 2002-08-28 | 1 | -0/+3 |
* | (prepare_write_fstab): use mkdir_p instead of mkdir to handle mount points li... | Pascal Rigaux | 2002-08-26 | 1 | -1/+1 |
* | fix checking the return value of fsck.jfs | Pascal Rigaux | 2002-08-19 | 1 | -1/+4 |
* | backend davfs (WebDAV) support | Pascal Rigaux | 2002-08-13 | 1 | -2/+5 |
* | (prepare_write_fstab): no need to read the fstab once again before writing si... | Pascal Rigaux | 2002-08-11 | 1 | -12/+2 |
* | make sure fsck is called for ext3 partition (due to possible kernel panic on | Francois Pons | 2002-08-08 | 1 | -8/+3 |
* | "LABEL=xxx" in fstab handling | Pascal Rigaux | 2002-08-07 | 1 | -4/+12 |
* | - call fsck.jfs before mounting read-write (otherwise mount simply fails) | Pascal Rigaux | 2002-07-30 | 1 | -5/+15 |
* | fix mke2fs on loopback | Pascal Rigaux | 2002-07-29 | 1 | -2/+2 |
* | - use $::prefix for reading/writing (it was missing for writing) | Pascal Rigaux | 2002-07-29 | 1 | -1/+1 |
* | noreturn is now exported, no need to MDK::Common::Various::noreturn() | Pascal Rigaux | 2002-07-25 | 1 | -1/+1 |
* | for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...) | Pascal Rigaux | 2002-07-07 | 1 | -3/+3 |
* | supermount now handles fs=auto, using it :) | Pascal Rigaux | 2002-07-06 | 1 | -6/+0 |
* | when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) | Pascal Rigaux | 2002-07-06 | 1 | -10/+8 |
* | (prepare_write_fstab): for supermount, have "none" as the device (cleaner, and | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
* | (merge_info_from_fstab): try to keep options from merged fstab IF the entry i... | Pascal Rigaux | 2002-07-05 | 1 | -1/+10 |
* | handle comments in fstab | Pascal Rigaux | 2002-07-05 | 1 | -5/+25 |
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 1 | -6/+45 |
* | handle spaces in mount points and devices (using \040) | Pascal Rigaux | 2002-06-28 | 1 | -0/+6 |
* | mounting of ntfs after install really mount the partition (thanks to Buchan M... | Pascal Rigaux | 2002-06-19 | 1 | -1/+1 |
* | use -ff for mkreiserfs, do not use -q for mkreiserfs | Pascal Rigaux | 2002-06-05 | 1 | -1/+1 |
* | removing quota choices for reiserfs | Pascal Rigaux | 2002-03-07 | 1 | -1/+1 |
* | fixed hd install to allow using specific directory. | Francois Pons | 2002-03-05 | 1 | -3/+12 |
* | use the "soft" option by default for /mnt/nfs and for "diskdrake --nfs" | Pascal Rigaux | 2002-02-28 | 1 | -1/+1 |
* | - zips() now return devices ending with "4", raw_zips() is the old zips() | Pascal Rigaux | 2002-02-26 | 1 | -1/+1 |
* | use ide-scsi for ide zips | Pascal Rigaux | 2002-02-25 | 1 | -2/+3 |
* | nicer error message when mount fails | Pascal Rigaux | 2002-02-23 | 1 | -3/+3 |
* | (mount_options_unpack): add usrquota and grpquota for ext2/ext3/reiserfs/xfs | Pascal Rigaux | 2002-02-18 | 1 | -0/+2 |
* | - remove media_type cdrom-burner, use {capacity} instead | Pascal Rigaux | 2002-02-18 | 1 | -2/+2 |
* | (fstab_to_string): unsetting mount points in standalone will now work | Pascal Rigaux | 2002-02-13 | 1 | -0/+9 |
* | - handle WORM type in /proc/scsi/scsi | Pascal Rigaux | 2002-02-13 | 1 | -2/+2 |