Hi,<br><br>I&#39;m using the latest grml-medium 2009.05, plus the persistence feature. So far so good with a little problem:<br><br>If I try to auto mount partitions on boot up by setting their &lt;pass&gt; to 2 in /etc/fstab (stored in live-rw partition), I will get a boot up panic saying that root fs fails fsck. Booting with CD (instead of from persistence grml-medium on HD), and do a fsck on the root and live-rw partitions show that there aren&#39;t any problem. <br>
<br>Changing the &lt;pass&gt; from 2 back to 0 solve the problem immediate. Changed it back to 2 again causes the very same problem. <br><br>$ diff -wU 1 /etc/fstab~ /etc/fstab<br>--- /etc/fstab~ 2009-07-10 13:38:07.000000000 -0400<br>
+++ /etc/fstab  2009-07-11 17:30:46.000000000 -0400<br>@@ -20,4 +20,4 @@<br> #LABEL=vars /vars ext3 noauto,user,dev,suid,exec 0 0 # /dev/sda7<br>-LABEL=cache11 /lfs/cache11 ext3 noauto,user,dev,suid,exec 0 2 # /dev/sda8<br>
-LABEL=cache21 /lfs/cache21 ext3 noauto,user,dev,suid,exec 0 2 # /dev/sdb2<br>+LABEL=cache11 /lfs/cache11 ext3 noauto,user,dev,suid,exec 0 0 # /dev/sda8<br>+LABEL=cache21 /lfs/cache21 ext3 noauto,user,dev,suid,exec 0 0 # /dev/sdb2<br>
 <br>I&#39;m reporting the bug here instead of gmane.linux.debian.devel.live just because I&#39;m afraid that I would get a blame on grml specific live-initramfs (v1.157.1-1grml.07) if I posted there. <br><br>Thanks<br><br>
<br>