I've got some new code for writing fstab. And also some code to set the
default options and set some mount point.

Would you test it?
In that case
- first save your fstab.
- save a formatted fstab that will help comparison
% perl -e '@l = map { [ split ] } <>; @l = sort { $a->[1] cmp $b->[1] } @l; print 
join(" ", @$_), "\n" foreach @l' /etc/fstab > /tmp/fstab.save
- launch diskdrake (from drakxtools-1.1.7-4mdk)
% TEST_DEFAULT_OPTIONS=1 diskdrake 
- quit diskdrake
- compare /etc/fstab /tmp/fstab.save
(use of ediff-buffers recommended:
% emacs -q --eval '(progn (setq a (find-file "/etc/fstab")) (setq b (find-file 
"/tmp/fstab.save")) (ediff-buffers a b))'
then press SPACE or '?')


thanks, cu Pixel.

Reply via email to