Re: Adding a new boot disk while keeping old disk
Greg Wooledge composed on 2024-11-25 17:50 (UTC-0500):
> Given that you dd-copied a file system, you might consider changing
> the UUID of the new copy. Assuming this is an ext4 file system,
> tune2fs(8) has a -U option that looks like it should do the job.
> Specifically, "-U random" looks promising, though I haven't tested it.
Well tested here:
# grep U .bash_history | head -1
tune2fs -U random -L p20deb12 /dev/sda20
# grep U .bash_history | wc -l
42
#
Another PC:
# grep U .bash_history | wc -l
34
# grep U .bash_history | head -1
tune2fs -U random -L p13trixie /dev/sda13
#
I've been getting rid of 128 byte inode filesystems lately in long term prep for
2038 32bit time rollover.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
Reply to: