Why didn't you say that in the first place? I'm waiting for help from some Linux techs, if they can't help me fix it I'll do that and start from scratch.
I didn´t know that wasn´t clear.
If you want to mount something you have to do something with ls, mount and sudo commands.
Something like:
mount /def /sda /media /hdd
Yeah, I know. As I said I finally got it mounted but have no idea what I did, was giving up when all of a sudden it showed that the drive was mounted. Now the problem is permissions, it says I have su permission but won't let me move or copy anything over to it. As for "frozen" to me that means it's locked up, nothing will work, nothing.
I don´t know but I guess it is the way you mounted the drive and you will probably have to modify the commands and or its parameters as you are in a read only mode. Maybe, iamwhatiseem knows more.
Pretty much but when I do (exactly) as the online Ubuntu help page says it tells me "no such directory exists" yet I can see the directory and path.
If push comes to shove when I finally get my new build done I'll put the new HDD in my current Windows machine, turn my current Windows machine into my new Linux machine and donate or sell my old Linux machine.
My new Windows gamer will have SSDs instead of HDDs, M.2 (PCIe) form factor.
As far as I can see you must create such a directory at first with a command like:
sudo mkdir /media/hdd
If you want to mount a ntfs disk you must add an -t paramenter to the mount command:
-t ntfs-3g /def/sda/media/hdd
sda and hdd are variable, hdd is just an example, you can call it anyhow, or it is the name of the disk.