Hello,
I have a 1TB disc attached to a Raspberry Pi which is attached to my tv. I'd like to able to copy/move stuff to and from that drive so I've been trying to mount it from my main machine.
I did this :- sudo sshfs pi@192.168.1.27:/media/New_Volume /media/win_c3
I also entered sudo usermod -a -G fuse chris sudo chown chris:chris /media/win_c3
Having done all I wanted for the day, I then issued a fusermount -u /media/win_c3
But I felt the win_c3 (a leftover from previous experiments) was not right, so I renamed it to RaspberryPi. That's when it all stopped working.
I can still issue the sudo sshfs pi@192..... command but the RaspberryPi folder disappears from the Dolphin window at that point and doesn't re-appear until it's dismounted. I see that /media/RaspbeeryPi now shows this sort of thing :- drwx------ 1 1000 1000 36864 Jul 5 10:09 Humax_TS_Files
So how can I fix the 1000 problem? I've tried doing another chown as sudo but it tells me Permission denied.
Any help appreciated.