After installation I can only see one partition and its a read only

Hi @4rdpr3fect, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

From what it looks like, your 1TB only has 1x1TB partition. So I’m guessing it’s split into 2 logical partitions. So please also provide the output for:

sudo fdisk -l

Also, I see that it’s NTFS, which is probably the cause of it being read-only. So please also provide the output for:

sudo mount

Tip:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Thereby improving legibility and making it much easier for those trying to be of assistance.

Please edit your post accordingly.


What @megavolt said. *points up*