cd by itself will not allow a user to move between drives. To move to a different drive, the /d option must be specified.
cd
/d
e.g. Moving from C:\Users\jdoe\Desktop to D:\Office Work
C:\Users\jdoe\Desktop
D:\Office Work
cd /d "D:\Office Work"