Reply To: Mount a USB HDD plugged directly into my Raspberry PI?

Max2Play Home Forums Max2Play on Raspberry PI Mount a USB HDD plugged directly into my Raspberry PI? Reply To: Mount a USB HDD plugged directly into my Raspberry PI?

4. März 2019 at 16:12 #44642

Peter, once again, you ROCK! I’m so grateful for your help.

Sadly, once again, I’ve failed. In trying to execute the first instruction (to give read/write permissions), it appears that logged in as Pi, I don’t have the authority. Here’s the message:

pi@DenC:~ $ chmod -R 775 /media/usb0
chmod: changing permissions of ‘/media/usb0’: Operation not permitted

I changed directories and tried it again:

pi@DenC:~ $ cd /dev/disk/by-uuid
pi@DenC:/dev/disk/by-uuid $ chmod -R 775 /media/usb0
chmod: changing permissions of ‘/media/usb0’: Operation not permitted

I tried rebooting. Same results.

Sorry to have to ask (again)… but, any ideas?

Dave