Hello all, i have successfully installed transmission and I plugged in an external usb ssd formatted ntfs. The ssd is properly mounted.
However I struggle selecting it in transmission as storage device (so downloads should go to the ssd). Can someone please tell me how to do this? Thank you! This is on a glmt3000
Thank you so much. I have done this and it seems to now download where it should.
But I have a new challenge now. When trying my very first download ( to /mnt/sda1 ) I get an error message in the Transmission interface, saying “ Permission denied” and it does not download
It appears that the external SSD may have incorrect file permissions.
Please verify and adjust them as needed:
# Check the current permissions
ls -ld /mnt/sda1
# Grants full read/write/execute access to all users
chmod -R 777 /mnt/sda1
# Verify the updated permissions
ls -ld /mnt/sda1
Thank you. You helped. What you suggested did not work. But it lead to a discovery: my SSD was formatted NTFS and for some reason (old NTFS driver?) that did not work (I was unable to make it rw). After reformatting the SSD to ext3 it works (no need to change the permissions, they are by default rw). Thank you, all seems to work now!