Hi gerald_clark
That solves the problem of creating a new mount point for sdd1, however, there are still four other
entries in fstab that need adjusting. The sda1 entry that has the SATA drive listed needs to be removed.
The sdb1 needs to become sda1,sdc1 needs to become sdb1, and sdd1 needs to become sdc1.
The first one would need to be unmounted and the other three remounted.
I agree UUID or label would have been the way to go right from the beginning but his problem is that
his scripts are looking for the original mount points for sda1,sdb1, and sdc1 before they got shifted
by the SATA drive. By the time bootlocal runs, that shift has already taken place.