| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Oct 24 '12 at 3:23 | |
| stats | profile views | 2 |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk I thought about that, but I want to remake the filesystem from scratch to match the block size. mkfs.ext4 -O extent -b 4096 -E stride=128,stripe-width=128 /dev/mapper/ssd-debian |
|
Oct 23 |
revised |
Move root filesystem on a logical volume to a different disk deleted 2 characters in body |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk Updated grub.cfg with UUID and /dev/mapper for new root, rebooted. Failed to dracut. Posted mount above. |
|
Oct 23 |
revised |
Move root filesystem on a logical volume to a different disk added 2595 characters in body |
|
Oct 23 |
awarded | Student |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk Right, still broken. grub2-mkconfig output is still pointing at lv00 (old hdd root fs), not lvroot (new ssd) |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk I appreciate the help you're giving me. =] |
|
Oct 23 |
revised |
Move root filesystem on a logical volume to a different disk added 11482 characters in body |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk My fstab is fine, I think. See above. The issue is that grub.cfg is still pointing to the old root fs and causing all kinds of havoc. and grub2-install isn't picking up the new root fs on the ssd. The current setup causes errors, the old root fs mounts ro, stopping x/gdm, I remount to rw and x/gdm starts. |
|
Oct 23 |
awarded | Editor |
|
Oct 23 |
revised |
Move root filesystem on a logical volume to a different disk more info |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk grub2. ran grub2-install /dev/sda. My boot-flagged partition is on sda (the hdd). ssd is /dev/sdb. |
|
Oct 23 |
comment |
Move root filesystem on a logical volume to a different disk Exactly. I managed to do it by following [link]void.gr/kargig/blog/2012/01/11/… but I can't seem to get grub to go for the root fs on the ssd instead of the old one on the hdd. /boot is a regular old logical partition. |
|
Oct 23 |
asked | Move root filesystem on a logical volume to a different disk |