I am upgrading to a new ML. After downloading the file in Binary. I then tried the gzip command.
gzip -d -c filename |tar -xvf - and received the following error
0511-169 A directory checksum error on media; 1701732181 not equal to 5821
I then renamed the file from tar.gz to tar.Z and tried it again. I received the same error. Please help.
gzip -d -c filename |tar -xvf - and received the following error
0511-169 A directory checksum error on media; 1701732181 not equal to 5821
I then renamed the file from tar.gz to tar.Z and tried it again. I received the same error. Please help.