Raspberry Pi Media Server | Mounting Hard Drive & Better Minidlna Config
Please note that this is more for my sake. To mount a hard drive in raspbian do the following: Make sure you have ntfs-3g installed by running: sudo apt-get install ntfs-3g Then mount the drive read/write with the following command: sudo mkdir /media/USBHDD sudo mount -t ntfs-3g /dev/sda1/ /media/USBHDD/ And it shout be mounted. /dev/sda1…
Continue reading →