Trouble shooting Hadoop

I have been playing around with hadoop recently and came across the following error
org.apache.hadoop.mapred.InvalidInputException: Input path doesnt exist :
If this happens have you ran a command similar to the following
bin/hadoop dfs -put input /user/root/input
if not that might be your problem.