vienna01
Registered
What is the terminal code I should use to COPY an INSTALLER pkg ENTRY from one partition /dev/disk0,3 to another partition /dev/disk0,2 on the SAME HDD?
FYI:There are similar versions of 10.6.7 on both partitions.
Why: I have a defective installer entry on /dev/disk0,2
Using terminal I can find the INSTALLER pkg on /dev/disk0,3 I want to move using:
"pkgutil --pkgs"
For example, the entry I want to move is: com.blah.blah.installer.
I might have been able to figure out the cp or mv code to use, except I don't know the directory info where com.blah.blah.installer is located. Spotlight or ls didn't help me.
After I have copied or moved the entry to the correct location on the other partition, do I need to fix permissions and cache. What would that code be?
FYI:There are similar versions of 10.6.7 on both partitions.
Why: I have a defective installer entry on /dev/disk0,2
Using terminal I can find the INSTALLER pkg on /dev/disk0,3 I want to move using:
"pkgutil --pkgs"
For example, the entry I want to move is: com.blah.blah.installer.
I might have been able to figure out the cp or mv code to use, except I don't know the directory info where com.blah.blah.installer is located. Spotlight or ls didn't help me.
After I have copied or moved the entry to the correct location on the other partition, do I need to fix permissions and cache. What would that code be?