TRYING TO MAKE EXTERNAL DRIVE PRIMARY STORAGE

Using the instructions for “USB as Primary Source” by using Terminal commands. I got the following. Can anyone help with the problem?

ssh frontrow@appletv.local

Welcome to the world of Apple TV with aTV Flash
–For support please visit aTVFlash.com–

frontrow@appletv.local’s password:
-bash-2.05b$ cp -R /mnt/Media/* /mnt/Scratch/Volumes/OES\LaCie
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 … srcN directory
-bash-2.05b$ sudo mv /mnt/Media /mnt/Media.old
sudo: /private/etc/sudoers is owned by uid 501, should be 0
-bash-2.05b$ sudo 1n -s /mnt/Scratch/Volumes/OES\LaCie /mnt/Media
sudo: /private/etc/sudoers is owned by uid 501, should be 0
-bash-2.05b$ sudo chown -h frontrow:frontrow /mnt/Media
sudo: /private/etc/sudoers is owned by uid 501, should be 0
-bash-2.05b$ sudo chown -R frontrow:front /mnt/Scratch/Volumes/OES\LaCie
sudo: /private/etc/sudoers is owned by uid 501, should be 0
-bash-2.05b$ sudo reboot
sudo: /private/etc/sudoers is owned by uid 501, should be 0
-bash-2.05b$