Lower the resolution and frame rate. 1280x720 and 5 frames per second, and if the camera can be forced to output the lower resolution & frame rate, I would do that to match. What kind of network? WiFi or Ethernet?
Device Start End Sectors Size Type
/dev/sda1 2048 3907028991 3907026944 1.8T Linux filesystem
I am not sure how to gain access to the full USB disk at this point. When point to the location for file storage by /dev/sda1 or /data/media/sda1, it says 0.0G available
ssh to pi (admin and if needed changed password)run commanddf -hLook for lines like/dev/sda1 252.0M 48.2M 203.9M 19% /data/media/sda1
/dev/sda1 252.0M 48.2M 203.9M 19% /home/ftp/storage/sda1
/dev/sda2 14.6G 2.6G 11.3G 19% /data/media/sda2
/dev/sda2 14.6G 2.6G 11.3G 19% /home/ftp/storage/sda2If you don't see something similar, the USB drive is not being seen.The USB drive partition(s) need to be linux (ext type) or fat32/exfat.I posted in another message the paths to look for:/data/media/<partition> and /home/ftp/storage/<partition>If you don't see the /dev/sdaX lines in the results ofdf -hthen the drive is not seen or auto mounted.The reason it's not seen could be one of many things. Check thedf -h first.On Monday, May 16, 2022 at 10:42:02 AM UTC-4 bkaufm...@gmail.com wrote:I am still pretty new to all this. I am using RTSP to PI3 with external HDD for storage. I am missing something. the organization of the motioneyeos is not familiar, and I am having trouble identifying the external path. I can SSH into the PI3 fine and also pull up the OS in the browser. Thanks!
mount: mounting /dev/sda1 on /data/media/sda1 failed: Invalid argument
--
You received this message because you are subscribed to the Google Groups "motioneye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to motioneye+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/motioneye/546dcebf-3c51-4d09-98c2-9d8357934c1en%40googlegroups.com.
pi@raspberrypi:~ $ df -h | grep sda1
/dev/sda1 1.9T 2.2M 1.9T 1% /media/sda1