<br>>   "fcsk.ext3: Unable to resolve 'LABEL=/stor1"<br>><br>> Here's my fstab.<br>> $ cat /etc/fstab<br>> LABEL=/1          /           ext3    defaults    1 1<br>> LABEL=/stor1    /stor1    ext3    defaults    1 2
<br>> LABEL=/stor2    /stor2    ext3    defaults    1 2<br>><br>> The devices seems to be properly labeled<br>> # e2label /dev/sdb1<br>> stor1<br>> # e2label /dev/sdb2<br>> stor2<br>><br>> The OS install process labeled root as "/1", does that have anything
<br>> to do<br>> with the problem?<br>><br>> why does it not work as expected?<br>><br>> ~af<br>><br><br><div class="gmail_quote">On Dec 14, 2007 12:53 PM, Dave Lehman <<a href="mailto:dlehman@redhat.com">
dlehman@redhat.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Your device has the label "stor1" and you are trying to mount a device
<br>whose label is "/stor1". The leading slash should be in both places or<br>neither.<br><div class="Ih2E3d"><br></div></blockquote><div> </div></div>Ah! I missed the obvious. <br>The fstab line should read<br>
     LABEL=stor1    /stor1    ext3    defaults    1 2<br>It works now.<br><br>Friendly reminder: let's not do Top Posting. Let's reply at the bottom of the email.<br><br>thanks Dave!<br>~af<br><br>