Difference between revisions of "Bugs/5.01CD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(ext2 persistent home bug)
 
(diff link)
Line 3: Line 3:
 
  wrong:  ext3|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
 
  wrong:  ext3|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
 
  correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
 
  correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
  I found a work around fix, cf:
+
  Please find a diff in here:
 +
http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff
 +
BTW, I found a work around fix, cf:
 
  http://www.knoppix.net/forum/viewtopic.php?p=103883#103883
 
  http://www.knoppix.net/forum/viewtopic.php?p=103883#103883
 
  Gilles van Ruymbeke
 
  Gilles van Ruymbeke

Revision as of 06:25, 12 June 2006

1) The ext2 persistent home bug (ext2 partitions not recognized properly)
is still not fixed in 5.01, because of a a typo in the knoppix-autoconfig file:
wrong:   ext3|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
correct: ext2|ext3|reiserfs|xfs) MOUNTOPTS="$MOUNTOPTS,noatime" ;;
Please find a diff in here:
http://s94002264.onlinehome.us/grub/knoppix-autoconfig.diff
BTW, I found a work around fix, cf:
http://www.knoppix.net/forum/viewtopic.php?p=103883#103883
Gilles van Ruymbeke