I have a 1000 gig Windows SATA HD.
I don't want to delete the Windows installation for case I will sell this hard drive with the PC it came with.
Using Gparted, on by Ubuntu 17.10 PC running from a SSD drive, I shrinked the 1000 SATA hard drive so the Windows in left untouched,
Created a 400 Gig partion EXT4
And I can't create Folder within this partition but can see it from the FileManager.
sudo chown $USER:$USER -R /media/$USER/mountpoint
. I do not know GUI solutions. – N0rbert Mar 23 '18 at 14:52sudo chown $USER:$USER -R /media/$USER/BackUP
.$USER
is variable, do not touch it. It would convert to your username by the shell. $jedi variable is empty, as it is not defined. – N0rbert Mar 23 '18 at 15:01