I wanted to convert a Ubuntu 18.04 BIOS to Ubuntu 20.04 UEFI. To do this in (what I thought was) the most efficient approach, I physically removed the secondary storage SSD and used the option to "wipe and install" Ubuntu 20.04. This process worked with one exception:
After physically reinstalling and mounting the secondary storage SSD, I am able to read it but do not have write privileges. I have subsequently tried to take ownership as root to no avail:
sudo -s
chown -R username /storage
Executing the preceding lines of code recursively prints Operation not permitted
to the terminal.
Looking for recommendations to restore full ownership of this secondary storage drive without having to back it up, reformat it, and then transfer all of my content back.
Thank you!
ls -l
orll
(el, not eye.). See commands on ownership: https://askubuntu.com/questions/1013677/storing-data-on-second-hdd-mounting – oldfred Jul 13 '20 at 13:43