sunrat wrote:It's impossible to say from the minimal info you gave. Post the exact command you tried to mount it and the exact error messages.
Did you create a filesystem after wiping it? What type? Does it show up in lsblk? What are the permissions of the /mnt/Europa directory? Are they different from /mnt/cookie, /mnt/butt/, /mnt/whatever?
Firstly, thank you for your time and reply.
Did you create a filesystem after wiping it?: Yes
What type?: NTFS
Does it show up in lsblk?: Yes and no. It shows up simply as sdc1 with no mount point.
What are the permissions of the /mnt/Europa directory? I have full access to /mnt/Europa
Are they different from /mnt/cookie, /mnt/butt/, /mnt/whatever? No, no difference. However, just to be clear, those were used just to desk this disk. The disk would mount when I would use (through gnome-disks) those mounting points.
I tried 'sudo mount /dev/sdc1 /mnt/Europa' and got this error: ntfs-3g-mount: failed to access mountpoint /mnt/Europa: No such file or directory
So ok, I do 'sudo mkdir /mnt/Europa' and gives no errors, and then 'sudo mount /dev/sdc1 /mnt/Europa' which gives no errors. However when I click the button to mount the disk at /mnt/Europa, nothing happens.
I hope these images can be of some help:
https://imgur.com/a/Vq2BmvLThank you again!
EDIT: Now 'sudo mount /dev/sdc1 /mnt/Europa' gives the error: Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mounted, or another software may use it which could be identified for example by the help of the 'fuser' command.
Ok, so I use 'fuser /mnt/Europa/' with no errors.