18 Aug
2023
18 Aug
'23
1:49 p.m.
On Fri, 18 Aug 2023 10:59:45 +0200 Ralf Mardorf <ralf-mardorf@riseup.net> wrote:
On Fri, 2023-08-18 at 09:17 +0100, pete wrote:
https://browse-tutorials.com/tutorial/arch-linux-move-root-partition-hdd-ssd
Hi Pete,
consider to change
cp -a /mnt/hdd_mount/* /mnt/ssd_mount/
to
cp -Tai /mnt/hdd_mount/ /mnt/ssd_mount/
Why?
-T just in case a source mount point should contain hidden files -i because you never know ;)
Regards, Ralf
Hi Ralf Yes the link is the basic script that i modded i actually did keep the modded script it worked and absolute treat saved me a darnm reinstall got to find where i hid the modded version i used Cheerrs Pete