Calculating storage requirements is very simple in case of uncompressed audio.
Bit depth * sample rate * number of channels gives you the amount of bits per second.
In case of a CD 16 bits * 44.1 kHz * 2 channels =1411200 bits/second
Division by 8 yields the number of bytes per second.