> oh, yes. It was supposed to be there. sorry
Good, thanks.
>> but it failed to mount my drive. During boot, it tells me there's an
>> invalid argument. Not sure if there's a problem with my fstab, but it
>> worked fine with alpine 1.7.24. Here's the offending line:
>>
>> /dev/vg0/ted /ted xfs auto 0 0
>
> are you sure that /etc/init.d/lvm starts before localmount?
> can you mount it manually?
>
> mount /ted
Yes, lvm starts at 12, localmount at 14. 'lvdisplay' shows the logical volume as it should be. 'mount /ted' still fails with "failed: Invalid argument".
Ted
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
On Thu, 2008-12-04 at 08:20 -0800, Ted Trask wrote:
> >
> > are you sure that /etc/init.d/lvm starts before localmount?
> > can you mount it manually?
> >
> > mount /ted
>
> Yes, lvm starts at 12, localmount at 14. 'lvdisplay' shows the
> logical volume as it should be. 'mount /ted' still fails with
> "failed: Invalid argument".
and:
mount /dev/vg0/ted
mount /dev/vg0/ted /ted
mount -t xfs /dev/vg0/ted /ted
smells like a bb mount bug :-/
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---