I used e2label to label a partition on a sata disk /dev/sda1 with the label ublinux edited fstab to contain:<br>
label=ublinux   /               ext3    defaults,errors=remount-ro 0       1<br>
and this booted correctly.<br>
I made another partition /dev/sda5 and used e2label to label it
dyndata, formatted it, made the directory /dydtest and then added
another line to fstab:<br>
label=ublinux   /               ext3    defaults,errors=remount-ro 0       1<br>
label=dyndata   /dyntest        ext3    defaults,errors=remount-ro 0       1<br>
On bootup now, the first partition mounts correctly, but the second
gives the following error message from fsck.ext3: Unable to resolve
'label=dyndata'.<br>
Does anyone have any thoughts.<br>
<br>
Paul Hide