Jump to content

MediaPi: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 15:0515:05, 6 August 2025 Encryptid talk contribs 3,152 bytes +3,152 Created page with "This page is being updated, the old stuff is below and the new stuff starts here: =Setup= * Raspberry Pi 4 4gb * Geekworm [https://wiki.geekworm.com/X835 X835] SATA board * 8TB 3.5" SATA drive * 16gb mSD card ==Hardware== ===Hard drive=== sudo pacman -S ntfs-3g mkdir /mnt/NewAsgard sudo mount -t ntfs /dev/sda2 /mnt/NewAsgard/ -o umask=000 echo "UUID=9878825778823452 /mnt/NewAsgard ntfs defaults,auto,users,rw,nofail,umask=000 0 0" >> /etc/fstab ===Vid..."