Having trouble to Access partition in Linux??

Hi there!!

You are face same thing?? Don’t mind i got the solution!!

Firstly find your account user id using following command!!

Sudo id -u username

Output of following command was kind of number just note them.

Then access fstab file using folloeing command

Sudo gedit /etc/fstab

Now copy longest line ever and paste on bottom of the file.

Note you have to find UID of partition after that write them over there and don’t forget to change user idat last.

Not work?? Don’t mind try this

Try chown command for transferring ownership of partition to differ user.

chown username rw,/mount point

Is it help???

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Website Built with WordPress.com.

Up ↑