I have installed ubuntu on my SSD in dual boot, with windows 10. I have another hard disk to be used by both operating systems, partition type basic data and contains FAT(32bit). I cannot write using ubuntu but can write using Windows. How to enable write permission on that disk? I am new to linux migrated from windows. Thank you..........
Asked
Active
Viewed 497 times
sudo -H nautilus
to open Nautilus as root? Or you can try installingsudo apt install nautilus-admin
and open the SSD or it's folders as administrator. – C.S.Cameron Oct 30 '22 at 07:48