After installing linux mint or some debian based distros if you can't access your some additional dirve or partition probably its for permission.
To check permission for every partition copy/paste the following command
To check permission for every partition copy/paste the following command
ls -la /media/username
After running this command if the mount point is owned by other user just run the below command to fix it
sudo chown -R username:username /media
Hope it will fix your problem.
Post a Comment