I am trying to create folder in the drive with the username:zedaan . I have try to chmod the drive still the same issue sudo chmod -Rf 777 /media/1666675566673521
Here are the drive lists: Drives
I am trying to create folder in the drive with the username:zedaan . I have try to chmod the drive still the same issue sudo chmod -Rf 777 /media/1666675566673521
Here are the drive lists: Drives
/media/zedaan/Files All in One
? Why are you issuing the command with a different path? Why do you silent (-f
) the errors ofchmod
? We would like to see the error messages! How is the drive mounted, with which option? Please add the output of themount
command to your question (yes, as text, please). – Melebius Jun 27 '18 at 08:21I have found a solution here https://askubuntu.com/questions/117950/how-do-i-change-file-system-in-recovery-mode-to-read-write-mode
Thanks for the help and I will consider your suggestions.
– Zahid Karim Jun 27 '18 at 10:32