Configure Storage
Test the Storage
Prove the storage mounts automatically and supports real read and write operations before CasaOS is installed.
Guide difficulty⭐⭐⭐⭐⭐ Beginner Friendly
Estimated time⏱️ Around 20–40 minutesEstimated for a first-time user.
Create a test file
echo 'Home Server Guide storage test' > /storage/media/media/storage-test.txtRead it back
cat /storage/media/media/storage-test.txtCheck the mount source
findmnt /storage/media/mediaReboot
sudo rebootReconnect and repeat the checks
findmnt /storage/media/media cat /storage/media/media/storage-test.txtRemove the test file
rm /storage/media/media/storage-test.txt
Do not continue until
- The correct drive or RAID device mounts at boot.
- The test file survives a reboot.
- Your normal user can create and remove files.
IMAGE PLACEHOLDERSuccessful findmnt and storage-test output after reboot.