Bugs/5.01CD


From Knoppix Documentation Wiki
Revision as of 16:29, 10 June 2006 by Ruymbeke (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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" ;;
I found a work around fix, cf:
http://www.knoppix.net/forum/viewtopic.php?p=103883#103883
Gilles van Ruymbeke