USB storage devices and /etc/fstab

Aldo Foot lunixer at gmail.com
Fri Dec 14 22:53:10 UTC 2007


>   "fcsk.ext3: Unable to resolve 'LABEL=/stor1"
>
> Here's my fstab.
> $ cat /etc/fstab
> LABEL=/1          /           ext3    defaults    1 1
> LABEL=/stor1    /stor1    ext3    defaults    1 2
> LABEL=/stor2    /stor2    ext3    defaults    1 2
>
> The devices seems to be properly labeled
> # e2label /dev/sdb1
> stor1
> # e2label /dev/sdb2
> stor2
>
> The OS install process labeled root as "/1", does that have anything
> to do
> with the problem?
>
> why does it not work as expected?
>
> ~af
>

On Dec 14, 2007 12:53 PM, Dave Lehman <dlehman at redhat.com> wrote:

>
> Your device has the label "stor1" and you are trying to mount a device
> whose label is "/stor1". The leading slash should be in both places or
> neither.
>
>
Ah! I missed the obvious.
The fstab line should read
     LABEL=stor1    /stor1    ext3    defaults    1 2
It works now.

Friendly reminder: let's not do Top Posting. Let's reply at the bottom of
the email.

thanks Dave!
~af
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20071214/e3b207c8/attachment-0001.htm>


More information about the fedora-list mailing list