Raspberry Pi OMV NAS
- Video guide for headless Pi setup
- YouTube video to make cheap Pi NAS
- Create Mac Photos sparse image on ext4 HD
- Mounting and unmounting drives on unix
- use existing ext4 format for the SSD
- create 1TB sparse image for the photos library (will expand as data added)
- trying to rename the disk device name
- Device: ChambersPhoto
- Mount point: /ChambersPhotoHome (this has all the data)
- there is also /Magnolia
- Download Raspberry Pi imager
mount -t ext4
to list the ext4 drives availablesudo mount /dev/sda1 /media
to mount the disk to the root media directory