Difference between revisions of "Bugs/5.01CD"


From Knoppix Documentation Wiki
Jump to: navigation, search
(ext2 persistent home bug)
 
(Replaced content with "{{delete|outdated}} ~~~~")
 
(56 intermediate revisions by 25 users not shown)
Line 1: Line 1:
1) The ext2 persistent home bug (ext2 partitions not recognized properly)
+
{{delete|outdated}} [[User:WPSchulz|WPSchulz]] ([[User talk:WPSchulz|talk]]) 19:09, 11 April 2016 (EDT)
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
+

Latest revision as of 23:09, 11 April 2016

Template:Delete WPSchulz (talk) 19:09, 11 April 2016 (EDT)