On Sun, 2017-04-02 at 20:49 -0300, Gerardo Malazdrewicz wrote:
> Got bit by this in and old laptop.
> 
> Have LVM on it, with /usr in its own partitition, and /usr/lib in its own
> partition.
> 
> Fixed by adding
> 
> dep_add_modules_mount /usr/lib
> 
> to hook_functions, and
> 
> if read_fstab_entry /usr/lib; then
>         log_begin_msg "Mounting /usr/lib file system"
>         mountfs /usr/lib
>         log_end_msg
> fi
> 
> to init.
> But I'm afraid any update will throw that away.
> 
> Any idea on how to fix in a more permanent fashion?

Combine the two partitions.  Given that you can use LVM to grow
partitions and to add temporary storage while moving data around, this
shouldn't be too painful.

Ben.

-- 
Ben Hutchings
Tomorrow will be cancelled due to lack of interest.

Attachment: signature.asc
Description: This is a digitally signed message part

  • Bug#845302: Gerardo Malazdrewicz
    • Bug#845302: Ben Hutchings

Reply via email to