Storage devices are used to store data outside of a computer's main memory. There are different types of storage including primary storage like RAM and cache that is directly accessible by the CPU. Secondary storage like hard disks requires accessing through input/output channels. Tertiary storage uses robotic mechanisms to store data offline. Linux uses disk partitioning to organize storage across physical disks using schemes like MBR and GPT. Logical volumes and RAID provide additional abstraction and redundancy. Network storage solutions like NAS export file systems over a network while SANs export block storage using protocols like Fibre Channel and iSCSI.